I'm using Zend_Soap_Client to communicate with a SOAP service. My test to
the service's helloworld example works fine:

try {

$res = $client->HelloWorld();

} catch (Exception $e) {

echo $e->getMessage();


 }

-- 
=================
Ron Dyck
[email protected]
www.webbtech.net
=================

Reply via email to