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 |
i have partner A,and partner B, then i want to send a document to partner B, what are requirements i will provide to partners ?
In JMS can we publish a document to multiple brokers ? If Possible ,how can we achieve that ?
Explain about pub-sub architecture, where do you implemented this?
when u use REPEATE,EXIT flow steps?
1 Answers Cap Gemini, LG CNS, Xavient,
steps of deploying a service in webmethods
can we invoke morethan one service in trigger?
How to open a session on a different server?
if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on failure, n the catch sequence block too set to failure, what is the result?
How Java Services Are Organized on the webmethods Server?
How to Create an IS Schema?
what is meant by "Block time out" and "Expire time out " in jdbc adapter configuration
In ftp, if we need to change username and password. what we have to do?