简体   繁体   English

ASMX Web 服务测试工具

[英]ASMX Webservice Test tool

Is there any simple tool to test ASMX webservices where I can provide the service URL, request XML and get back the result (xml stream in my case)是否有任何简单的工具来测试 ASMX webservices 我可以提供服务 URL,请求 XML 并取回结果(xml stream 在我的情况下)

SOAPUI is a very comprehensive web test tool. SOAPUI是一款非常全面的web测试工具。 Also you can look at firefox extension SOA Client .您还可以查看 firefox 扩展SOA Client

Back in the days you could just visith the asmx url to get a simple IIS wrapper around the webservice as long as you are using primitive data-types in the functions.回到过去,只要您在函数中使用原始数据类型,您就可以访问 asmx url 以获得简单的 IIS 包装器。

Generating a winform application (or webform) that calls the webservice takes less about as much time as starting vs.net, why not just create a little test harness that way.生成调用 web 服务的 winform 应用程序(或 webform)所需的时间比启动 vs.net 的时间要少,为什么不这样创建一个小测试工具呢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM