SOAP timing out



I have a working script that successfully sends data from my home PC to a SOAP server in a .NET environment. I run Win2K on this box.

When I upload the script to a Redhat server, it times out, and does not submit any data.

Anyone have a clue what might be causing this?

-------------------------------8<---------------------------------
#!/usr/bin/perl
use strict;
use warnings;

use lib 'PerlMods/SOAP-Lite-0.69/lib';
use SOAP::Lite ( +trace => 'all', maptype => {} );

my $FirstName='Amer';
my $LastName='Neely';
my $proxy = 'http://xxx.xxx.xxx.xxx:180/somescript.asmx'; # edited
my $soap = SOAP::Lite
-> uri('http://localhost:180/somewhere')
-> on_action( sub { join '/', 'http://localhost:180/somewhere','Insert'} )
-> proxy('http://xxx.xxx.xxx.xxx:180/somescript.asmx');

my $method = SOAP::Data->name('Insert')
->attr({xmlns => 'http://localhost:180/somewhere'});

my @params = (
SOAP::Data-> name(FirstName => $FirstName),
SOAP::Data-> name(LastName => $LastName));
print $soap->call($method => @params)->result;
-------------------------------8<---------------------------------

This prints 'OK', which is what is returned by the 'Insert' function from the server.

--
Amer Neely
w: www.webmechanic.softouch.on.ca/
Perl | MySQL programming for all data entry forms.
"Others make web sites. We make web sites work!"
.



Relevant Pages

  • Please check my resume for any mistakes and syntacsis errors
    ... 1997, German language courses, Goethe Institut. ... Scripts, stored procedures, triggers and views using MS SQL Server ... Created and supported web sites navigation structure and contents. ... software including Seagate Backup Exec and Windows build in backup. ...
    (alt.usage.english)
  • Re: Access rule for Hotmail & Yahoo mail in ISA 2000 server
    ... the web sites do not in your Destination Sets. ... I get that you have single NIC on your SBS. ... Do you buy a standard ISA server 2000 copy and install it on your SBS? ...
    (microsoft.public.windows.server.sbs)
  • Re: Access rule for Hotmail & Yahoo mail in ISA 2000 server
    ... the web sites do not in your Destination Sets. ... Do you buy a standard ISA server 2000 copy and install it on your SBS? ... This newsgroup only focuses on SBS technical issues. ...
    (microsoft.public.windows.server.sbs)
  • RE: Server Performance Report - Page not found
    ... use the Monitoring and Reporting snap-in or the Backup snap-in on a Windows ... Small Business Server 2003-based computer ... | Web Sites | Default Web Sites. ... Microsoft CSS Online Newsgroup Support ...
    (microsoft.public.windows.server.sbs)
  • RE: isa 2004 & external website access issue
    ... internal web sites are no longer accessible, ... Does each internal web server ... headers in ISA Server ... List' and click 'Connect to the internet' in the right panel. ...
    (microsoft.public.windows.server.sbs)