New users might be interested in an example I posted of using Axis to build a web service from existing Java code: http://www.sosnoski.com/presents/java-xml/axis/axis-service.html This uses the approach of Java->WSDL->Java, keeping the original code for the server side and using the generated code for a test client.

I helped a client go through this process a couple of weeks ago and found it worked pretty well once you knew what to modify along the way. I'd like to put together a tool to wrap Java2WSDL and WSDL2Java to make the process simpler, but don't know when I'll get to that.

- Dennis

Dennis M. Sosnoski
Enterprise Java, XML, and Web Services Support
http://www.sosnoski.com

Reply via email to