Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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





  1. JAVA 1.6

  2. SOAP

  3. Spring 3.x

  4. Jersey / REST

  5. XSD

  6. JAXB 2

  7. Maven

  8. 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