|
|
| Do you know where your variables are? | |
| PerlMonks |
Re: Webservices and browsersby jhourcle (Prior) |
| on Feb 27, 2009 at 02:11 UTC ( #746735=note: print w/ replies, xml ) | Need Help?? |
|
The hibye.pl scrpt is not a CGI -- it doesn't emit HTTP headers (Content-type). A web browser is not a SOAP client -- it doesn't emit the necessary HTTP headers (SOAPAction) or send a SOAP message. If you want to write a CGI that's also a SOAP client, that's fine -- but you can't just throw any old executable on a webserver and expect it to work. Try the following.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||