Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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)

like image 355
softwarematter Avatar asked Jun 08 '11 05:06

softwarematter


People also ask

How do I test an Asmx Web service?

In the web test project, open WebTest1. webtest, which opens the Web Performance Test Editor. In the test editor, right-click the web performance test and select Add Web Service Request. In the Url property of the new request, type the name of the web service, such as https://localhost:44318/WebService1.asmx.

How do I test a webservice in Visual Studio?

Open Visual Studio. File -> New Project -> Test -> Web Performance and Load Test Project.


1 Answers

SOAPUI is a very comprehensive web test tool. Also you can look at firefox extension SOA Client.

like image 184
Aravind Avatar answered Sep 22 '22 10:09

Aravind