Hi! Actually all process should work fast. The main issue is that it doesn't call webservices in subprocess more than once each. I check this on the part of the appserver -
http://evak.iis.ru/jbossws/services For example wright now each process execution should produce 4 call on USerManBean webservice and 3 calls from MetaDataBean webservice
3 and 3 from the subprocess.
I think that the problem is that inside the subprocess tasks do not wait for the response message. That make any sense? How to solve this issue?