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

SOAP response while using tSOAP shows Authentication error

I am trying to make a SOAP request using tSOAP and saving the response to a tFileOutputXML in Talend v6.3.1. There are 2 ways in which I'm trying to achieve it:
1. output schema of tSOAP is set to the default schema of a SOAP request/response (Envelope, Header & Body). In this way, I am getting a successful response but the text inside the Body tag are all replaced by HTML entities (as seen in the screenshot - < replaced by &lt; and > replaced by &gt; ) But I want to be able to read these as XML tags and parse them further to generate another request/XML file.
2. output schema of tSOAP is set as "Document" so that it returns the entire response within a <soap></soap> tag that I can parse it later. But the response is always "Unauthorized" - "Access denied". The SOAP request settings are all the same but still fails here.

So how can I get the response working using the Document style to output? Any help is greatly appreciated. Thanks in advance.

setup
0683p000009MGIH.png

1-soap response
0683p000009MGIM.png
2-soap response
0683p000009MG4i.png
2-schema
0683p000009MGCe.png

1-schema
0683p000009MGIR.png

Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hi,
If the response is a document, you can [font=Verdana, Helvetica, Arial, sans-serif]parse it with[/font] tXMLMap component.
The work flow should be:tsoap-->tXMLMap-->output
Let us know if it is ok with you.
Best regards
Sabrina