Hi,

Find below my request:

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:wsa="http://www.w3.org/2005/08/addressing";>
  <soapenv:Header>
    <wsa:To>http://127.0.0.1:8080/Axis2/services/fromws</wsa:To>
    <wsa:ReplyTo>
 
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address
>
    </wsa:ReplyTo>
 
<wsa:MessageID>urn:uuid:154D4ED7795855F43111655301223211</wsa:MessageID>
    <wsa:Action>echoString</wsa:Action>
  </soapenv:Header>
  <soapenv:Body>
    <ns1:echoString xmlns:ns1="http://sunilfromws.org/";>
      <ns1:Text>echo1</ns1:Text>
      <ns1:Sequence>sequence1</ns1:Sequence>
    </ns1:echoString>
  </soapenv:Body>
</soapenv:Envelope>

I am getting following response:

<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
  <soapenv:Header />
  <soapenv:Body>
    <ns1:echoStringResponse xmlns:ns1="http://sunilfromws.org/";
xmlns:tns="http://ws.apache.org/axis2";>
      <ns1:EchoStringReturn>echo1---sequence1</ns1:EchoStringReturn>
    </ns1:echoStringResponse>
  </soapenv:Body>
</soapenv:Envelope>

WS Addressing is engaged and I was expectring MessageID in response.

Could any one help me to confirm my assumption? And if it is true ,
please let me know why I am not receiving same.

I am using Axis 2.0 Version 1.0


Thanks,
 
Sunil 

Reply via email to