santoshinig
16 years agoOccasional Contributor
testing a business process
Assume that there is a business process like below:
operation 1 of service 1 running on endpoint 1 returns a value "x"
"x" has to be sent to operation 10 of service 4 running on endpoint 2
etc.
How is such a thing automated? Can someone provide a high-level groovy example to do that?
Also, is using BPEL a must when a business process involves serveral processes? If yes, does SOAP UI support BPEL (not just invoking a WSDL manually running on BPEL but retrieving the flow).
operation 1 of service 1 running on endpoint 1 returns a value "x"
"x" has to be sent to operation 10 of service 4 running on endpoint 2
etc.
How is such a thing automated? Can someone provide a high-level groovy example to do that?
Also, is using BPEL a must when a business process involves serveral processes? If yes, does SOAP UI support BPEL (not just invoking a WSDL manually running on BPEL but retrieving the flow).