in reply to SOAP::Lite returning 500 error

I think you want may the call method on the client:
print SOAP::Lite -> uri('http://www.anything.com/Demo') -> proxy('http://dev.domain.com/cgi-bin/soapserver.cgi') -> call('hi') -> result;

Replies are listed 'Best First'.
Re^2: SOAP::Lite returning 500 error
by Anonymous Monk on Sep 18, 2009 at 01:56 UTC