Web Services Sample Application Using SOAP
In this post,we will create hello world SOAP web service example in eclipse.Eclipse provides good API for creating web services.Eclipse will do all work for you-creating WSDL,stub,endpoints etc.
Steps for creating web services in eclipse:
1.Create new dynamic web project and name it "SimpleSOAPExample".
2. Create new package named "org.javapostsforlearning.webservices"
Steps for creating web services in eclipse:
1.Create new dynamic web project and name it "SimpleSOAPExample".
2. Create new package named "org.javapostsforlearning.webservices"
3.Create a simple java class named "HelloWorld.java" with following code

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home