Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Reading SOAP formatted text sent via GET.

by Anonymous Monk
on Nov 26, 2016 at 00:54 UTC ( [id://1176569]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Reading SOAP formatted text sent via GET.
in thread Reading SOAP formatted text sent via GET.

Which version of perl are you running?

You can see an example of code at sub DebugCGI, basically

use CGI; Main( @ARGV ); exit( 0 ); sub Main { my $q = CGI->new; my $RequestXML = scalar $q->param('RequestXML'); ... print $header, $body; return; }

List of perl/CGI related reading materials

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1176569]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (4)
As of 2024-04-24 18:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found