RE: Issue with Axis running under TomCat

2004-05-28 Thread Andrew Premdas
This is probably because you didn't have the logging setup correctly. Try putting a log4j.properties file on your classpath. In eclipse one way to do this is to create a conf folder, but log4j.properties in there, then go to project properties | java build path and add conf as a class folder

RE: Axis tutorial published

2004-05-26 Thread Andrew Premdas
n1 Lucaino Andy -Original Message- From: Luciano Fiandesio [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 10:09 To: [EMAIL PROTECTED] Subject: Axis tutorial published Hi, a couple of weeks ago a discussion about Axis best practices was started. Also a wiki page has been opened on the subje

Announce: Using axis command line tools on wiki

2004-05-17 Thread Andrew Premdas
?AxisProjectPages/UsingCommandLi neTools All best Andy Andrew Premdas Student Systems Developer Manchester University

RE: Wanted: Idiot's guide to axis

2004-05-13 Thread Andrew Premdas
Just announced these pages.   Wiki is a community thing basically will have to rely on other users to review stuff and collaborate. Most pages should start of as a kind of conversation between people perhaps with a main contributor and then get refined and refactored into a final version. W

Announce: newbie trails (guides for new users to axis)

2004-05-13 Thread Andrew Premdas
ibute paths that will provide clearer explanations of how to do things with Axis then please do Ultimate aim is to provide resources that are useful in themselves and can help improve the tutorial quality of the main documentation. All best Andrew Andrew Premdas Student Systems Developer Manch

RE: Wanted: Idiot's guide to axis

2004-05-13 Thread Andrew Premdas
doh, put page in wrong place, you have to be careful with the wiki as its currently for all apache projects. moved to http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/NewbieTrails -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED] Sent: 13 May 2004 16:10 To

RE: Wanted: Idiot's guide to axis

2004-05-13 Thread Andrew Premdas
Ken, Couldn't agree more, see Best Practices thread in this list. I'm starting a newbie trails guide on the axis wiki. Perhaps you would like to read and contribute. All best Andrew http://nagoya.apache.org/wiki/apachewiki.cgi?NewbieTrails -Original Message- From: Lee, Ken [mailto:[EM

RE: Best Practices?

2004-05-13 Thread Andrew Premdas
nners page. Luciano -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED]] Sent: Thursday 13 May 2004 15:58 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Best Practices? Yes otherwise I wouldn't have posted. However I have 1) Little knowledg

RE: Best Practices?

2004-05-13 Thread Andrew Premdas
4 10:43:09 +0100, Andrew Premdas <[EMAIL PROTECTED]> wrote: > > My 2c as a newbie. > > No.1 thing for a better Axis - much better documentation!! > No.2 thing, better ease of use > > For a newbie, Web Services and Axis are something of a minefield, through > which there

RE: Attachments Axis and .NET

2004-05-13 Thread Andrew Premdas
fs.Write(buf, 0, nn); } fs.Close(); } foreach (string s in ss) System.Console.Out.WriteLine(s); return; Don't forget to derive your service from Microsoft.Web.Services.WebServicesClientProtocol. Best Regards, P

RE: Best Practices?

2004-05-13 Thread Andrew Premdas
l. None of this is particularly glamorous, but the reason this thread started is because much of this doesn't exist and people need clearer guidance about how to get the best out of Axis. All best Andy Andrew Premdas Student Systems Developer Manchester University -Original M

RE: Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
] Subject: RE: Attachments Axis and .NET DIME attachments work. You need to use the .NET WSE package to use attachments. -Original Message- From: Andrew Premdas [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Attachments Axis and .NET Hi, I&#

RE: Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
, but you might want to consider returning only URL's to the image, instead of the image itself. Configure your http server to serve the image url's with or without authentication (embedded into the url for example). That way, whoever consumes your web service only loads the images he want

Attachments Axis and .NET

2004-05-12 Thread Andrew Premdas
Hi, I'm an Axis newbie struggling away not very successfully at the moment :( What I want to do is create a range of services that send images. I was hoping to use Axis as the server, java code as the provider and to be able to send the images using attachments to both .NET clients and other clie

RE: Best Practices?

2004-05-12 Thread Andrew Premdas
If instead of writing an interface you write a class then java2wsdl will include your parameter definitions in the generated wsdl e.g. instead of public String getFoo(String myParam); public String getFoo(String myParam) return null; All best Andy P -Original Message- From: Dorner Tho