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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Request SOAP WebService using the attached input XML

Hello,

Please, check the attached request, I would like to send the request using Talend Open Studio.

I tried to use tSOAP, but it’s looks like something is wrong with my configuration

 

Thanks for your help

Dgm0683p000009LzGo.jpgtSOAP configuration

Labels (3)
3 Replies
Jesperrekuh
Specialist
Specialist

This is how you should do it, look at attachment.

 

And use this tool to test your calls, endpoint stuff etc... 

https://www.soapui.org/


Soap.jpg
Anonymous
Not applicable
Author

Hi Dijke

 

Thanks for your answer. 

It's looks like the tool is not free,

 

Anyway, I'm finding out how to submit xml file as input request. I just installed it on my pc

 

Thanks

Maurice

Jesperrekuh
Specialist
Specialist

Hi Maurice,

The tool is free.
My attachment is the process of creating the XML for the input request.

IterateToFlow (specific variables like credentials) -> tXMLMap (transform to the correct XML for the Soap ->> tSoap (document as input)
Pretty easy...

You can also read a file (no headers no delimiters no row seperator) define 1 column as a string and use it as input.

First suggestion is an elegant solution,