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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tESBConsumer fault not good format

Hi !
I have a fault message generated by SoapUI :
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:app="XXXX/application">
 <soap:Body>
   <soap:Fault>
     <soap:Code>
       <soap:Value>soap:Sender</soap:Value>
     </soap:Code>
     <soap:Reason>
       <!--1 or more repetitions:-->
       <soap:Text xml:lang="fr">blabla</soap:Text>
       <soap:Text xml:lang="fr">blibli</soap:Text>
     </soap:Reason>
     <!--Optional:-->
     <soap:Node>node</soap:Node>
     <!--Optional:-->
     <soap:Role>role</soap:Role>
  &nb


To see the whole post, download it here
Labels (5)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

It was my soap message ... cause I use a uppercase first letter :
<app:DownloadedApplicationException>

It was better without uppercase (cf. wsdl ...):
<app:downloadedApplicationException>

View solution in original post

1 Reply
Anonymous
Not applicable
Author

It was my soap message ... cause I use a uppercase first letter :
<app:DownloadedApplicationException>

It was better without uppercase (cf. wsdl ...):
<app:downloadedApplicationException>