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
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
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
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
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
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