Hello,

I have the following problem:
All is working fine with my Java Clients (which communicates SOAP Messages with a Web service on an remote Server) and the JMeter Proxy in stand alone tests, but when i use JMeter as proxy for my Java Clients the following error occurs:

HTTP response code: 415
HTTP response message: Unsupported Media Type

HTTP response headers:
HTTP/1.1 415 Unsupported Media Type
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.2 (build: CVSTag=JBoss_4_0_2 date=200505022023)/Tomcat-5.5
Content-Type: text/xml
Date: Fri, 14 Oct 2005 12:43:57 GMT


When i use Etherreal (Network Protocol Analyzer) to analyze the packets, i found out that JMeter changes the content-type in the Request Header from "text/xml" to "application/x-www-form-urlencoded" which is then not supported by the HTTP Server.

Any ideas, explanations, workarounds or solutions?

Thx in advance,

- Michael





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to