开发者

I want to post an SOAP envelope via windows

I am searching for a tool that 开发者_开发技巧sends an SOAP message to a server and works in windows.

No soapUI or WebServiceStudio. Something simple like curl


As a SOAP message is only an XML file, wget should be what you are looking for. It can be used like this:

wget http://yourserver/endpoint --post-file=your_message.xml

You can download it from here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜