I had a similar-sounding problem where axis2 was invoking my web service method, but the request object being passed in wasn't initialised (all the getters returned null). It turned out that axis2 was trying to match up the elements within the request, with the request (i.e. a level out), and to fix this I needed to add the following to the class: @SOAPBinding(parameterStyle=ParameterStyle.BARE)
-- View this message in context: http://www.nabble.com/Missing-value-in-return-from-autogenerated-Jira-SOAP-service-tp21807302p23436823.html Sent from the Axis - User mailing list archive at Nabble.com.
