requirement is : Java service will invoke two parallel threads and provide both the results as the

We need to make parallel calls to two services and then collect the result of both as the output of that Java service and by doing that way,we can reduce service execution time.

If any one has this java service please share it.

Are you testing the performance of the services by calculating the execution time?

– M@he$h

It’s not testing only.Its requirement also,which will call two services parallely.

Look at the rmg’s post [url]http://tech.forums.softwareag.com/techjforum/posts/list/52541.page[/url]

From there, you can customize your code to pass both outputs to your java service.

/Naidu

1 Like

Thanks Naidu…