RE: Array List support in AXIS2

2011-12-13 Thread Sathunuri, Hariprasad (US - Arlington)
Thanks a lot Sagara for the update. I got one couple of questions as below : 1. When I create a .aar file using Service Archiver plugin version 1.3.0 (generating service xml automatically) , it is adding the service name before my exception name. For example: My servcie name is AwardServ

Axis2: Passing Binary Data as Payload, Data Handler

2011-12-13 Thread Mark Bullathsinghalage Cooray
Hi, I am accepting a DataHandler object at the server end and Client uses ServiceClient and builds the OMElement. The binary file passes without any problem, however the DataHandler is empty. Server Side Code: public void acceptFile(DataHandler dataHandler) { try { File outFile = new File