Not very sure if this will help, but you can try this in your client code: Set this property as one of the options for the ServiceClient...
options.setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE); Murali ----- Original Message ---- From: Marco Rossi <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, December 13, 2007 12:36:58 PM Subject: axis2 https Unexpected EOF in prolog Hi, i have to test a webservices build with axis2 (tomcat6, linux red hat). We have a reverse proxy to expose this service to the client (via SSL); so if i create a test client with axis2 (same library, same version) and use the internal endpoint ( http://myserver/myService) all works fine. But il I try to test the same come with the "reverse proxy endpoint" https://myproxy/myService i get the following org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxEOFException: Unexpected EOF in prolog at [row,col {unknown-source}]: [1,0] Any idea? Thanks, Marco ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
