Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
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