Help for this page

Select Code to Download


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