Hi all,
I am trying out asynchronous service call using WS-Addressing. The following is the response I received from the above call. I was expecting <Action> element to be included in the header. Any suggestion on why it is not included in the header?
Thanks
Steve

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>

  <soap:Header>

<MessageID xmlns="http://www.w3.org/2005/08/addressing";>urn:uuid:26b6ee7d-13f4-49e7-8d2e-c824290627ac</MessageID>

<To xmlns="http://www.w3.org/2005/08/addressing";>http://www.w3.org/2005/08/addressing/anonymous</To>

     <ReplyTo xmlns="http://www.w3.org/2005/08/addressing";>

        <Address>http://www.w3.org/2005/08/addressing/none</Address>

     </ReplyTo>

  </soap:Header>

  <soap:Body></soap:Body></soap:Envelope>

Reply via email to