You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "YoshihiroOhara (JIRA)" <ji...@apache.org> on 2009/02/02 02:29:59 UTC

[jira] Closed: (AXIS2-4033) SOAPHeader cannot be returned.

     [ https://issues.apache.org/jira/browse/AXIS2-4033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YoshihiroOhara closed AXIS2-4033.
---------------------------------

    Resolution: Fixed

It was possible to self-solve it.

> SOAPHeader cannot be returned. 
> -------------------------------
>
>                 Key: AXIS2-4033
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4033
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Wish
>    Affects Versions: 1.3
>         Environment: java 1.5, jboss-4.2.3.GA, axis2 version 1.3 
>            Reporter: YoshihiroOhara
>
> A very embarrassed problem occurs now. Please help by all means. 
> The content transmits the SOAP message by using axis2. 
> The header part of the message received in the sending end is empty though it wants to edit 
> header part (<soapenv:Header>) of the SOAP message on the side where the message was received, 
> and to return it to the transmission origin. 
> It is possible to send and receive it for body part (<soaenv:Body>). 
> Concretely, processing equal with the sample source on the following pages is done. 
> http://ws.apache.org/axis2/1_3/mtom-guide.html#32
> mepClient.execute(true);
> After executing
> mepClient.getMessageContext(WSDLConstants.MESSAGE_LABEL_IN_VALUE);
> Is called and the response message is acquired. 
> The thing that wants to know
> ・Can the header part be acquired on the message transmission side?
> ・When the header part can be acquired, is the edit of the header possible by the reception side?
> ・The achievement method when both are possible. 
> Because there is not so much English in good
> When it is possible to show in the sample source, it is welcome. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.