[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SOAP::Lite help


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


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.