RE: Axis ebook...?

2004-09-18 Thread Rick Kellogg
Please check the following link for books on Axis: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBooks Take care, Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, September 18, 2004 7:53 PM To: [EMAIL PROTECTED] Subject: Axis

RE: Axis ebook...?

2004-09-18 Thread Rick Kellogg
Please check the following link for books on Axis: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/AxisBooks Take care, Rick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, September 18, 2004 7:53 PM To: [EMAIL PROTECTED] Subject: Axis

Axis ebook...?

2004-09-18 Thread martin
Someone knows where can I download the complete Apache Axis Live ebook ?? Thanks...

Problem Deploying WS (server-config.wsdd)

2004-09-18 Thread Alexander Lukas
Hi! I´ve problems to deploy my Web Services. I´m using AXIS 1.1, Tomcat 4.0.4 (can´t use another version of tomcat, because i´ve to develop WS for an existing project) and JAVA 1.4.1 (i have to use this version) under Linux. I´m able to install AXIS without any problems, the happyaxis-JSP works

RE: using a generated Stub

2004-09-18 Thread Shahi, Ashutosh
Try using:  DataHandler dataHandler = new DataHandler(dataSource); Instead of DataHandler dataHandler = new DataHandler(dataSource, "image/gif"); It should work.   The problem is you are using the constructor: DataHandler(java.lang.Object obj, java.lang.String mimeType) For datahand