Groups | Blog | Home
all groups > dotnet web services > march 2006 >

dotnet web services : Invoking a WebService using a Client Application



Ganesh Muthuvelu
3/26/2006 2:42:57 PM
Hi,
I have a web serivce created that contains several methods that are
NON-PRIMITIVE types - meaning I cannot test it directly from the browser. So,
I thought of devloping a client application in .NET that can submit the XML
request and receive the response.

I created the application and it works; but the problem is, the user have to
frame the XML each time as TEXT (build the XML) and then submit it which
takes a long time. Is there a way that given the web service and the method,
a windows form with controls dynamically be created based on the types?.
These controls will basically form as placeholders so that the user can
simply type in the required values and submit the XML request?.

Any pointers will be greatly appreciated..

Thanks,
Ganesh
Kolbis Guy
3/26/2006 2:55:47 PM
I am sorry, you are not clear.
Can you please re explain your problam?

[quoted text, click to view]
Javier G. Lozano
3/26/2006 7:38:53 PM
When ever I try to test my web services (or other people's), I use Web
Service Studio. Check out it at GotDotNET:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=65a1d4ea-0f7a-41bd-8494-e916ebc4159c
AddThis Social Bookmark Button