All,

I have a Php script which I wish to convert to perl
============
require_once('SOAP/Client.php');
$wsdl_url =
'https://myserver.myhost.com/services/EndUser?wsdl';
$WSDL = new Soap_WSDL($wsdl_url);
$soap = $WSDL->getProxy();

$soap->setCredentials('1111','password');
$username = "wombat104";

$return = $soap->getUser($username);
======================

Can someone show me how this would look using
SOAP::Lite?  

 


                
___________________________________________________________ 
Yahoo! Messenger - with free PC-PC calling and photo sharing. 
http://uk.messenger.yahoo.com

Reply via email to