RE: Web Service with state

2004-12-22 Thread Nice To Know
Hello fellows Thanks for all answers! Im deploy my web service in the scope "application". Then I gets only one "Service-object", that is shared between all calls. Then the Service-object can keep the data. (Maybe this works for you too, Merten?). I can't put the state in the legacy program unl

Web Service with state

2004-12-22 Thread Nice To Know
Hi! I'm building a web service that need a internal state. This is needed because the web service will start a legacy program that takes input from a prompt. This is my calls: int threadId : runProg( String args ) void sendInput( threadId, String args) String getResult( threadId) Have read that