Generating Web Service from WSDL File

firstthumb picture firstthumb · Jul 5, 2010 · Viewed 62.6k times · Source

I want to generate Web Service Classes from WSDL File. I want server side code not client side. wsimport creates client sides. which tool do you use to create server side code from WSDL File?

Answer

Catchwa picture Catchwa · Jul 6, 2010

Use NetBeans or Eclipse. Both of them make it really easy to create a new web service from an existing WSDL.

Eclipse tutorial: http://www.eclipse.org/webtools/community/tutorials/TopDownAxis2WebService/td_tutorial.html

NetBeans tutorial:
http://weblogs.java.net/blog/2008/03/05/developing-webservices-wsdl-using-netbeans