when we are using loop and when we use repaet?



when we are using loop and when we use repaet?..

Answer / 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

More WebMethods Interview Questions

In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?

1 Answers  


in filepooling process the document is not updated in target location means its in error directory how to achieve this problem?

0 Answers   Quinnox,


how can try and catch block can be implemented using web methods developer ? tell the steps to implement it?

3 Answers   Interra IT,


What is Modeler

1 Answers  


use of finally block in exception handling in webmethods

1 Answers   IBM,






What Are Input and Output Parameters?

1 Answers  


Where do you implemented pub-sub architecture?

0 Answers  


What is the main difference between webservies 6.5 and webservies 7.1.2

1 Answers   IBM,


How You Can Delete Session Logs On IS?

1 Answers  


What Does a Flow Service Look Like in Diagram View?

1 Answers   Colt, IBM,


What are the advantages of eai?

0 Answers  


scenario: i have a loop A, under which i have a child loop B, under which i have a Branch with few services with a condition. if a condition is satisfied , then i need my branch to exit from loop B, what should i do?

2 Answers   IBM,


Categories