[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Web service testing tool supporting complex data types

Alek Davis

1/7/2003 10:45:00 PM

Hello,

Can anyone recommend a Web service testing tool (free or commercial) which
would support complex data types? One problem with IE or .NET Webservice
Studio is that they only support parameters defined as primitive data types
(e.g. string, int, bool), and do not allow to enter data values for complex
parameters. For example, if a function parameter is an object, which
consists of a string, an int, and a bool values, it would be nice if you
were able to enter these value during testing. I was searching the Internet
but could not find anything, which is a bit surprising, since it should not
be very hard for a tool to convert a structure into primitive types (well, I
did not give it a lot of thought, but it does not seem impossible, or is
it). Any hints?

Thanks,

Alek