[ 
http://issues.apache.org/jira/browse/AXIS2-1823?page=comments#action_12456237 ] 
            
Glen Daniels commented on AXIS2-1823:
-------------------------------------

This has been fixed on the trunk.  The way this would work is as follows:

stub._getServiceClient().setCachingOperationContext(true);
... do work...
stub._getServiceClient().getLastOperationContext().getMessageContext(MESSAGE_LABEL_OUT_VALUE)...

Leaving this open as it doesn't yet have a test case.  Please check it out and 
let us know if this resolves your issue.


> Client API needs a method to access Current Message Context
> -----------------------------------------------------------
>
>                 Key: AXIS2-1823
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1823
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: New Feature
>          Components: client-api
>            Reporter: Shaoguang Cong
>         Assigned To: Glen Daniels
>
> The generated client stub doesn't have a way to access MessageContext or 
> SOAPHeader.  Client would like to access the header upon returned from the 
> service.  It's ideal to add a getter method in the client stub or Service 
> Client class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to