> $client = new SoapClient('http://example.local/path/to/service.svc?wsdl');
> $args = array("ted");
> $results = $client->HelloWorldWithInput($params);

try this:

$results = $client->HelloWorldWithInput(&$params);

see if that works for you!


-- 
thebigdog

_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to