On Mar 28, 2005, at 11:33 AM, Dmitry Stogov wrote:
Fixed in HEAD. Thanks again.
One more thing - though I'm experimenting as to how to solve this with SoapVars.
This fragment:
<env:Header> <ns2:MessageHeader ns2:version="2.0" env:mustUnderstand="true"> <ns2:From> <ns2:PartyId>omniti.com</ns2:PartyId> </ns2:From>
Should be:
<env:Header> <ns2:MessageHeader ns2:version="2.0" env:mustUnderstand="true"> <ns2:From> <ns2:PartyId type="urn:xl2.org:IO5:01">omniti.com</ns2:PartyId> </ns2:From>
And similarly (and less hopeful to be fixed with a SoapVar) this:
<ns2:Service>Session</ns2:Service>
Needs to be
<ns2:Service ns2:type="sabreXML">Session</ns2:Service>
Is there a simple way to handle these case with SoapVars?
George
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php