Creating new threads in IS to invoke flow services

Hi All

I was wondering does webMethods offer a way to create new threads. I want to create a scenario where I am load testing one flow service. I want to create several threads and each thread is invoking the same flow service, thereby simulating a load condition.

May seem like a basic question however still new to webMethods development.

Thanks in Advance

Regards
Kevin

Yes, search the wMUsers forums for “doThreadedInvoke” or “notifyOnSuccess” and review the webMethods IS API javadocs for Service.doThreadedInvoke() method.

Mark