getting SOAP part content ID

2007-06-08 Thread jy
Hi I have a series of attachments along with SOAP. I need to get SOAP part ContentID. In Axiom 1.2.4 (which is used by Axis2 1.2) exposes getSOAPPartContentID(). However, I need to use Axis2 1.1.1 which uses Axiom 1.2.2. This does not expose getSOAPPartContentID(). How can I get SOAP part Co

Axis2 1.1 vs. 1.2

2007-05-30 Thread jy
Hello, I am encountering some different behaviors when I migrate over my service from 1.1 to 1.2. 1. In 1.2, I run into soapenv:MustUnderstand. My request contains mustUnderstand attribute in the header. I looked at the source code of 1.1 and 1.2. It seemed like in 1.1 has more complex logic a

inline response for SWA request

2007-05-30 Thread jy
Hi I am getting SWA request. Currently I am processing the SOAP with XMLBean. The response must be an in-line SOAP response, not an attachment. How can I return an in-line SOAP response? Thanks, Jennifer - To unsubscribe, e-

Re: register DataHandler

2007-05-29 Thread jy
Dims, I am sending mult-part request using HttpClient. When I try reading from the IncomingAttachmentStream, I get read-time-out error on the last attachment. It seems the location where read-time-out occurs depends on the content of stream input. Repeated attempts of a same request always tim

Re: register DataHandler

2007-05-29 Thread jy
you find the one you want. IncomingAttachmentInputStream has a getHeaders which will let you access the custom headers in your mime parts. thanks, dims On 5/28/07, jy <[EMAIL PROTECTED]> wrote: > Thilina, > > Thanks for your reply. > > Do you have any suggestions as to how to address th

Re: register DataHandler

2007-05-28 Thread jy
Thilina, Thanks for your reply. Do you have any suggestions as to how to address this? Do I need to abandon Axis2 framework all together and read HTTP stream directly? Is there another WS framework that offers more extensibility? Thanks, Jennifer --

register DataHandler

2007-05-25 Thread jy
Hello, We are getting SOAP message with multiple attachements. We are using XMLBean to parse the SOAP message. We also need to access the custom headers in the subsequent part of this multi-part request. It seems like we can do that by implementing a custom DataHandler, but I don't know how to