shekhargulati / profileService

A simple SOAP web service created using Spring WS 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple SOAP web service created using Spring WS 2.0.

SERVER

To run this application do

mvn clean install jetty:run

This will deploy the application in jetty container and you can see the wsdl at location http://localhost:8080/profileService/profile.wsdl
Now you can use a tool like soap ui to test this web-service.

CLIENTS

Simply run "mvn install exec:java"

About

A simple SOAP web service created using Spring WS 2.0


Languages

Language:Java 100.0%