Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
@Neena5585,below links may help.please check.
https://mindmajix.com/talend/working-with-web-services-and-queues
http://dwteam.in/calling-public-web-service-using-talend-open-studio/
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??