axis2 - file cache for attachments - file name?

2012-05-17 Thread eric johnson
Hi, I've set up file caching for attachments by following these instructions: http://axis.apache.org/axis2/java/core/docs/mtom-guide.html#a4 I need a way to programmatically know what the name of the file that was created is so that in my web services skeleton I can process the file. How can thi

axis2 mtom attach document to response - help please

2012-05-21 Thread eric johnson
Hi, I'm having some trouble adding an attachment to my response after attempting to follow the instructions here: http://axis.apache.org/axis2/java/core/docs/mtom-guide.html# The example from that url I am following is:         OMElement imageElement = fac.createOMElement("image", omNs);      

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
lt declared on the schema. > > Andreas > > On Mon, May 21, 2012 at 10:10 PM, eric johnson wrote: >> Hi, >> >> I'm having some trouble adding an attachment to my response after >> attempting to follow the instructions here: >> http://axis.apache.org/axis2/

Re: axis2 mtom attach document to response - help please

2012-05-22 Thread eric johnson
ithen wrote: > On Tue, May 22, 2012 at 6:36 PM, eric johnson 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