I'm new to SOAP and I can't figure how to create a SOAP header using the following template:
I am programming in PHP using SoapClient.
<SOAP-ENV:Header>
<Username xmlns="http://something.com/WebServices/SMSPush">User</Username>
<Password xmlns="http://something.com/WebServices/SMSPush">Pass</Password>
<To SOAP-ENV:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">http://wsmcg002.something.sys:8004/SmsPushService.svc</To>
<Action SOAP-ENV:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/addressing/none">SendMultipleTextMessage</Action>
</SOAP-ENV:Header>