HOw to get the Binary for the nightly build

2003-08-20 Thread Subhendu Kumar mohanty
Hi, I was looking through the nightly build. I could not find the binary in the nightly field. It contains the source only. Can I get the binary for the nightly build? Thanks, Subhendu

RE: NEWBIE: Custom exception problem

2003-07-24 Thread Subhendu Kumar mohanty
I think your exception class does not have to extend Axis Fault. You have to Use AXIS 1.1.   Thanks, Subehndu   -Original Message- From: Benedick Mark Chan [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 12:00 AM To: [EMAIL PROTECTED] Subject: NEWBIE: Custom exception

RE: Axis attachment file created in the Temp directory

2003-07-16 Thread Subhendu Kumar mohanty
x27;t. "Subhendu Kumar mohanty" Para: <[EMAIL PROTECTED]> <[EMAIL PROTECTE

RE: Axis attachment file created in the Temp directory

2003-07-16 Thread Subhendu Kumar mohanty
hi, I am using the generated client stub classes from the WSDL of the service. My client program is a java based program. So when I call the method on client stub , Axis does all the internal processing . The service returns a datahandler for image and my client program calls the method on stub

RE: Axis attachment file created in the Temp directory

2003-07-14 Thread Subhendu Kumar mohanty
} catch (Exception e) { System.err.println(e.toString()); e.printStackTrace(); } } Cheers, Patrick. Subhendu Kumar mohanty wrote: >Even if I can not change the directory . > >What will happen if the job is deleting when somebody is requesting for the image. >

RE: Axis attachment file created in the Temp directory

2003-07-14 Thread Subhendu Kumar mohanty
:[EMAIL PROTECTED] Sent: Monday, July 14, 2003 2:32 PM To: [EMAIL PROTECTED] Subject: Re: Axis attachment file created in the Temp directory I guess you have to clean it or move it somewhere else in your client code. Patrick. Subhendu Kumar mohanty wrote: >Hi all, > >I am developing a w

Axis attachment file created in the Temp directory

2003-07-14 Thread Subhendu Kumar mohanty
Hi all, I am developing a webservice client which uses Axis. My client app calls an external webservice to get the image.I found that Axis creates temporary files in the system default temporary directory and does not clean up. If anybody has solved this problem please let me know. Thanks, Sub

How to prevent caching of proxy information in Axis!!!!

2003-06-26 Thread Subhendu Kumar mohanty
Hi all, Axis caches the proxy server information. I want to prevent that. Please let me know how to achieve this? Thanks, Subhendu