Hi all,

We are doing the following

my $call = $wsdl->compileClient($operation, ..)
my ($answer, $trace) = $call->(%data);

This returns the following:

$answer->{Fault}{detail}{'{
http://schemas.datacontract.org/2004/07/VALITOR.Issuing.Service.WCF.ServiceProviders.ErrorHandling}FaultDetails'}{ErrorMessage}
= 'The error from the call'

Is it possible to access this error in a prettier way? $trace->errors()
seems to be empty?

Thanks

-- 
Errietta Kostala
<[email protected]>
_______________________________________________
Xml-compile mailing list
[email protected]
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile

Reply via email to