[UPHPU] SOAP question

Jordan S. Jones jordan at racistnames.com
Tue Nov 13 11:23:29 MST 2007


Chad Sollis wrote:
> 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
>
> _______________________________________________
>
> UPHPU mailing list
> UPHPU at uphpu.org
> http://uphpu.org/mailman/listinfo/uphpu
> IRC: #uphpu on irc.freenode.net
What does the following output?

$client->__getFunctions ();

Jordan S. Jones


More information about the UPHPU mailing list