use SOAP::Lite;
my $cat = 'catalog';
my $id = 'ABCDEFGH:soap';
my $Tag = SOAP::Lite
-> uri('http://10.27.29.148/Vend/SOAP')
-> proxy("http://10.27.92.148:7780/$cat/$id");
my $login_opt = {
username => 'test',
password => 'test',
function => 'login'
};
my $ok = $Tag->userdb( $login_opt );
if (defined($ok)) {
print "OK defined\n";
} else {
print "Ok not defined\n";
}
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.