Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
madhava4
Contributor
Contributor

SOAP Connector to Qlik Sense

Hi,

We are trying to connect to a SOAP web service to extract data using Qlik Sense Desktop. Is there a connector available in Qlik Sense. Please let us know if any one did this before.

Note: We were able to get data using a REST web service with inbuilt REST connector for Qlik Sense.

Thanks,

Madhav

4 Replies
petter
Partner - Champion III
Partner - Champion III

I am pretty sure that the Qlik REST connector can be used for many SOAP web services as well. Others - please correct me if I am wrong since I am no expert on SOAP...

The Qlik REST connector provides you with some basics to do HTTP communication using GET and POST requests. So it is rather low-level compared to other types of Qlik connectors.

petter
Partner - Champion III
Partner - Champion III

The solution proposed in the document you refer to will only work with QlikView and it is based on using Macros with VBScript so this will not work with Qlik Sense...

rzenere_avvale
Partner - Specialist II
Partner - Specialist II

Hi Madhava,

Petter here is right, you can use the REST connector to do a SOAP call.

Specifically, you need to generate the XML of your request and then use it as your Request Body in your REST connection. Additional parameters could be needed, depending on your call

I believe that somewhere there is a post that explains this quite good, but I have not been able to find it

I would suggest using Fiddler or any other similar software to trace the request you do with the REST connector, as it is not so easy to debug.

Hope this helps,

Riccardo