Re: [PHP] nusoap service + php5 soap client problems

2007-10-02 Thread blackwater dev
Yeah, because that was just changed so I could post it here: Here is the actual wsdl: − − http://schemas.xmlsoap.org/soap/encoding/"/> http://schemas.xmlsoap.org/wsdl/"/> − − − − Authenticates Getloaded User − http://schemas.xmlsoap.org/soap/http"/>

Re: [PHP] nusoap service + php5 soap client problems

2007-10-02 Thread Nathan Nobbe
this doesnt look like a wsdl file to me http://mysite.com/authenticate.php?wsdl -nathan On 10/2/07, blackwater dev <[EMAIL PROTECTED]> wrote: > > Hello, > > I have this nusoap service: > > $server= new soap_server(); > $server->register('authenticate_user', array(), array()); > > // Initialize WS

[PHP] nusoap service + php5 soap client problems

2007-10-02 Thread blackwater dev
Hello, I have this nusoap service: $server= new soap_server(); $server->register('authenticate_user', array(), array()); // Initialize WSDL support $server->configureWSDL('authenticate', 'urn:authenticate'); // Register the method to expose $server->register('authenticate_user',