Re: [AXIS2] MTOM is not sending binary data as references for array of DataHandlers

2007-04-16 Thread Thilina Gunarathne
s-user@ws.apache.org Subject: Re: [AXIS2] MTOM is not sending binary data as references for array of DataHandlers Sounds like a bug to me... Please log a JIRA.. If possible include your WSDL and a test case... Thilina On 4/12/07, Masin, Valerie <[EMAIL PROTECTED]> wrote: > > > One

RE: [AXIS2] MTOM is not sending binary data as references for array of DataHandlers

2007-04-16 Thread Masin, Valerie
I submitted Jira 2541, with an attached wsdl and test client. Sorry it took so long. -- Valerie -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 11, 2007 11:20 PM To: axis-user@ws.apache.org Subject: Re: [AXIS2] MTOM is not sending binary data

Re: [AXIS2] MTOM is not sending binary data as references for array of DataHandlers

2007-04-11 Thread Thilina Gunarathne
Sounds like a bug to me... Please log a JIRA.. If possible include your WSDL and a test case... Thilina On 4/12/07, Masin, Valerie <[EMAIL PROTECTED]> wrote: One of my datatypes is an array of DataHandlers (DataHandler[]). (I got the wsdl to generate this by setting my base64Binary's maxOccur

[AXIS2] MTOM is not sending binary data as references for array of DataHandlers

2007-04-11 Thread Masin, Valerie
One of my datatypes is an array of DataHandlers (DataHandler[]). (I got the wsdl to generate this by setting my base64Binary's maxOccurs to unbounded) When I use MTOM I had expected to see each of these base64Binary objects as separate references to entities outside the soap message. However,