InterviewSolution
| 1. |
What Are Various Sources Of Faults In Bpel? |
|
Answer» Business processes specified in BPEL will interact with partner processes through operation invocations on Web services. The communication between Web services is USUALLY over internet connections that are not HIGHLY reliable. Web services can also raise faults due to logical and execution errors. Therefore, BPEL business processes need to handle faults appropriately and may also need to signal faults themselves. Faults in BPEL can be from various sources:
Business processes specified in BPEL will interact with partner processes through operation invocations on Web services. The communication between Web services is usually over internet connections that are not highly reliable. Web services can also raise faults due to logical and execution errors. Therefore, BPEL business processes need to handle faults appropriately and may also need to signal faults themselves. Faults in BPEL can be from various sources: |
|