如何将XML字符串发布到Web服务进行测试?

前端之家收集整理的这篇文章主要介绍了如何将XML字符串发布到Web服务进行测试?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我们开发了一个RESTful Web服务,它希望XML字符串作为“参数”到达。要让QA测试Web服务,我正在寻找一种将XML字符串POST到URL的简单方法,然后显示来自服务器的XML响应。

有没有一种简单的方法将XML字符串POST到URL?

获得 the Firefox Poster add-on

A developer tool for interacting with web services and other web resources that lets you make HTTP requests,set the entity body,and content type. This allows you to interact with web services and inspect the results.

原文链接:https://www.f2er.com/xml/293162.html

猜你在找的XML相关文章