well, download the RC, look at the javadocs for
axis.attachments.AttachmentPart to see what new and useful method calls
there are.
- Original Message -
From: "Sharmila Pillai" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 05, 2003 02:24
Subjec
Hi Steve,
Can you elaborate on this, please? I have been trying to get to the
filename of attachments for a while now. I must admit, I haven't see the
Axis1.1 code, yet.
TIA,
Sharmila.
On 4/3/03 7:30 pm, "Steve Loughran" <[EMAIL PROTECTED]> wrote:
>
> you should note that Axis1.1 has some
Title: RE: DIME attachment size limit
Hi Steve,
Yes, I've seen the Axis1.1 code for getting at the file.
Thanks for the tips.
Betsy
-Original Message-
From: Steve Loughran [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 04, 2003 12:30 PM
To: [EMAIL PROTECTED]
Subject: Re:
- Original Message -
From: "Betsy Frey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 11:22
Subject: RE: DIME attachment size limit
> Hi Steve,
>
> We have a version management system that's being extended to use an Axi
Title: RE: DIME attachment size limit
Hi Steve,
We have a version management system that's being extended to use an Axis server. Our customers can store anything they want into the system, and we promise to return it back to them, on request.
Hopefully, not too many customers send
- Original Message -
From: "Betsy Frey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 04, 2003 07:11
Subject: DIME attachment size limit
> I cannot send a file as a DIME attachment if the file size is more than
the
> DIME single-attachment
Title: DIME attachment size limit
I cannot send a file as a DIME attachment if the file size is more than the DIME single-attachment limit of 2^32-1 bytes. The code looks like it chunks larger files into multiple DIME attachments, but it does not seem to work.
Is this a known bug?
Is there