Re: Simple Example - Google Spell check - no worky

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

 



Hi Blaine,


> >From the doc's it appeared that I would pass the WSDL URL as a second parm
> if the endpoint URL was not the same.
> As in:
> $soapclient = new
> SOAP_Client('http://api.google.com/search/beta2','http://api.google.com/Goog
> leSearch.wsdl');

try:
$wsdl = new SOAP_WSDL("http://api.google.com/GoogleSearch.wsdl";);
$soapclient = $wsdl->getProxy();

then you can do things like:
$result = $soapclient->doGoogleSearch(...);

Regards
Christian

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