Jump to content

SOAP header help, header defines same namespace that it uses


Haberdasher

Recommended Posts

Hi all,

 

I have the following SOAP header that I need to submit with all requests. I understand how to create and submit the request with a header but I can't figure out how to reproduce this header. The namespace that it uses is defined in the header, which doesn't seem possible (chicken and the egg). Does anyone have any ideas?

 

Thanks,

-Dave

 

  <soapenv:Header>
    <ns1:request_headers soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="http://authServer.sunlite.com/webservices/authUserService/header">
      <ns1:service>
        <ns1:name>authToken</ns1:name>
        <ns1:version>1.0</ns1:version>
      </ns1:service>
      <ns1:originator>ORIGINATOR</ns1:originator>
      <ns1:requestDateTime>2009-07-10T00:12:47.31</ns1:requestDateTime>
    </ns1:request_headers>
  </soapenv:Header>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.