Top "Soapheader" questions

Optional SOAP element that represents a header that contains application-specific information (like authentication, payment, etc) about the SOAP message.

Adding custom SoapClient headers

I'm a complete C# newbie and have been trying to crack this for a couple of hours now with no …

c# soap soap-client soapheader
PHP SOAP Header does not match HTTP SOAP Action, how to set it?

I've tried everything! I'm using this WSDL and am simply just trying to authenticate. I keep getting this error: The …

php soap soap-client soapheader
Send a custom header of soap envelope using jQuery Ajax

I am trying to call an asmx service using jQuery Ajax. POST /YderWS.asmx HTTP/1.1 Host: localhost Content-Type: text/xml; …

jquery .net ajax asmx soapheader
Accidentally sticking SOAP Body inside of SOAP Header attempting to access WSE service with WCF client

I am attempting to hit a WSE secured web service using WCF. The SOAP header I need to generate to …

wcf soap wse soapheader
PHP Namespaces in SoapHeader Child Nodes

PHP SoapClient Headers. I'm having a problem getting the namespaces in child nodes. Here's the code I'm using: $security = new …

php xml namespaces soapheader
How to add soap basic auth request to WSDL

How can I had soap AUTH BASIC auth to a WSDL, so who ever reads the WSDL knows I require …

soap wsdl basic-authentication soapheader
How to add <soap:Header> tag? WSDL not appearing with these info

I need to add to my message something like this: <soap:Header> <wsse:Security xmlns:wsse="http://…

web-services c#-4.0 ws-security soapheader web-reference
How to get header elements name and value from SOAP header?

How can I get userID and password tag name and value from soap request Header. My request xml <soapenv:…

java soap soapheader
How to remove empty header from SOAP message?

I am using Spring-WS for consuming Webservice which compains if SOAP envelop has empty header element. I figured out that …

java soap webservice-client spring-ws soapheader
Modify SOAP header Mustunderstand attribute in WCF client

I am writing a WCF client for a service (not WCF). Getting an error that Unprocessed 'mustUnderstand' header element: {http://…

wcf soap wcf-client soapheader