简体   繁体   中英

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)

SOAPUI is a very comprehensive web test tool. Also you can look at firefox extension 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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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