Jean-Marc Taillant wrote:
>Hi,
>I thinks you speak about scope in web service. You can specify scope for
>your service with an extra parameter in wsdd file:
>
>...
><Parameter name="scope" value="Application"/>
>...
>
Ok, that sounds sort of promising. Do I take it that then the service
would be only instantiated once ? Still, by who, or how ?
And where do I find this documented ?
From the User guide:
"The skeleton contains an implementation of the AddressBook service.
This implementation is either passed into the skeleton on construction,
or an instance of the generated implementation is created. When the
AXIS engine calls the skeleton's addEntry method, it simply delegates
the invocation to the real implementation's addEntry method."
So I understand I could use the *WSDL*2Java tool, generate those
skeletons and pass my implementation in. But how ? Same question again,
who instantiates the Skeleton ?
Thanks
Torsten