Read WSDL elements  
Author Message
rpskumar





PostPosted: ASMX Web Services and XML Serialization, Read WSDL elements Top

hi,

my task like this,

i need to retrieve all element in WSDL file..(using C#)
1.All service Methods in a list box
2.If i click on a method,it should display the parameter(input & output) in another listbox
3.If i select any parameter then it should display it's parts in another listbox
4.if i select one part it generate all type(datatype) in the WSDL type definition into Tree view control
5.browse through tree view for complex datatype.(ex address..)

there is two classes

Service Description Importer:
URL : http://www.hide-link.com/
Short Desc: This class will help us to retreive all the details of a given WSDL.

Code Compile Unit:
URL : http://www.hide-link.com/
Short Desc: This class will generate a Code DOM for our Service Description.
i can only create runtime proxy class using this classes.Then
how can i achive my task.is there anyother stuff you find means
send it..
Thank you




.NET Development6