Re: Deployment in AXIS

2004-03-11 Thread Jeff Greif
, March 11, 2004 3:34 AM Subject: Deployment in AXIS Hi all, We deploy in axis using the command: java org.apache.axis.client.AdminClient NOw basically in the soure code of the AdminClient Programm the web service at http://localhost:8080/axis/services/AdminService is called IS there any link or

Deployment in AXIS

2004-03-11 Thread Senthil_KM
    Hi all,   We deploy in axis using the command:   java org.apache.axis.client.AdminClient   NOw basically in the soure code of the AdminClient Programm the web service at http://localhost:8080/axis/services/AdminService is called   IS there any link or any document on how the web serv

Re: automatic deployment in axis

2002-06-27 Thread Martin Jericho
All you have to do is include the generated WEB-INF/server-config.wsdd file in your WAR file. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 8:02 PM Subject: automatic deployment in axis > > Hi. > > > &

RE: automatic deployment in axis

2002-06-27 Thread Jason D. Lee
Hobby Lobby Stores, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 5:02 AM To: [EMAIL PROTECTED] Subject: automatic deployment in axis Hi. I have a webapp containing axis and a web.xml much like the one in webapps/axis/WEB

RE: automatic deployment in axis

2002-06-27 Thread Wimmer, Matthias
deployment in axis Hi. I have a webapp containing axis and a web.xml much like the one in webapps/axis/WEB-INF. The jars for the webservices I want are also included and I can deploy them okay using the AdminClient and a .wdss file. However, I want to be able to have the webservices already

automatic deployment in axis

2002-06-27 Thread Martin . Garton
Hi. I have a webapp containing axis and a web.xml much like the one in webapps/axis/WEB-INF. The jars for the webservices I want are also included and I can deploy them okay using the AdminClient and a .wdss file. However, I want to be able to have the webservices already deployed so I ca