I just tried to work around this bug by 
changing content-type to "application/octet-stream"
abd "application/x-www-form-urlencoded" at applet side but 
even that did not work. Any other idea?

By the way, how hard it is to develop SOAP proxy.
If you help me, I can volunteer to work on that.

Regards
-Shakeel

-----Original Message-----
From: Mike Stover [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 09, 2002 10:26 AM
To: Muhammad, Shakeel [IT]; [EMAIL PROTECTED]
Subject: RE: Applet in Plugin does not load


It seems that what is needed is a new type of proxy server that generates
SOAP 
Samplers, instead of normal HTTP Samplers.  Not that your communications are

using SOAP necessarily, but the form is the same (XML through HTTP).

It would be a simple thing to create a new SOAP proxy using the current
proxy as 
a base, with some refactoring.  It would be helpful to add it to the bug
list at 
Jakarta's website.

-Mike

On 9 Aug 2002 at 9:42, Muhammad, Shakeel [IT] wrote:

> Hi,
> 
> I could be able to successfully run applet-servlet HTTP communication
> through JMeter Proxy Server by setting following properties in applet
init:
> 
>                 System.getProperties().put( "http.proxyHost", "localhost"
);
>                 System.getProperties().put( "http.proxyPort", "7777" );
> 
> Also I had to write .java.policy file for applet to work:
> grant {
>   permission java.util.PropertyPermission "*", "read, write";
> };
> 
> THANKS to Mike for his constant help.
> 
> But there is ONE Problem left. My applet sends data in xml format to
servlet
> 
> and at the servlet end I found that xml is not in the form originally sent
> by applet.
> Instead all characters (", <, >, space) had been converted to combination
> of % and some number. 
> 
> Is it possible if I can set some property in JMeter Proxy Server so that
it
> should not modify xml data sent through Proxy to the servlet.
> 
> Thanks
> Shakeel
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> 



--
Michael Stover
[EMAIL PROTECTED]
Yahoo IM: mstover_ya
ICQ: 152975688

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

Reply via email to