0

I have some 50 variations of a BPEL process with minor changes in the internal algorithms, but all are having the same request interface and the same response type, which means they all are described by one WSDL file.

My question is how to dynamically deploy and execute all these BPEL processes in an efficient way, using Java?

4

1 に答える 1

1

これには、GroovyスクリプトでSoapUIを使用できます。一連のリクエストを作成し、Groovyスクリプトにそれらを順番に実行させます。または、複数のリクエストを含むSoapUIテストスイートだけです。

于 2012-12-18T16:58:09.780 に答える