Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Soap Fault with tESBConsumer

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.
Labels (4)
1 Reply
atelesh
Contributor
Contributor

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.