Thanks for the sample Mark!
I see that the managed bean scope is set to session and the expireWithPageFlow is set to true. What i would like to know is, when is the managed bean object removed from MWS memory. As the managed bean scope is set to session, i think that the object will be present in the memory through out the user’s session but at the same expireWithPageFlow as true indicates to remove the object once we navigate way from the page.
Which of these properties will take the highest priority?
And what will be your recommendation related to scope if a managed bean(webservice connector) is used.
#webMethods-BPMS#MWS-CAF-Task-Engine#webMethods