[UPHPU] SOAP question

Chad Sollis uphpu at sollis.net
Mon Nov 12 17:28:56 MST 2007


Hello,

I am in a slight predicament.  I have an application that is running  
on an old version of pear soap.  I am trying to initiate the object  
like this:

$wsdl = 'http://path/to/wsdl';
$user = 'username';
$pass = 'password';

$client = new SoapClient($wsdl,true);
$results = $client->login($user,$pass);

I am getting an error that says the login function is undefined.  Any  
ideas how to use the functions in the wsdl on an older version of pear  
soap, specifically the authentication piece.

Thank you in advance.

~SOL


More information about the UPHPU mailing list