said application generates headers without qualifying them by namespace.
I.E. when I use SoapHeader in my call to add a header like DistributorCode
the header is
<ns1:DistributorCode>Value</ns1:DistributorCode>
I need it to be <DistributorCode<Value</DistributorCode>(that's the application at the other end's requirement, I'm told)
Can anyone help me?
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php