Re: DIME Example requested

2004-04-20 Thread Gareth Western
Hi Ken, If you find a good DIME example then could you forward it to me please! Many thanks, Gareth Kenneth Lee wrote: Can anyone provide a few clues on what is required to add DIME functionality to a web service. Specifically, if I return a simple string, how do I get the message to break

Re: service initializing when axis starts up

2004-04-09 Thread Gareth Western
Hiya, I was trying to do this recently, doing the 'setting up' in a seperate servlet (using the servlets init() method), however the problem was I couldn't get Axis to talk to that external servlet. So in the end I did what I should have done all along and just wrote a seperate class to do all

Re: InterServlet - Axis communication

2004-04-08 Thread Gareth Western
Ah cool. Thank you but now the problem is that the returned value is always null. I guess, from what i've read, that this is happening because the crossContext value for Axis is false (as it explains on http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/context.html). How do I

Re: Classpath help?

2004-04-03 Thread Gareth Western
Hi, Put %AXIS_HOME%/build/classes into your classpath. If you compile the samlpes using the provided ant tasks, the resulting class is put in the aforementioned directories. So, the sample classes will be found in %AXIS_HOME%/build/classes/samples. Hope that helps :) [EMAIL PROTECTED] wrote:

Java2WSDL and WSDL2Java

2004-03-30 Thread Gareth Western
Hi, Can anyone point me to a good tutorial describing how to use these two tools? Many thanks! ~Gareth

SOAP Attachments 1.1 vs 1.2

2004-03-30 Thread Gareth Western
Hiya, Could someone point out the differences between the specifications for SOAP Attachments v1.1 and 1.2? Thanks! ~Gareth

Application Context Servlet

2004-03-24 Thread Gareth Western
Hi, This question might be more relating to servlets in general... I have a service in Axis which relies on a servlet... how can I make this required servlet persistent across sessions (ie to maintain the state of the object created by required servlet)? Does the question make sense? Thanks,

Re: Multiple server responses?

2004-03-23 Thread Gareth Western
Thank you all for the responses, They've all been very informative! I also have another (basic) question to ask... I have a service written for axis, however I'd like that service to perform some initial functions before being accessed (ie when the service is deployed)... how do I go about

Multiple server responses?

2004-03-22 Thread Gareth Western
Hi, How can I write an axis client capable of handling multiple server response messages from a single request? Is it even possible at this point? Thanks, Gareth

Re: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread Gareth Western
The W3C specification is located at: http://www.w3.org/TR/wsdl :) jiadao wrote: I can not find a detailed explanation to write the web service deployment descriptor in the apache axis website, could anyone can provide such documents or some website links, thank you!

Re: if there is any tutorials or specification to write the WSDD document

2004-03-15 Thread Gareth Western
Whoops! Pardon me. I've been staring at XML all day. I thought you said WSDL, not WSDD. Sorry! jiadao wrote: I can not find a detailed explanation to write the web service deployment descriptor in the apache axis website, could anyone can provide such documents or some website links, thank you!