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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Roberto_Licciardello
Partner - Contributor III
Partner - Contributor III

Using Rest Connector

Hi,

I am trying to connect in Qlik Sense with the REST connector to a webservice which, for authentication, uses three parameters not only user and password, but also product.

so I pass this request (which on soapUI works):


<soapenv: Body>
<tem: Login>
<tem: companyName> XXX </ tem: companyName>
<tem: password> XXX </ tem: password>
<tem: productName> XXX </ tem: productName>

</ tem: Login>
</ soapenv: Body>

 

How can I do? I am trying to enter as parameters, but I cannot

Labels (1)
0 Replies