On 19/05/2011 16:12, Nick Kew wrote:
On 19 May 2011, at 15:33, Geoff Froud wrote:
I am fronting my tomcat with apache2 using mod_proxy. This is causing the
content type of soap responses to be changed from text/xml to text/plain.
Is it?
I'd expect your backend is in fact returning no conten
On 19 May 2011, at 15:33, Geoff Froud wrote:
> I am fronting my tomcat with apache2 using mod_proxy. This is causing the
> content type of soap responses to be changed from text/xml to text/plain.
Is it?
I'd expect your backend is in fact returning no content-type at all.
Check the Apache doc
I am fronting my tomcat with apache2 using mod_proxy. This is causing
the content type of soap responses to be changed from text/xml to
text/plain.
If my client application talks to tomcat directly then everthing works
ok, i.e. soap responses are returned as text/xml, but if the
request/resp