Norret has asked for the wisdom of the Perl Monks concerning the following question:
Server (Perl):static void Main(string[] args) { try { ProxyLicenceService service = new ProxyLicenceService( +); string licence = service.generateProxyLicence("blubb") +; Console.WriteLine(licence); } catch (Exception e) { Console.WriteLine(e.Message); } }
$_ [0 ] contains the name of the packageSOAP::Transport::HTTP::CGI -> dispatch_to('proxyLicenceService') -> handle; package proxyLicenceService; =begin WSDL =cut sub generateProxyLicenceRequest { #my @params = split(/;/,$_[1]); my $test = $_[1]; system("echo $test >> C:\\www\\htdocs\\cgi-bin\\test.log"); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP document/literal Server
by Anonymous Monk on Oct 29, 2009 at 16:48 UTC |