How to develop the web services and register it?Please send some code snippet with some description.

Showing Answers 1 - 2 of 2 Answers

AJ

  • Jun 27th, 2007
 

Start with Apache AXIS and sound knowledge of XML schema (XSDs). You are also required to have the knowledge of WSDL to break the ice.

  Was this answer useful?  Yes

jwhite1202

  • Jan 31st, 2008
 

Eclipse also has decent examples of how to turn Java classes into a WSDL file and vice-versa using Apache-Axis, but as previously stated start with Apache Axis first.  The Java 6.0 API has simplified the process some and you may want to check it out.  Here's the URL to a Blog that discuss it in detail:  http://weblogs.java.net/blog/vivekp/archive/2006/12/webservices_in.html

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions