RE: packaging a web service

2004-11-23 Thread tony . q . weddle
That sounds like the standard way to me, Satish. Tony "Koney, Satish" <[EMAIL PROTECTED]> 23-Nov-2004 04:53         Hi,                 I created the war file for the web service. In that service I placed the axis related jars. Then I configured web.xml such that the

RE: packaging a web service

2004-11-22 Thread Koney, Satish
Hi, I created the war file for the web service. In that service I placed the axis related jars. Then I configured web.xml such that the request goes to the AxisServlet. server-config.wsdd file is also kept in the WEB-INF directory. I was able to invoke the service. So my problem is solved

Re: packaging a web service

2004-11-22 Thread Michael Schuerig
On Monday 22 November 2004 13:13, Koney, Satish wrote: > I have developed a web service using AXIS. I want to distribute it > as a war file. > So I don't want my service classes to be under AXIS web applicaton. > Instead I should > deploy my service as a war file into a container. and it should h