On 25 Jan 2011, at 10:29, thebigdog wrote:
> $client = new SoapClient('http://example.local/path/to/service.svc?wsdl');
> $args = array("ted");
> $results = $client->HelloWorldWithInput($params);
I got it. Although I swear I tried this earlier, it needs key names in the
array, like this:
$client = new SoapClient('http://example.local/path/to/service.svc?wsdl');
$args = array('name' => 'ted');
$results = $client->HelloWorldWithInput($params);
_______________________________________________
UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net