WSDL with attributes?
[email protected] (Andrew Ettinger)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
How can I set up attributes? I know I can do:
$result = $service->method(array("param1"=>"value",
"param2"=>"value2"));
But this doesn't set up attributes. Does this have to be done in an
override of the __doRequest method call or something?