Posted by David Haynes on 10/15/46 11:39
Sjoerd wrote:
>>From the comments in the PHP manual:
>
> johnjawed at gmail dot com:
> For those wondering on how to set attributes on nodes with PHP5 SOAP,
> it would be done as such:
>
> <... soap env/header>
> <foo bar="blah">12345</foo>
>
> array("foo" => array("_" => 12345, "bar" => "blah"));
>
Thank you.
I have the downloaded manual and forgot to check the online one for
comments. (I'll have to remember to do that.)
-david-
Navigation:
[Reply to this message]
|