You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patient Service is a JAX-WS based SOAP Web Service implemented in Spring Tools Suite using Java, Spring Boot, Maven, POM.XML, SAAJ, JAX-B along with JPA functionality using H2 in-memory database. The Web Service is tested against WSDL contract using SOAP UI client. All the web service requests are also being logged in a XML file created for each…
Personal research on Java Web Services to find the most optimal technique to transfer files client - > server and vice versa. Also to familiarize myself with Java Servlets, JAX-RS, JAX-WS and SAAJ.