Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 47149 invoked from network); 26 May 2008 11:38:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 May 2008 11:38:42 -0000 Received: (qmail 81447 invoked by uid 500); 26 May 2008 11:38:42 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 81389 invoked by uid 500); 26 May 2008 11:38:41 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 81378 invoked by uid 99); 26 May 2008 11:38:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 04:38:41 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [220.227.179.21] (HELO Kecgate03.infosys.com) (220.227.179.21) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 May 2008 11:37:48 +0000 X-TM-IMSS-Message-ID: <209533e6000171a8@infosys.com> Received: from blrkechub04.ad.infosys.com ([10.66.236.44]) by infosys.com ([220.227.179.21]) with ESMTP (TREND IMSS SMTP Service 7.0; TLS: TLSv1/SSLv3,128bits,RC4-MD5) id 209533e6000171a8 for ; Mon, 26 May 2008 17:07:47 +0530 Received: from CHNSHLCAS01.ad.infosys.com (10.81.88.51) by blrkechub04.ad.infosys.com (10.66.236.44) with Microsoft SMTP Server (TLS) id 8.1.240.5; Mon, 26 May 2008 17:08:08 +0530 Received: from CHNSHLMBX02.ad.infosys.com ([10.81.88.22]) by CHNSHLCAS01.ad.infosys.com ([10.81.88.51]) with mapi; Mon, 26 May 2008 17:08:07 +0530 From: Meenal Srivastva To: "axis-dev@ws.apache.org" Date: Mon, 26 May 2008 17:08:06 +0530 Subject: Servlet based web-services in Axis? Thread-Topic: Servlet based web-services in Axis? Thread-Index: Aci/JPcSzR6NAvpqSyaBstOcNSUc1Q== Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_A721241B1B1E474395297D0A110349E905E32042A5CHNSHLMBX02ad_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_A721241B1B1E474395297D0A110349E905E32042A5CHNSHLMBX02ad_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, I've=20seen=20a=20few=20examples=20of=20deploying=20POJO=20based=20web-se= rvices=20in=20Axis,=20but=20never=20any=20of=20Servlet=20based=20web-serv= ices.=20Is=20it=20possible=20to=20do=20so? Or=20is=20it=20possible=20to=20deploy=20a=20web-service=20where=20we=20ha= ve=20a=20"Bootstrap"=20kind=20of=20a=20Servlet=20(which=20can=20perform= =20certain=20common=20stuff=20after=20"load=20on=20startup"),=20and=20the= =20functionality=20exposed=20through=20a=20POJO? If=20so,=20how=20do=20we=20modify=20the=20deploy.wsdd?=20What=20happens= =20to=20the=20web.xml=20of=20the=20Servlet=20-=20project=20in=20this=20ca= se? Thanks, Meenal ****************=20CAUTION=20-=20Disclaimer=20***************** This=20e-mail=20contains=20PRIVILEGED=20AND=20CONFIDENTIAL=20INFORMATION= =20intended=20solely=20 for=20the=20use=20of=20the=20addressee(s).=20If=20you=20are=20not=20the= =20intended=20recipient,=20please=20 notify=20the=20sender=20by=20e-mail=20and=20delete=20the=20original=20mes= sage.=20Further,=20you=20are=20not=20 to=20copy,=20disclose,=20or=20distribute=20this=20e-mail=20or=20its=20con= tents=20to=20any=20other=20person=20and=20 any=20such=20actions=20are=20unlawful.=20This=20e-mail=20may=20contain=20= viruses.=20Infosys=20has=20taken=20 every=20reasonable=20precaution=20to=20minimize=20this=20risk,=20but=20is= =20not=20liable=20for=20any=20damage=20 you=20may=20sustain=20as=20a=20result=20of=20any=20virus=20in=20this=20e-= mail.=20You=20should=20carry=20out=20your=20 own=20virus=20checks=20before=20opening=20the=20e-mail=20or=20attachment.= =20Infosys=20reserves=20the=20 right=20to=20monitor=20and=20review=20the=20content=20of=20all=20messages= =20sent=20to=20or=20from=20this=20e-mail=20 address.=20Messages=20sent=20to=20or=20from=20this=20e-mail=20address=20m= ay=20be=20stored=20on=20the=20 Infosys=20e-mail=20system. ***INFOSYS********=20End=20of=20Disclaimer=20********INFOSYS*** --_000_A721241B1B1E474395297D0A110349E905E32042A5CHNSHLMBX02ad_ Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi,

 

I’ve=20seen=20a=20few=20examples=20of=20deploying=20POJO=20= based=20web-services=20in Axis,=20but=20never=20any=20of=20Servlet=20based=20web-services.=20Is=20i= t=20possible=20to=20do=20so?

Or=20is=20it=20possible=20to=20deploy=20a=20web-service=20where= =20we=20have=20a “Bootstrap”=20kind=20of=20a=20Servlet=20(which=20can=20perfor= m=20certain=20common stuff=20after=20“load=20on=20startup”),=20and=20the=20functio= nality=20exposed through=20a=20POJO?

If=20so,=20how=20do=20we=20modify=20the=20deploy.wsdd?=20What=20h= appens=20to=20the=20web.xml=20of the=20Servlet=20–=20project=20in=20this=20case?

 

Thanks,

Meenal

 

*********=
*******=20CAUTION=20-=20Disclaimer=20*****************
This=20e-mail=20contains=20PRIVILEGED=20AND=20CONFIDENTIAL=20INFORMATION=
=20intended=20solely=20
for=20the=20use=20of=20the=20addressee(s).=20If=20you=20are=20not=20the=
=20intended=20recipient,=20please=20
notify=20the=20sender=20by=20e-mail=20and=20delete=20the=20original=20mes=
sage.=20Further,=20you=20are=20not=20
to=20copy,=20disclose,=20or=20distribute=20this=20e-mail=20or=20its=20con=
tents=20to=20any=20other=20person=20and=20
any=20such=20actions=20are=20unlawful.=20This=20e-mail=20may=20contain=20=
viruses.=20Infosys=20has=20taken=20
every=20reasonable=20precaution=20to=20minimize=20this=20risk,=20but=20is=
=20not=20liable=20for=20any=20damage=20
you=20may=20sustain=20as=20a=20result=20of=20any=20virus=20in=20this=20e-=
mail.=20You=20should=20carry=20out=20your=20
own=20virus=20checks=20before=20opening=20the=20e-mail=20or=20attachment.=
=20Infosys=20reserves=20the=20
right=20to=20monitor=20and=20review=20the=20content=20of=20all=20messages=
=20sent=20to=20or=20from=20this=20e-mail=20
address.=20Messages=20sent=20to=20or=20from=20this=20e-mail=20address=20m=
ay=20be=20stored=20on=20the=20
Infosys=20e-mail=20system.
***INFOSYS********=20End=20of=20Disclaimer=20********INFOSYS***
--_000_A721241B1B1E474395297D0A110349E905E32042A5CHNSHLMBX02ad_--