in reply to SOAP LITE return message

When things look unexpected to me, I try to print more info. What is the output using Data::Dumper?
print $soap->call($method => @params)->result; print Dumper($soap->fault);

Replies are listed 'Best First'.
Re^2: SOAP LITE return message
by NewMonk2Perl (Sexton) on Feb 17, 2011 at 16:28 UTC
    Im still looking thru it. Thanks! Looks like this is what the faultstring is saying. What is "fault."?
    <faultstring>Server did not recognize the value of HTTP Header SOAPAct +ion: tempuri.org/acecash/Service1/fault.</faultstring>