#!/usr/bin/perl use strict; use warnings; use SOAP::Lite; print SOAP::Lite -> uri('http://www.soaplite.com/Demo') -> proxy('http://services.soaplite.com/hibye.cgi') -> hi() -> result; my $soap = SOAP::Lite->proxy( 'http://user:password@endpoint.server:80/', proxy => ['http' => 'http://my.proxy.server/']);
In reply to Re: SOAP::Lite, WSDL , and firewall
by Khen1950fx
in thread SOAP::Lite, WSDL , and firewall
by perlTM
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |