Skip to content

This application demonstrates how to use Spring Boot and the JAX-B reference implementation to implement a web services application. It uses the JAX-WS Spring dependency

Notifications You must be signed in to change notification settings

cemcocu/Spring-Boot-SOAP-JaxB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Service with JAX-B

Requirements

• Java 1.8 or newer

The application implements a single service with two ports, located at:

http://localhost:8080/getAll METHOD -> POST

RequestBody :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://spring.io/guides/gs-producing-web-service"> soapenv:Header/ soapenv:Body sch:PrototypeRequestAll </sch:PrototypeRequestAll> </soapenv:Body> </soapenv:Envelope>


http://localhost:8080/getValueByKey?wsdl METHOD -> POST

RequestBody :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://spring.io/guides/gs-producing-web-service"> soapenv:Header/ soapenv:Body sch:PrototypeRequest sch:namekey3</sch:name> </sch:PrototypeRequest> </soapenv:Body> </soapenv:Envelope>

How to deploy the Project at local

Just Run it on Intejjil IDE

About

This application demonstrates how to use Spring Boot and the JAX-B reference implementation to implement a web services application. It uses the JAX-WS Spring dependency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages