zakzebrowski has asked for the wisdom of the Perl Monks concerning the following question:
but I get the response unable to determine protocol.my $uri = "http://127.0.0.1/cgi-bin/server.pl"; my $proxy = "http://127.0.0.1/myfn"; my $soapresponse = SOAP::Lite uri->'$uri' proxy->'$proxy' -> go($doThi +s) ->result;
Thanks. This is for some recreational programming I'm working on.$soapobject = SOAP::lite (some server, some proxy) $soapr1 = $soapobject->fn(1); $soapr2 = $soapobject->fn2(2);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Soap Questions (dynamic server, objects)
by chromatic (Archbishop) on Jun 02, 2001 at 00:14 UTC | |
by zakzebrowski (Curate) on Jun 29, 2001 at 17:31 UTC |