Axis2: how to send multiple datahandler?

2011-03-11 Thread am am
Hi, I have a web service in axis2 that I can send a file to, from a WS client. The file is read as byte[] and then from these bytes a javax.activation.DataHandler is constructed. This DataHandler is send to the web service as a member of an object. No problem so far. The DataHandler is create

Re: Axis2 deployment mechanism for POJOs

2011-01-28 Thread am am
great! Thank you! From: Pradeep Fernando To: java-dev@axis.apache.org Sent: Fri, January 28, 2011 12:14:58 PM Subject: Re: Axis2 deployment mechanism for POJOs hi comments inline, On Thu, Jan 27, 2011 at 1:17 PM, am am wrote: > Hi Deepal thanks for re

Re: Axis2 deployment mechanism for POJOs

2011-01-26 Thread am am
Hi Deepal thanks for reply: >Only at the starting time or does it work runtime as well? What do you mean? If the clients can use the service? I can see the wsdl and I tried a service call and it works. Also is a services.xml needed for pojos? Now that I think about it, I guess it makes sense. Th

Re: Axis2 deployment mechanism for POJOs

2011-01-26 Thread am am
Hi Deepal thanks for reply: >Only at the starting time or does it work runtime as well? What do you mean? If the clients can use the service? I can see the wsdl and I tried a service call and it works. Also is a services.xml needed for pojos? From: Deepal jaya

Axis2 deployment mechanism for POJOs

2011-01-26 Thread am am
Hi, I am Axis2 starter and I have the following question. Most of the tutorials mention that to deploy a pojo, the pojo should be placed under the pojo directory (and if it does not exist, create it). Additionally, pojos under a package, should be placed in a .jar and modify the deploy