I am running the latest version of axis2 - 1.1.1. I am trying to use session management via WS-Addressing. In soapmonitor I can see the WS-Addressing headers going out on the request to the server. But my service's response doesn't have any of the WS-Addressing headers (specifically the groupID header). Addressing is enabled globally via the entry in Axis2.xml. In service.xml I set scope for the service to be "soapsession".

This is what the client is sending. Is there something I need to add or change to get the service to re-act with WS-Addressing headers.

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:wsa="http://www.w3.org/2005/08/addressing"; xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
 <soapenv:Header>
   <wsa:To>http://localhost:8080/axis2/services/AiMessageServices</wsa:To>
   <wsa:ReplyTo>
     <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
   </wsa:ReplyTo>
   <wsa:MessageID>urn:uuid:F18B205BFF468A597911689950656872</wsa:MessageID>
   <wsa:Action>urn:login</wsa:Action>
 </soapenv:Header>
 <soapenv:Body>
   <Reqx>
     <HID>124</HID>
     <CID>2567</CID>
     <ReqNo>SJPC120.y</ReqNo>
     <CRYR>2003</CRYR>
   </Reqx>
 </soapenv:Body>
</soapenv:Envelope>


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

Reply via email to