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.