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
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
x27;t.
"Subhendu Kumar
mohanty" Para: <[EMAIL PROTECTED]>
<[EMAIL PROTECTE
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
} 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.
>
:[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
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
Hi all,
Axis caches the proxy server information. I want to prevent that. Please let me know
how to achieve this?
Thanks,
Subhendu