RE: How to enable MTOM support

2009-09-02 Thread Partha Pal
support On Wed, Sep 2, 2009 at 10:16 AM, Partha Pal part...@kovair.com wrote: Hi, I am writing an axis2 client to get attachment from hosted .NET service. I am a newbie so using the example from http://ws.apache.org/axis2/1_0/mtom-guide.html I am using axis2 1.5 from Eclipse 3.3

How to enable MTOM support

2009-09-01 Thread Partha Pal
Hi, I am writing an axis2 client to get attachment from hosted .NET service. I am a newbie so using the example from http://ws.apache.org/axis2/1_0/mtom-guide.html I am using axis2 1.5 from Eclipse 3.3 , this code will eventually go as a plugin. The problem is the code :- ServiceClient

RE: How to enable MTOM support

2009-09-01 Thread Partha Pal
AM, Partha Pal part...@kovair.com wrote: Hi, I am writing an axis2 client to get attachment from hosted .NET service. I am a newbie so using the example from http://ws.apache.org/axis2/1_0/mtom-guide.html I am using axis2 1.5 from Eclipse 3.3 , this code will eventually go as a plugin

RE: How to enable MTOM support

2009-09-01 Thread Partha Pal
To: axis-user@ws.apache.org Subject: Re: How to enable MTOM support which version of JDK you are using? Axis2 1.5 requires JDK 1.5 onwards. Chinmoy On Wed, Sep 2, 2009 at 10:16 AM, Partha Pal part...@kovair.com wrote: Hi, I am writing an axis2 client to get attachment from hosted .NET

Eclipse Plugin with MTOM support

2009-08-27 Thread Partha Pal
Hi all, I need to write an Eclipse plugin which internally will call web services with attachments. I need to provide support for Eclipse 3.3 , 3.4 and 3.5 . Could anybody please point me to any axis2 plugin / jar file so that I could use it, because with the axis plug-ins already included in

custom generate deploy.wsdd

2008-12-04 Thread Partha Pal
Hi All, In our project we have a requirement that we need to automate the process of generating stubs and artifacts from WSDL as well as the WSDD and deploy it to Axis . Our Services act both as client and server to other published services. We use ant scripts to achieve the automated