Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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