RE: [AXIS2] How to deploy service without .aar

2007-04-13 Thread Jacky Rymasz-Maillot
]; [EMAIL PROTECTED] Objet : RE: [AXIS2] How to deploy service without .aar Voila, you have answered my question. I didn't realize I needed to create a directory with my servicename in the services directory with the meta-inf under it. Thanks -Original Message- From: Alistair Young [mailto:[EMAIL

Re: [AXIS2] How to deploy service without .aar

2007-04-13 Thread Davanum Srinivas
|_etc Thanks for your help to all... all is very useful ;) Jack -Message d'origine- De: Masin, Valerie [mailto:[EMAIL PROTECTED] Envoyé: mercredi 11 avril 2007 23:07 À: [EMAIL PROTECTED]; [EMAIL PROTECTED] Objet: RE: [AXIS2] How to deploy service without .aar Voila

RE: [AXIS2] How to deploy service without .aar

2007-04-13 Thread Jacky Rymasz-Maillot
PROTECTED] Objet : Re: [AXIS2] How to deploy service without .aar Here's how it should be if you have entries for all 3 services in the same services.xml. WEB-INF | +-- services | +-- MyServices | +-- META-INF

Re: [AXIS2] How to deploy service without .aar

2007-04-13 Thread Davanum Srinivas
:[EMAIL PROTECTED] Envoyé: vendredi 13 avril 2007 14:49 À: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Objet: Re: [AXIS2] How to deploy service without .aar Here's how it should be if you have entries for all 3 services in the same services.xml. WEB-INF | +-- services

Re: [AXIS2] How to deploy service without .aar

2007-04-13 Thread Martin Gainty
AM Subject: RE: [AXIS2] How to deploy service without .aar Thank you :) Just another question concerning your response: What should be MyServices? Can it be anything? Or is it defined somewhere? Jack -Message d'origine- De : Davanum Srinivas [mailto:[EMAIL PROTECTED] Envoyé : vendredi

Re: [AXIS2] How to deploy service without .aar

2007-04-11 Thread Alistair Young
I did this today. I didn't use an aar. Instead I put all the classes in WEB-INF/classes, including schemaorg_apache_xmlbeans from resources. The only thing I have in WEB-INF/services/ServiceName is: META-INF/ Service.wsdl services.xml I tried putting some of the classes in Axis2 and the rest in

RE: [AXIS2] How to deploy service without .aar

2007-04-11 Thread Masin, Valerie
@ws.apache.org Subject: Re: [AXIS2] How to deploy service without .aar I did this today. I didn't use an aar. Instead I put all the classes in WEB-INF/classes, including schemaorg_apache_xmlbeans from resources. The only thing I have in WEB-INF/services/ServiceName is: META-INF/ Service.wsdl