Hello - <br />
<br />
I apologize for what is probably a basic question, but can someone tell me how to get access to the equivalent WebClient RequestContext functions without actually using the WebClient ? To be more specific, I'm trying to write a small, prototype user interface without using the WebClient, just the Java API. I'd like to use some of the functions defined on the RequestContext class, e.g., getWIStringForState, but I don't have a RequestContext bean, similar to what is passed around between the WebClient classes & jsp's. <br />
<br />
When I logon via a service.logon call and then use the Java API's to create & start my instance, is a RequestContext, or similar object, automatically created ? If so, how can I get access to it ? <br />
<br />
Or if it is not automatically created, can I create my own when ... ?<br />
<br />
I'm pretty sure what I'm trying to do is possible because I see the standard Workflow client display state information on its Work Item list. I just can't see how to get there from here.<br />
<br />
Thank in advance