You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Marco Rossi <mr...@gmail.com> on 2007/12/13 18:36:58 UTC

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