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?
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?