Sebb, thanks for your response. The system sends http requests from the thick client to the mid tier. I do not need to test the thick client but I do need to load/ performance test the mid tier and database tier. looking at Jview I though that it might be possible to set up Jview as a proxy and record the calls by listening to the port then replaying them under load. I am crazy or is this not possible? The issue I seem to have is that I cannot get the config file to point to the proxy. for example i tried changing the following <endpoint address="http://vgdev04:1913/CommitteeService.asmx" binding="basicHttpBinding" bindingConfiguration="CommitteeServiceSoap" contract="ORCommittee.CommitteeServiceSoap" name="CommitteeServiceSoap" /> <endpoint address="http://vgdev04:1913/TurnAndSectionService.asmx" to <endpoint address="http://localhost:9090/CommitteeService.asmx" binding="basicHttpBinding" bindingConfiguration="CommitteeServiceSoap" contract="ORCommittee.CommitteeServiceSoap" name="CommitteeServiceSoap" /> <endpoint address="http://vgdev04:1913/TurnAndSectionService.asmx" any ideas >Andrew
A.Gilmore wrote: > > I am attempting to load test a thick client that sends http requests to a > mid tier. > I was wondering if this is possible with Jmeter and how I would set the > system up to achieve this. > -- View this message in context: http://www.nabble.com/Testing-a-thick-client-with-mid-tier-tp23541805p23556595.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

