Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > How to get the data from a WSDL file from a c# Program?

Reply
Thread Tools

How to get the data from a WSDL file from a c# Program?

 
 
Anjali
Guest
Posts: n/a
 
      12-01-2004
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?


 
Reply With Quote
 
 
 
 
Dan Rogers
Guest
Posts: n/a
 
      12-01-2004
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?
>
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
webservices, wsdl & xsd (schema-2-wsdl) Dark Java 1 11-14-2008 07:58 PM
wsdl.exe fails with WebMethods generated wsdl file mrnu ASP .Net Web Services 0 06-07-2004 04:51 PM
WSDL file produces useless class when imported with WSDL.exe RH ASP .Net Web Services 1 05-27-2004 09:40 PM
is the w3c's schema for wsdl and wsdl/soap binding possibly buggy ? _clb_ Chris Bedford XML 0 08-20-2003 11:52 PM



Advertisments