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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Getting "Could not send Message." response for hosted service in TESB"

Hi Team,
I hosted my webservice in TAlendESB when I test my service using SoapUI getting below response.
<soap:Envelope xmlns:soap="">
   <soap:Body>
      <soap:Fault>
         <soap:Code>
            <soap:Value>soap:Receiver</soap:Value>
         </soap:Code>
         <soap:Reason>
            <soap:Text xml:lang="en">Could not send Message.</soap:Text>
         </soap:Reason>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>
For more info please find below screenshot.

Thanks & Regards,
Ravinder Gangadher.
Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi 
It seems you didn't configure endpoint correctly in SoapUI, you can try the tESBConsumer first to learn how to call the webservicce with Talend component, see
https://help.talend.com/search/all?query=tESBConsumer&content-lang=en
Best regards
Shong

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi 
It seems you didn't configure endpoint correctly in SoapUI, you can try the tESBConsumer first to learn how to call the webservicce with Talend component, see
https://help.talend.com/search/all?query=tESBConsumer&content-lang=en
Best regards
Shong
Anonymous
Not applicable
Author

Hi Shong,
Thank you for your reply. Your solution worked for me.
Thanks & Regards,
Ravinder Gangadher.