Hi, I'm using SOAP to interact with a Jira instance. I've generated the stubs and a client with org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask (using Axis 1.4).
I can connect to the remote service and interact with it just fine for the most part, but I've run into a problem where a getter method in the client returns null, even though the element is present in the SOAP response (verified through the tcpmon tool). The particular method returning null is RemoteIssue.getKey(). I've also tested with soapUI, and can definitely confirm that the key element is being returned in the SOAP response. A copy of the response is attached. I looked at the generate code, and I don't see anything obviously wrong. Has this issue come up before, or does anyone know why this might be happening? If more detail is needed, let me know. Thanks, Ross http://www.nabble.com/file/p21807302/resp.xml resp.xml -- View this message in context: http://www.nabble.com/Missing-value-in-return-from-autogenerated-Jira-SOAP-service-tp21807302p21807302.html Sent from the Axis - User mailing list archive at Nabble.com.
