Re: HELP - The attachments stream can only be accessed once; either by using the IncomingAttachmentStreams class or by getting a collection of AttachmentPart objects. They cannot both be called within

2007-05-03 Thread Prasad Viswatmula
Here is my stack trace. It's not from AXIOM. java.lang.IllegalStateException: The attachments stream can only be accessed once; either by using the IncomingAttachmentStreams class or by getting a collection of AttachmentPart objects. They cannot both be called within the life time of the same

Re: HELP - The attachments stream can only be accessed once; either by using the IncomingAttachmentStreams class or by getting a collection of AttachmentPart objects. They cannot both be called within

2007-05-03 Thread Glen Mazza
When debugging, work backwards. The first error line of your stack trace says go to line 546 of AttachmentsImpl[1], which appears to indicate a mistake similar to what I mentioned earlier. You are not showing us your code, so I cannot help you further, but I think you are making an invalid

HELP - The attachments stream can only be accessed once; either by using the IncomingAttachmentStreams class or by getting a collection of AttachmentPart objects. They cannot both be called within the

2007-05-02 Thread Prasad Viswatmula
I am using Axis 1.4 and getting the above error. Thanks, Prasad - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HELP - The attachments stream can only be accessed once; either by using the IncomingAttachmentStreams class or by getting a collection of AttachmentPart objects. They cannot both be called within

2007-05-02 Thread Glen Mazza
This may be related to AXIOM internally (I don't know if AXIOM is used in Axis 1, however). I googled the error message and it seems like the only thing that could cause that error message to occur (search on The attachments stream within [1]) is that you called *both* getPart() and