The fix for attribute namespaces was incorrect. :( Can you point me into some specification. What namespace have attribute without prefix? You problems are solved in attached script. Thanks. Dmitry. > -----Original Message----- > From: George Schlossnagle [mailto:george@omniti.com] > Sent: Monday, March 28, 2005 20:58 > To: Dmitry Stogov > Cc: George Schlossnagle; 'Adam Maccabee Trachtenberg'; > soap@lists.php.net > Subject: Re: RE: element handling in schema > > > > 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 > >
Attachment:
soap1.php
Description: application/httpd-php
-- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php