Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uttesh/soap-spring-xsd-ws
This is simple Web service implementation using SOAP and Spring with XSD file for service document object generation using JAXB.
https://github.com/uttesh/soap-spring-xsd-ws
Last synced: about 7 hours ago
JSON representation
This is simple Web service implementation using SOAP and Spring with XSD file for service document object generation using JAXB.
- Host: GitHub
- URL: https://github.com/uttesh/soap-spring-xsd-ws
- Owner: uttesh
- Created: 2013-11-23T15:40:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-24T03:02:15.000Z (almost 11 years ago)
- Last Synced: 2023-04-05T18:55:35.245Z (over 1 year ago)
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
soap-spring-xsd-ws
==================This is simple Web service implementation using SOAP and Spring with XSD file for service document object generation using JAXB.
Technogies
- JAVA 1.6
- SOAP
- Spring 3.x
- Jersey / REST
- XSD
- JAXB 2
- Maven
- SOAP UI
CODE FLOW
![Flow](https://raw.github.com/uttesh/soap-spring-xsd-ws/master/soap_spring_ws.png)running the sample
access the below context url to access the sample webservice. change the port acording to your setting and use the
soapui to test the webservice or you can write the client code to test.
soapui test code is already added in the "test" folder.app url : http://localhost:8080/soap-spring-xsd-ws/
ws url : http://localhost:8080/soap-spring-xsd-ws/secure/soap/HelloWebService
wsdl : http://localhost:8080/soap-spring-xsd-ws/secure/soap/HelloWebService?wsdl