Hi,
I have committed on a branch a new feature about the creation of
BPEL processes.
It consists in creating a BPEL process from a WSDL port type.
Basically, the generated process starts with a pick activity. And
there is one onMessage per WSDL operation. The user can then
implement each operation in a separate branch. I also changed the
user interface and refactored the code (I also added automated tests
for the wizard).
You can find the bug with screenshots here. [0]
Now, I put it on a branch, since it is an important change. I
thought it should be discussed before merging it with the master
branch. And it is better to have concrete things to discuss. So,
here it is...
If you see things to improve or reorganize, please say it.
Or if it seems good to you, we could merge it with the master
branch.
FYI, I only considered the case where a BPEL implements one port
type. It may implement several ones, but I never encountered this
use case with clients. So, I did not address it.
Regards,
Vincent.
[ 0 ] : https://bugs.eclipse.org/bugs/show_bug.cgi?id=363278
|