Hi there,

Is it possible to use SOAPContext in the empty constructor of a class invoked by SOAP?
I'd like to initialize parameters only upon first instantiation of the class, so they don't have to get reloaded every time I call the method.

sample:
class MyClass
method: getMyData(SOAPContext ctx)
==> results in the instantiation of the class MyClass and execution of the method getMyData.
Any further calls to getMyData should have the parameters already set.

Any ideas?
Johannes

Reply via email to