<html><head><style type='text/css'>body { font-family: 'Verdana'; font-size: 10pt; color: #000000}</style></head><body><P>Hi all</P>
<P>We have an app using Laszlo XML RPC rather heaviliy, our version is 4.0.8.</P>
<P>Looking at the logs one sees that the REQUESTS produced by our client for XML-RPC are of type "application/x-www-form-urlencoded"</P>
<P>(which makes sense - it is the correct content-type for a POST request).</P>
<P>However the RESPONSEs are of type "application/x-shockwave-flash" which is strange.</P>
<P>We would expect the reponse type to be text/xml or something like that. This is creating a real-world problem for us on various consumers e.g. JMeter - which expect the text/xml to function correctly.</P>
<P>Do you have any experience with this issue?&nbsp;Suggestions or workarounds?</P>
<P>Detailed info from the logs is below.</P>
<P>Thanks </P>
<P>Gilad</P>
<P>P.S. For example: something like the following response headers</P>
<P>----------------</P>
<P>HTTP/1.1 200 OK<BR>Expires: Fri, 05 Oct 2001 00:00:00 GMT<BR>Date: Tue, 25 Mar 2008 11:51:13 GMT<BR>Server: Apache-Coyote/1.1<BR>Cache-Control: no-store<BR>Content-Type: application/x-shockwave-flash<BR>Content-Length: 437<BR>Server: Apache-Coyote/1.1</P>
<P>----------------</P>
<P>is returned from the following request:</P>
<P>----------------</P>
<P>POST <A href="http://localhost/lps/workspace/VC/client/welcomei.lzx?__lzbc__=1205615513625">http://localhost/lps/workspace/VC/client/welcomei.lzx?__lzbc__=1205615513625</A></P>
<P>POST data:<BR>fpv=9%2E115&amp;lzr=swf8&amp;proxied=true&amp;lzpostbody=%3C%3Fxml+version%3D%221%2E0%22%3F%3E%0A%3CmethodCall%3E%0A%3CmethodName%3EClientInfo%2EgetGhostInitInfo%3C%2FmethodName%3E%0A%3Cparams%3E%0A%3Cparam%3E%0A%3Cvalue%3E%3Cstring%3E%3C%2Fstring%3E%3C%2Fvalue%3E%0A%3C%2Fparam%3E%0A%3C%2Fparams%3E%0A%3C%2FmethodCall%3E&amp;headers=Content%2DType%3A+text%2Fxml&amp;url=xmlrpc%3A%2F%2Flocalhost%2Fvcweb%2FGhostXmlrpc&amp;reqtype=POST&amp;lzt=data&amp;ccache=false&amp;cache=false&amp;sendheaders=false</P>
<P>Cookie Data:<BR>JSESSIONID=2FEEB2B9C6B91302795CD62AD3D274A6</P>
<P>Request Headers:<BR>User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)<BR>Host: localhost<BR>Accept-Encoding: gzip, deflate<BR>Accept-Language: he-IL<BR>Pragma: no-cache<BR>Content-Type: application/x-www-form-urlencoded<BR>UA-CPU: x86<BR>Accept: */*<BR>Content-Length: 462<BR>Connection: keep-alive<BR>Referer: <A href="http://localhost/lps/workspace/VC/client/welcomei.lzx?lzt=swf&amp;lzr=swf8">http://localhost/lps/workspace/VC/client/welcomei.lzx?lzt=swf&amp;lzr=swf8</A><BR>x-flash-version: 9,0,115,0<BR><BR><BR>Gilad&nbsp;Parann-Nissany<BR></P></body></html>