Forum Discussion

gurmeet_kaur's avatar
gurmeet_kaur
Occasional Contributor
13 years ago

Add attribute into the custom Header in SOAP request

Hi,



I want to add custom header in my SOAP request and it takes only 3 parameters.

Call Helper.AddHeader("action","http://schemas.ms.com","testvalue")



This is how the values need to be assigned using the signature mentioned at : http://support.smartbear.com/viewarticle/42406/



Now, if I want to add a header like :

 <Action s:mustUnderstand="1" xmlns="http://schemas.ms.com">testvalue</Action>



the only thing missing in my header is : s:mustUnderstand="1"

How, i can add this attribute into the custom header



Thanks



1 Reply