By afkham_azeez
via wso2.org
Submitted: Aug 08 2008 / 02:02
As we develop Web services, there is an extended to which we are able to debug the code on IDEs, before actually deploying these services in Web services containers. There is always the possibility for problems to stem, after deploying a Web service, that were not previously visible. These problems typically range from erroneous handling of parameters to issues related to SOAP messaging. Fortunately, there are a variety of ways to debug a Web service.
Most available Web containers of the day provides facilities to debugging them, using the capabilities of the Java Virtual Machines in which they are deployed. Sample Web services in this tutorial will be deployed inside Axis2 that runs on Apache tomcat. We will host the code inside your favorite Java development IDE, and will discuss debugging code in these settings.
SaveShareSend
Tags: web services
Add your comment