in reply to SOAP and .NET Web Services
you use index 1 inside array @_, but indexes to arrays start from 0 in Perl. I tried to look at the on_action method more in depth in SOAP::Lite docs, but they didn't enlighten me much.-> on_action( sub { join '/', 'https://wstest.solspark.com', $_[1] }
On a more general base, why don't you start with some clear-text experiments (using HTTP instead of HTTPS)? In this way, you would be able to capture traffic (e.g. using ethereal) and see what's going on between your client and the server.
Flavio (perl -e 'print(scalar(reverse("\nti.xittelop\@oivalf")))')
Don't fool yourself.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SOAP and .NET Web Services
by jhourcle (Prior) on May 11, 2005 at 12:23 UTC | |
by polettix (Vicar) on May 11, 2005 at 14:22 UTC |