Hello, When i call my soap webservice on soapui i get this response : <soap:Envelope xmlns:soap=""> <soap:Body> <soap:Fault> <faultcode xmlns:ns1="">ns1:businessFault</faultcode> <faultstring>erreur </faultstring> <detail> <Erreur> <code>005</code> <description>Service applicatif indisponible</description> <origine>rpg</origine> <detail></detail> </Erreur> </detail> </soap:Fault> </soap:Body> </soap:Envelope> my question is : why in fault code and fault string i have ns1:businessFault & erreur ? Thank you for your help.
I would say this is internal "by design" implementation of web service operation in Talend Data Service. Talend job implemented the operation contains tESBProviderFault component where you specify "Fault title" to "erreur" and "GestionErreur_1_tESBProviderFault_1" is the name of the tESBProviderFault component. and "businessFault" in fault code is fixed value for SOAP 1.1 business faults (means produced by tESBProviderFault component) from Data Services created in Talend Studio.