Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 < and > replaced by > ) 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
1-soap response
2-soap response
2-schema
1-schema