Is SOAP::Lite with Perl for ISAPI Possible?

2003-06-18 Thread Eric Amick
I've been trying to run a SOAP server with SOAP::Lite 0.55 under Perl 5.8.0 using Perl for ISAPI. The necessary extension mappings exist, but the debug trace always says something about no output being produced, and it apparently sends back a CGI header with a content type of text/html, whic

Re: Perl for ISAPI

2002-06-28 Thread John Deurbrouck
s\"\n",$maxlen+1,$_,$ENV{$_}) }; $outpage .= "$unpre$graf$graf\n\n"; Now I can see that ALL the stuff I needed is available. And I can stop downloading this huge IIS manual I was getting off the Microsoft site. Thanks Simon! --- John At 01:30 AM 6/28/02 , Simon Oliver wrote:

Re: Perl for ISAPI

2002-06-28 Thread Simon Oliver
> Liang Anmian wrote: > > I'm using ActivePerl on Windows. I've been playing around with Perl for > ISAPI. I notice that scripts that run under Perl for ISAPI don't have > the "ENV" hash defined, meaning I can no longer grab the visitors' IP &