Hi, As I mentioned earlier, I could be able to successfully prepare test plan for Applet (within plug-in) - Servlet communication. I had left with one problem - JMeter Proxy Server encodes xml sent from applet. I used URLDecoder.decode at the Servlet end to convert xml back into its original form and got my work done. Again thanks to Mike. :)
Mike you wrote: >Hmm, probably would require some refactoring of existing code, but not all that >hard, really. The current code of importance is the Proxy.java and HttpRequestHdr.java. >HttpRequestHdr needs a SOAPRequestHdr version (this class parses the stream from the >client to create the appropriate Sampler. HttpRequestHdr generates an HTTPSampler, >obviously - you'd need one that generates a SOAPSampler). Proxy.java is the actual proxy >which needs to be modified to be configurable in terms of what XXXRequestHdr it uses, or >subclassed to create a SOAPProxy. I'd prefer making it configurable. Though I have somehow found work around of 'xml encoding by JMeter Proxy Server', but can you throw some light that in the first place why Proxy Server is encoding xml data and when it should do encoding and when it should not (please explain me the big picture - conceptual one) ? So that I can help you to work on SOAPProxy etc. Regards -Shakeel -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

