WCF with tcp.net binding testing with JMeter
Asked Answered
C

1

1

I have a problem that in JMeter I can setup server / port, but my application is hosting on IIS 7.5 and WCF service is a "Application" under specific web site. So the service endpoint is

http://localhost:8002/Some.Aplication/Some.Application.svc

WCF application is supporting tcp.net binding also and I should use it(tcp.net).

Ho can I set up JMeter for sending specific packet over tcp to this endpoint ?

Thanks.

Castiglione answered 8/11, 2011 at 16:26 Comment(0)
H
0

You need to use TCP Sampler, and probably write a custom TCPClient class for it for easier handling of custom reads/writes.

Hydrozoan answered 8/11, 2011 at 16:57 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.