Re: pear soap client parameter question - it makes me crazy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



$client = new SOAP_Client( $url );

$params = array( $text );
$result = $client->call( "thisIsTheService", $params, $namespace );

I hope this helps.

It does! :) Thank you.


Istvan

--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux