Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Support,
How can I Build a job to pass an excel sheet input values to Web service request and than it need to store database at the same time need to see Web Service Output response.
Example: I have Customer Excel sheet with the columns ID, PHONE, EMAIL this values need to pass Webservice Input it contains parameter list like ID, PHONE, EMAIL after this same data it needs to store in Database with respective table along with the specific columns, Mean while i need to see response in the webservie response.
Please help me on same.
Regards,
P.Surendra.
To read value one by one from your excel sheet you can use tFlowToIterate component. So, your job would be like:
tFileInputExcel-->tFlowToIterate-->
and then pass it to webservice and store the result into database.
Hi Aashish,
Thanks for your Quick response .
I will check and update you.
Regards,
P.Surendra.
Hi Aashish,
My WebService Request doesn't contain any method so without method if i use twebserviceinput will it work?.
I am sharing the job designed screen shot please find.
I have created a new service with the ID , PHONE, EMAIL as input and output also ID , PHONE, EMAIL
then I got the tesbservicerequest and tesbserviceresponse. Now i need to use this request and insert data into database.
Please help me on same.
Regards,
P.Surendra.
Regards,
P.Surendra.
Regards,
P.Surendra.