can you handle consumed web service fault contract?

1
we have a web service that has one fault <wsdl:operation name="Calculate"> .... <wsdl:fault wsaw:Action="http://tempuri.org/ICalculationService/CalculateDivByZeroFault" name="DivByZeroFault" message="tns:ICalculationService_Calculate_DivByZeroFault_FaultMessage"/> </wsdl:operation> can we handle this type of fault in mendix? Or only the generic type SoapFault is available?
asked
0 answers