Pierre Greborio.NET

Talking about .NET world

Testing a Web Service

We have several ways to test a Web Service:

  • Using Internet Explorer (by default from Visual Studio .NET)
  • Create a client (CUI or GUI)
  • Create a Microsoft InfoPath document
  • Create a WS testing generic application

For the last point we could use the Christian's DynWSLib which resolves dynamically a Web Service and then build a rich client over it.

Posted: Jul 07 2003, 02:37 PM by PierreG | with 2 comment(s)
Filed under:

Comments

Christian Weyer said:

Just to add to the list:
WebService Studio 2.0 from Microsoft - I cannot live without it!
http://www.gotdotnet.com/team/tools/web_svc/default.aspx
# July 7, 2003 10:03 PM

Pierre Greborio said:

You are right. Does it support WSE extensions olso ?
# July 8, 2003 9:59 PM