http://www.perlmonks.org?node_id=961851


in reply to SOAP::lite module help

calling a .NET web service from a Perl SOAP client is not that straightforward since there are inconsistencies. For example SOAP::Lite uses RPC encoding while .NET uses document literal etc

Just by looking at it, the uri and proxy section doesn't look right plus you are not calling the authenticate method.Then you have to take the data types and parameter naming into consideration

Check this guide How to Call a .NET-based Web Service Using the SOAP::Lite Perl Library for more information