10

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)

softwarematter
  • 28,015
  • 64
  • 169
  • 263

2 Answers2

13

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

Aravind
  • 4,125
  • 1
  • 28
  • 39
1

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.

CodingBarfield
  • 3,392
  • 2
  • 27
  • 54