Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
Thanks - the elementFormDefault isn't declared and I believe the default is unqualified. I've played around quite a bit with those arguments for creating the OMNamespace and am less certain that is the cause of my error. I'm not sure why I am not getting an attachment back from the call. Is this

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread Andreas Veithen
On Tue, May 22, 2012 at 6:36 PM, eric johnson ejjohn...@gmail.com wrote: Thanks - the elementFormDefault isn't declared and I believe the default is unqualified.  I've played around quite a bit with those arguments for creating the OMNamespace and am less certain that is the cause of my error.

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
I am attempted to attach a binary file to my response and was hoping to use mtom. I am working with XMLBeans objects from generating code via wsdl2java and using the org.apache.axis2.receivers.AbstractInOutMessageReceiver implementation that was generated. Is this possible? Now that I've found