in reply to Re: Using Net::SSLeay and Soap
in thread Using Net::SSLeay and Soap
or I think you can also do it in your call like:use SOAP::Lite on_action => sub{join '', @_};
You'll have to try it out and see whether you need to put the '/' on the end of the proxy address to get it to look right.my $soap = SOAP::Lite->new(%options)->uri($uri)->proxy($server)->on_ac +tion(sub{join ' ', @_});
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using Net::SSLeay and Soap
by Hammy (Scribe) on Sep 16, 2004 at 20:18 UTC |