You need to do the remote debugging, or else you can setup the server code in your IDE and start a simple HTTP server and test your code.
Look at "Listing 2. Deploying a POJO in Axis2" here - http://www.ibm.com/developerworks/library/ws-axis2soap/index.html Deepal > I've got a new Axis2 1.5.2 web service using XML Beans binding. The > code was generated with WSDL2Java. I can access the WSDL using the > ?wsdl link. > There is a simple echo operation to test connectivity. This yields a > Null Pointer exception in the SOAP reply. > > My question is how do I debug this? I have a breakpoint in my service > class but it is not getting that far. > > Thanks. >