Data upload through web service

shettarvikasshettarvikas Member Posts: 106
Hi,

We are in the phase of uploading master data into navision, which is completed but the same master data needs to be sent to other application through web service. Its like a batch process, sending one by one.

For this I created a report for Item master, and called the web service to send the items. But the problem I am facing is, when I run the report, it pings the webservice, by the time it gets the response, the report is processing the next records. due to this I am not able to get the correct response and store it.

eg: In Item master, say there are 10 records, when I run the report, it process the 1st record then 2nd...3rd...so on. But the HTTP waits for response. so by the time it gets the response for 1st record, 2nd or 3rd record is processed by report.

Please suggest.

Thanks & regards,
Vikas

Comments

Sign In or Register to comment.