Re: wsdl2java ... _operationClient.execute

2008-08-09 Thread axis-user
Amila, THANX A TON FOR PIN POINTING MY IGNORANCE/DUMPNESS Amila Suriarachchi wrote: On Tue, Aug 5, 2008 at 4:05 PM, axis-user [EMAIL PROTECTED] wrote: 2)We are using this command to generate the client stubs WSDL2Java -uri DDP.wsdl -d xmlbeans 3)When calling stub's startxyz() method

wsdl2java ... _operationClient.execute

2008-08-05 Thread axis-user
://www.nabble.com/wsdl2java-...-_operationClient.execute-tp18828514p18828514.html Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

com.ctc.wstx.exc.WstxParsingException: Illegal character entity: expansion character (code 0x1) not a valid XML character

2008-06-23 Thread Axis User
Hi All, I'm developing a WS client that communicates with Microsoft Exchange Web Service (EWS), however at several occasions I have experienced that the response from EWS contains characters that are illegal within XML (at least according to Apache Axis2 and also how I/we undertsand the XML

Does non-blocking / Async in AXIS2 really work ?

2007-11-16 Thread Axis User
Hi there, I have AXIS2 release 1.3 installed (on PC, Windows XP) I compile and deploy the ECHO service from \axis2\samples\userguide\src\userguide\example1 (MyService.java) I start the server from \axis2\bin\axis2server.bat I compile and run different clients from

Re: reading large attachments

2005-08-01 Thread Axis User
ap = (AttachmentPart)it.next(); dh = ap.getDataHandler(); ... } I am using Axis 1.3 (CVS) and can send (Server-Client) large files (up to 1.2GB) without a problem. Hope this helps, Regards, Tom Axis User wrote: Hi, First some info... Platform