Improve SOAP UI performance

前端 未结 5 2424
借酒劲吻你
借酒劲吻你 2021-02-18 20:57

I\'ve started using SOAP UI recently to test web services and it\'s pretty cool, but it\'s a huge resource hog.

Is there any way to reduce the amount of resources it use

5条回答
  •  终归单人心
    2021-02-18 21:44

    If you're testing WCF services, you can run wcftestclient from the Visual Studio command line. It works for local or remotely hosted services. Its no good for ASMX-style .NET 2.0 SOAP services though.

提交回复
热议问题