WCF with tcp.net binding testing with JMeter

无人久伴 提交于 2019-12-11 06:12:10

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/8053754/wcf-with-tcp-net-binding-testing-with-jmeter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!