Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
1.6.0
-
None
-
None
-
axis2 version is 1.6.0.
Description
The response SOAP message cannot be accessed outside the Stub class (extension of org.apache.axis2.client.Stub) generated by Axis2 Code generator for ADB or XMLBeans data binding (WSDL2Java). The below line of code gives an error:
serviceClient.getLastOperationContext().getMessageContext(org.apache.axis2.wsdl.WSDLConstants.MESSAGE_LABEL_IN_VALUE);
I am currently using a work-around. Adding the below line in the Stub after response message is received helps me rebuild the response object and make it accessible outside the Stub class:
_returnEnv.build();
Probably this fix should be added in the API itself.
I have seen this issue in the STubs generated for ADB and XMLBeans data binding.
Regards,
TAM Tenfold5, GDev.
Attachments
Issue Links
- is duplicated by
-
AXIS2-5469 WstxIOException when trying to retrieve inbound envelope from last operation message context
- Resolved