RE: MTOM file upload webservice

2009-02-17 Thread Attharkar, Asmita
:38 PM To: axis-user@ws.apache.org Cc: axis-user@ws.apache.org Subject: Re: MTOM file upload webservice I hope your issue is you don't have field for passing for attachementID/mime header .But in MTOM you dont need it.. Have you tried MTOM and SWA samples with Axis source? If you are

Re: MTOM file upload webservice

2009-02-17 Thread Yogesh . Dhake
I hope your issue is you don't have field for passing for attachementID/mime header .But in MTOM you dont need it.. Have you tried MTOM and SWA samples with Axis source? If you are using MTOM AttachmentType attachmentRequest = param0.getAttachmentRequest();

Re: MTOM file upload webservice

2009-02-15 Thread Nandana Mihindukulasooriya
Can you post the service code (Method signature)? thanks, nandana On Fri, Feb 13, 2009 at 2:10 AM, Attharkar, Asmita wrote: > Hi, > > > > I am trying to write a web service which uploads a file so that it can be > retrieved by the client. Most of the articles that I have read talks about > file