I have to develop a web service using AXIS2. I am very new to WS.
1. I get particular home for sale details from oracle 11g database and I convert this into java objects. This is done.
2. Now, I have to develop a web service using AXIS2 and publish this service (deploy the service). Whomever consume my ws would send a request with particular id and zip code I will validate it and response back.
Please let me know the steps to do the 2nd step. Thanks.
This message was edited 1 time. Last update was at by Ivan Krizsan
aanshu gupta
Greenhorn
Joined: Feb 08, 2010
Posts: 23
posted
0
Axis2 has built in JAVA2WSDL and WSDL2JAVA which you can use to generate the reqd artifacts. i would suggest you use eclipse. it has built in plugins in which its v easy for you to develop the web services. i am myself new to web services but eclipse made my life easier.
Anshu Gupta, Persistent Systems Limited, India
SCJP 5.0, SCWCD 5.0
Paulo Carvalho
Ranch Hand
Joined: Nov 12, 2008
Posts: 42
posted
0
You can use this tutorial for using eclipse with axis2 to develop a web service...