Questions Tagged With webservicehttps://answers.axonivy.com/tags/webservice/?type=rss&user=rhorberquestions tagged <span class="tag">webservice</span>enTue, 10 Apr 2018 09:45:14 -0400Prevent/by-pass ivy:error:loophttps://answers.axonivy.com/questions/3181/prevent-by-pass-ivy-error-loop<p>Hello everyone</p> <p>We have a process, where we parse a CSV file. For each line a web service is called (in a loop). Our error handling catches timeout and other errors with <code>Error Start</code> elements.</p> <p>The problem now is, on the second timeout (or other) error, Ivy throws an <code>ivy:error:loop</code> error, because it is the same sender and receiver element as also the same task.</p> <p>What are possible solutions for this problem? We can't send all lines at once, because the web service is third party, and also it is crucial to catch every error to handle it.</p> <p>Any help will be appreciated.<br> Thanks.</p> <p>Here's a picture of the process: <img alt="diagramm" src="https://answers.axonivy.com/upfiles/diagramm.png"></p>rhorberTue, 10 Apr 2018 09:45:14 -0400https://answers.axonivy.com/questions/3181/prevent-by-pass-ivy-error-loopwebserviceerror-handling