Hi Murali Is there a similar way by which this setProperty could be accomplished in WebLogic environment.
Thanks On Dec 13, 2007 2:47 PM, Murali Krishnan <[EMAIL PROTECTED]> wrote: > 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 > > > ------------------------------ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now.<http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ+> >
