Namespace on attributes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I've noticed that there was a recent fix to PHP SOAP that dealt with
namespaces and attributes.

I have written a Flash client that connects to a PHP web service.  It used
to work before the patch, but now it doesn't seem to work.

Tracing some of the code I notice that now where I used to have something
like this:

<ns1:myElement someAttr="blah" />

I now have:

<ns1:myElement ns1:someAttr="blah" />

The namespace on the attribute is causing flash to mess up it's
deserialization as far as I can tell.  Am I correct in assuming that this
fix is what is causing the difference in output, and is there any way to
control this?

- Jon

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux