Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3
-
None
-
None
-
None
-
java 1.5, jboss-4.2.3.GA, axis2 version 1.3
Description
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.