You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Sebastien <st...@imtf.ch> on 2031/01/16 17:47:16 UTC

RE: scope for Web service

Do you have an example of this 
kind of wsdd for axis, I can't find
any documentation.

I found it for SOAP but not for 
axis.

Thanks, 

Sebastien.

-----Original Message-----
From: Lawrence Lourduraj [mailto:llourd@us.ibm.com]
Sent: mardi, 15. janvier 2002 11:15
To: axis-user@xml.apache.org
Subject: scope for Web service



you specify the scope in the WSDD file as a parameter of the service just
like the class name and method name (s),

...
// rest of deployment information about the service

<parameter name="scope" value="Application"/>
...

The scope can be Request (default), Session or Application.