text (web application).
<<<
Scott Nichol
- Original Message -
From: "Johannes Fiala" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, January 12, 2003 3:04 PM
Subject: Initializing server.xml-parameters of a class invoked by SOAP
> Hi there,
>
&g
rence.
_GMT-5___
>From: "Johannes Fiala" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Initializing server.xml-parameters of a class invoked by SOAP
>Date: Sun, 12 Jan 2003 21:04:07 +0100
>
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)