Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
鉴于我们知道服务器、服务和参数列表(从 WSDL 文件中获取),进行 POST 调用的最简单方法是什么(即需要尽可能少地编写代码)?
最坏的情况是,我必须自己编写这样的设施。 最好的情况是,已经有一项免费的在线服务可以做到这一点。
是的,我用谷歌搜索过,但显然没有这样的网站,或者我在谷歌上搜索。我想在测试期间用它来调用 SOAP 服务。
Fiddler 是一个非常棒的小工具:
http://www.fiddler2.com/fiddler2/
Pluralsight 上有一个视频解释了它的使用,您会发现它已成为您工具集的常规部分:
http://pluralsight.com/training/Courses#debugging
您可以使用 Firefox 插件 - Postman 和 Rest 客户端
请参阅Firefox Add-on RESTclient - 如何输入 POST 参数?