Haberdasher Posted February 22, 2010 Share Posted February 22, 2010 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> Link to comment https://forums.phpfreaks.com/topic/192898-soap-header-help-header-defines-same-namespace-that-it-uses/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.