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
a" 02/12/2009 03:41 PM Please respond to axis-user@ws.apache.org To "axis-user@ws.apache.org" cc Subject MTOM file upload webservice 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

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

MTOM file upload webservice

2009-02-12 Thread Attharkar, Asmita
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 upload web service using SwA. My Web service is uploading the file with no issues and adding it to outMsgContext (like the eg shown for S

RE: WS Client-dataHandler from Content-ID (using MTOM) : File upload Webservice

2009-02-12 Thread Attharkar, Asmita
OMText? Thanks, Asmita -Original Message- From: Andreas Veithen [mailto:andreas.veit...@gmail.com] Sent: Thursday, February 12, 2009 2:48 PM To: axis-user@ws.apache.org Subject: Re: WS Client-dataHandler from Content-ID (using MTOM) : File upload Webservice Asmita, In Axis2, MTOM

Re: WS Client-dataHandler from Content-ID (using MTOM) : File upload Webservice

2009-02-12 Thread Andreas Veithen
Asmita, In Axis2, MTOM attachments are represented as OMText nodes in the object model of the message. You can retrieve the data handler by calling getDataHandler on the OMText instance and casting the result to DataHandler. Andreas On Thu, Feb 12, 2009 at 20:29, Attharkar, Asmita wrote: > Hi,

WS Client-dataHandler from Content-ID (using MTOM) : File upload Webservice

2009-02-12 Thread Attharkar, Asmita
Hi, I have a web service that uploads the attachment so that it can be received by the client. The web service is working fine and is also updoading a file. And I see a success response on the client side. I can also obtain the ContentId from the Content Id List from the Attachment map (from th