in reply to Re^2: SOAP::Lite and custom envelopes
in thread SOAP::Lite and custom envelopes

Yes, it is a .Net webservice.

They offer as well a SOAP client written in Java which can be used somehow with Java.pm but we don't want to use Java in our production system.

After unsuccessfully trying to install SOAP::Simple I used the lowlevel way: LWP::UserAgent for the request and pattern matching for the response parsing.

Maybe not the classical way but in this case it was the fastest.

Anyway, thanks for your help, everybody.

Replies are listed 'Best First'.
Re^4: SOAP::Lite and custom envelopes
by Anonymous Monk on Mar 19, 2012 at 14:52 UTC

    After unsuccessfully trying to install SOAP::Simple

    cpanp i BERLE/SOAP-Simple-0.00_03.tar.gz

    Maybe not the classical way but in this case it was the fastest.

    As long as you and your maintenance programmer are satisfied with it :)