Hi,
Well, this is certainly not a beginner problem. What you are trying to do
seems to be to repeat the very complicated logic that is housed in the
WSDL.exe tool that ships with .NET. Writing a dynamic WSDL reader requires
very in-depth understanding of the intricate and complex possible options
that one has in a WSDL file.
A starting point might be to write a class that can consume a WSDL file...
you can find the schema for WSDL on SOAP.org. I can say this, I'm not a
beginner, and I've tried to write this class - and gave up because the
large number of very complex options available to WSDL (it is very
flexible). We have a team dedicated to this problem here at Microsoft -
and they manage the proxy generators, and the serializer.
I hope this helps
Dan Rogers
Microsoft Corporation
--------------------
>Thread-Topic: How to get the data from a WSDL file from a c# Program?
>thread-index: AcTXkEtq4T9kD34hTLqhVmWRUyKc2g==
>X-WBNR-Posting-Host: 203.200.197.66
>From: =?Utf-8?B?QW5qYWxp?= <>
>Subject: How to get the data from a WSDL file from a c# Program?
>Date: Wed, 1 Dec 2004 02:27:01 -0800
>Lines: 7
>Message-ID: <72BF8A18-218D-42A0-81E4->
>MIME-Version: 1.0
>Content-Type: text/plain;
> charset="Utf-8"
>Content-Transfer-Encoding: 7bit
>X-Newsreader: Microsoft CDO for Windows 2000
>Content-Class: urn:content-classes:message
>Importance: normal
>Priority: normal
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservic es:26928
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>Hi,
>
>I am a beginner of .net. I would like to create an interface which accepts
>the WSDL url and should return the methods. It is a dynamic call. Is it
>possible to do that?
>
>
>
|