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 xml

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 sp

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 \axis2\samples\userguide\src\

Re: reading large attachments

2005-08-02 Thread Axis User
attachmentCount was always 1, as expected. > > Regards, > Tom > > Axis User wrote: > > Hi, > > Further investigation has shown that the attachments are not in fact > > lost but appear in a different SOAP message! e.g. if 30 clients send > > an attachment on

Re: reading large attachments

2005-08-02 Thread Axis User
to occur with reasonably small attachments (i.e. 4k) This looks like a bug - can anyone comment? M On 8/1/05, Axis User <[EMAIL PROTECTED]> wrote: > Hi Tom, > Thanks for your reply. Further to my last mail I should say that > sending large attachments sequentially works fine. The

Re: reading large attachments

2005-08-01 Thread Axis User
tachments(); > while(it.hasNext()) > { > AttachmentPart 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.

reading large attachments

2005-08-01 Thread Axis User
Hi, First some info... Platform: Axis 1.2.1, Java 1.5.0_04-b05, Linux 2.6.11.4-20a-default Aim: to send a zip file attached to a SOAP message and save it to a directory. Zip files will on average be around 50Mb. Code: //On the client side I add attachments as below: DataHandler handler = new D