Hi!

I need to compile .exe file that uses SOAP Lite.

But when I try it with perlapp from activestate

and I run my .exe file afterwards, i get:
Unsupported protocol 'HTTP'

when I run the script with

perl test.pl it works fine!

use SOAP::Lite; 

my $soap = SOAP::Lite
                                                        ->
uri("http://xxxxx";)
                                                    ->
proxy("http://xxxxx/status.pl";);
                if ($soap->hereiam("myname")->result eq "OK" ) {
                        return 1;
                } else {
                        return 0;
                }


Do you have any ideas???

Thanks

Denis


"THINK THE WEB WAY."
---------------------------------------------------
        NCM - NET COMMUNICATION MANAGEMENT GmbH
---[  Denis Banovic - CTO
        mailto:denis.banovic@;ncm.at
---[  Mühlstrasse 4a
      AT - 5023 Salzburg
      Tel. 0662 / 644 688
---[  Fax: 0662 / 644 688 - 88 
      http://www.ncm.at
---------------------------------------------------
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to