Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
robertoeslava
Partner - Contributor
Partner - Contributor

How to load data from SOAP Web Service to QlikView?

I would like to know how it is possible to read information from a SOAP web service, which has the following structure:

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:mod="http://model.ws.steelroads.com">
<soapenv:Header/>
<soapenv:Body>
<mod:runDynamicTrace>
<mod:userId>myUserID</mod:userId>
<mod:password>mypassword</mod:password>
<mod:params>
<mod:equipmentList>UPD100-113</mod:equipmentList>
<mod:equipStatus> Loads+Only</mod:equipStatus>
<mod:outputType>Output+To+File(Comma+Delimited)</mod:outputType>
<mod:responseOption></mod:responseOption>
<mod:showEvents> Intransit+Arrival</mod:showEvents>
<mod:sortOrder>001030</mod:sortOrder>
<mod:traceFormat>E</mod:traceFormat>
</mod:params>
</mod:runDynamicTrace>
</soapenv:Body>
</soapenv:Envelope>

I tried using the REST Connector and the "General Web Connector" of "Qlik Web Connectors", but I do not know how to configure it to make it work.

Labels (2)
2 Replies
Gysbert_Wassenaar

You can use the REST connector. You'll have to use the POST method and in the request body you need to put the xml of the soap request. You'll probably have to choose an authentication schema. It depends on what the soap web service requires of you for authentication.


talk is cheap, supply exceeds demand
VanderleiTeza
Partner - Contributor
Partner - Contributor

Roberto, você conseguiu fazer essa conexão e leitura de Web Service ? Também estou precisando conectar sistema da Totus.