I found you can generate this in SOAP in php:
12345
With this:
array(\"foo\" => arra
How can you add an attribute to a node that is the function;
$update = $soap->UpdateMember($pRecord);
or
$update = $soap->__soapCall('UpdateMember', array($Updates));
I need to add namescape or xmlns attribute to the actual function name here. I'm getting the following;
MORE XML HERE
but I need
MORE XML HERE
Need to have ns1:UpdateMember xmlns:ns1="http://www.sample.net/" or something like that.