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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to get response by using a web service URL and SOAP request

Hi,

I have a web service login url and SOAP request. While passing it in postman, the response gives an id.
I have some project related works using that id. So how do I automate this process to get that id using talend ??  Kindly please explain content of each component because I have not used web services in talend.


SOAP request:
---------------------
<?xml version='1.0' encoding='utf-8'?>
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:Magento">
<x:Header/>
<x:Body>
<urn:login>
<urn:username>XXX</urn:username>
<urn:apiKey>YYY</urn:apiKey>
</urn:login>
</x:Body>
</x:Envelope>

Login url:
-----------
https://www.abc.com/index.php/api/index/index/login

Labels (4)
2 Replies
Anonymous
Not applicable
Author

I think the web service procedure explained in the URL shared by you did not satisfy our concerns. So is there any other solution  on which we can give that login URL and XML request as input??