Hi There,
We are having a requirement to add Soap Header under SOAP envelope in App Connect Professional (7.5.4) but I don't see any option for it. If someone can give pointers for this. Below is a sample request. In this request I need to add
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/" xmlns:plan="http://schemas.datacontract.org/2004/07/SampleService">
<soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>http://tempuri.org/SampleService/UpdateInfo</wsa:Action><wsa:To>https://www.Testgrouo.com/SampleService/Service.svc</wsa:To></soap:Header>
<soap:Body>
<tem:UpdateInfo>
<!--Optional:-->
<tem:UserID>
<!--Optional:-->
<member:Id>123456</member:Id>
<!--Optional:-->
<member:Email>
test@testrbc.com</member:Email>
</tem:user>
</tem:UpdateUser>
</soap:Body>
</soap:Envelope>
Regards,
Atul K. Sharma
------------------------------
Atul Sharma
------------------------------