Unsupported response content type "text/html", must be "text/xml"

2003-06-07 Thread Lele, Prashant
Hi, I'am stuck at a point where my Soap service running on the client gives the following message: Caught SOAPException (SOAP-ENV:Protocol): Unsupported response content type "text/html", must be: "text/xml". Response was: Bad request Content type must be: 'text/xml'. The RPC Router throws t

SSL dies

2003-06-07 Thread Leif Nilsson TACMa
Hi! I have a problem of my apache soap client suddenly stops executing (it takes som days). Debugging shows that the client hangs in SSLUtils.buildSSLSocket() as it in turn calls SSLSocketImpl.startHandshake(); following the stack trace it ends in SocketInputStream.socketRead() (native) TIme for

Re: Unsupported response content type "text/html", must be "text/xml"

2003-06-07 Thread Scott Nichol
What are you using as a client? It does not seem to be setting the HTTP Content-Type header to text/xml. On 5 Jun 2003 at 13:35, Lele, Prashant wrote: > Hi, > > I'am stuck at a point where my Soap service running on the client gives the > following message: > > Caught SOAPException (SOAP-ENV: