RE: Deploying Axis web services

2004-01-07 Thread Samir Shaikh
WorldRes, Inc. (650)570-3444 PlacesToStay.com "Online hotel reservations worldwide." -Original Message- From: Nate Bowler [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 07, 2004 7:18 AM To: [EMAIL PROTECTED] Subject: FW: Deploying Axis web services Sorry, I should have bee

FW: Deploying Axis web services

2004-01-07 Thread Nate Bowler
l Message- From: Nate Bowler [mailto:[EMAIL PROTECTED] Sent: Thursday, December 18, 2003 11:10 PM To: [EMAIL PROTECTED] Subject: Deploying Axis web services I have an application that is installed at a customer's site. While it has its own web-based GUI, it also exposes a set of WS apis. Cur

Re: Deploying Axis web services

2003-12-19 Thread Christopher Blunck
On Fri, Dec 19, 2003 at 06:13:58AM -0800, __matthewHawthorne wrote: > Axis is a webapp which can be deployed in any J2EE container. You can > then deploy your service into Axis (using the .wsdd file) on that > container. It's surprisingly easy. Surprisingly is an understatement... Axis is *so

Re: Deploying Axis web services

2003-12-19 Thread Rommel Sharma
Did you try the example2 given at: http://ws.apache.org/axis/java/user-guide.html ? It clearly sets up a very simple webservice. - Original Message - From: "Nate Bowler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 19, 2003 11:39 AM Subje

Re: Deploying Axis web services

2003-12-19 Thread __matthewHawthorne
Axis is a webapp which can be deployed in any J2EE container. You can then deploy your service into Axis (using the .wsdd file) on that container. It's surprisingly easy. Nate Bowler wrote: I have an application that is installed at a customer's site. While it has its own web-based GUI, it a

Deploying Axis web services

2003-12-19 Thread Nate Bowler
I have an application that is installed at a customer's site. While it has its own web-based GUI, it also exposes a set of WS apis. Currently, I am using Sun's JWSDP 1.2 for this. I am interested in trying Axis, but I am stuck with deployment. Is there a way to statically deploy a web service for