when we are using loop and when we use repaet?
Answer Posted / nagababu
when we are using repeat?
Repeat on” property is set to FAILURE. Use when a service accesses a remote server and
you want the service to retry if the server is busy. Make the service that accesses the
remote server a child element of a REPEAT flow step, and then set the Repeat on
property to FAILURE. If the service attempts to access the Web site and it fails, the
REPEAT flow step attempts to retry the service again. You also set a Repeat interval that
causes the REPEAT flow condition to wait a period of time before invoking the
service again.
“Repeat on” property is set to SUCCESS. Use in a Web‐automation service when you want
to repeat a load and query step and a “Next Page” button exists in the current
document, indicating that there are additional pages to be processed. End the
REPEAT flow step when the query step fails to retrieve a “Next Page” button in the
current document.
when we are using loop?
loop repeat based on array variable you should pass the values of array. you should pass the array variable name in input array property. this time use the loop.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
how to configure sap adapter6.1
When we use repeate, exit flow steps?
Explain about pub-sub architecture?
When Should You Use Flow Diagram View?
How many kinds of log files in webmethods?
How to convert document list to document? If document list contain documents and documents contain strings field. How to convert?
If I have a parent sequence with the property set- exit on success, and the try sequence block set to exit on failure, and the catch sequence block too set to failure, what is the result?
in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?
Explain header handlers in web services
can anyone explain in brief about TN Consloe and Webmethods...? As well as All flow steps in webmethods: Branch Repeat Loop Sequence (explain also Try -Catch block for error Handling)
Explain what are the new features in 8.0 compared to 7.1?
post me important interview question on webmethods
can we build loop step with in the branch
in such a way that the interface is look like that
branch
can any one please post Q and Ans for Trading Networks in webMethods
When we use repeate flow steps?