- or download this
C:\domains\foo.com\wwwroot\websvc.cfc
- or download this
#!/usr/bin/perl
use 5.010001;
...
my $ret = $soap->call('getConfigByIP', $IP);
say "Ret: $ret";
- or download this
$soap->call( \%method, $body, $header);
...
my $self = shift;
$soap_wsdl_client->call( mySoapMethod, @_);
}