Thread Safety Java Client (com.wm.app.b2b.client.Context)

Hi,

im wondering, if the generated Java Client (e.g. the Class com.wm.app.b2b.client.Context) is thread safe.
Can i use a instance of Context by multiple Threads at the same time after i called “context.connect(server, username, password);” once?

I could’n find anything in about that in the Javadocs.
Is there a spererate Documentation for the JavaClient itself?
My webMethods-Version is 9.5 SP1.

Best Regards,

Konstantin Hollerith

under Context, there is invokeThreaded(…) methods to ensure thread safe. try it out.