Thanks Rudolph
Interestingly the request goes through 
but this error occurs when the response is being created at the server side
and that too when the size of the response is really huge.
 
 

________________________________

From: Rudolph, Troy [mailto:[EMAIL PROTECTED]
Sent: Mon 4/23/2007 1:19 PM
To: axis-user@ws.apache.org
Subject: RE: getting com.ctc.wstx.exc.WstxIOException: null exception 


FWIW, I received this error when I forgot to set the content type of my 
Base64Binary element.  
 
>From my prototype code ....
 
        FileDataSource fds = new FileDataSource( new File("F:\\ACME.zip") );
        DataHandler dh = new DataHandler( fds );
        Base64Binary data = new Base64Binary();
        data.setBase64Binary( dh );
        data.setContentType( dh.getContentType() );

Hope this helps
 

________________________________

From: Vibhor_Sharma [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 23, 2007 8:22 AM
To: axis-user@ws.apache.org
Subject: RE: getting com.ctc.wstx.exc.WstxIOException: null exception 


Hi 
   Any comments on this please??
Just wanted to know whether i'm doing any thing wrong??
 
Vibhor

________________________________

From: Vibhor_Sharma
Sent: Thu 4/19/2007 3:02 PM
To: axis-user@ws.apache.org
Subject: getting com.ctc.wstx.exc.WstxIOException: null exception 


Hi 
   I get the following error when i try to load the web service with lot of 
requests
 
14:53:03,592 INFO [STDOUT] 2007-04-19 14:53:03,592 INFO 
org.apache.axis2.transport.http.AxisServlet - org.apache.axis2.AxisFault: null; 
nested exception is: 

com.ctc.wstx.exc.WstxIOException: null

 

Is it a known issue? if yes then how can we take care of it?

Are there any limit on the requests that can be sent to the web service?

This is a synchronous request.

Thanks

Vibhor

Reply via email to