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
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);
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/
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