Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a test web service based from a wsdl file.
Message
From
12/02/2008 12:50:16
 
 
To
12/02/2008 03:27:19
General information
Forum:
ASP.NET
Category:
Web Services
Miscellaneous
Thread ID:
01291723
Message ID:
01291884
Views:
6
Hi Mike,

Well, sort of ... Sure you can create your own Web Service to test this ... the wsdl contains a "list" of all the methods and the parameters (and datatype) that each method is expecting. I say "sort of" because you also have to know what to expect from the return value of these methods (IOW, you probably have to know what the methods are actually doing and what you have to do with what they return) ... but you can at least be sure that you've got all the web methods called with the correct parameters.

~~Bonnie




>Hi,
>
>I have a wsdl file that a client sent me. Is it possible to generate a test web service based on this file alone?
>
>The actual web service is only available on their intranet so I have no way to test it.
>
>thanks...
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform