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"/>
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
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',
3 matches
Mail list logo