read am WSDL

i want to read an wsdl file and get the information into a form in my web application y only want the basic items such as the parameters, the clients, the exception on things like that . Please someone who will know how to do it


Answer this question

read am WSDL

  • chrisofeaton

    I want to take out from the web service WSDL file  the names of the services, the parameters used in the web service (in and out parameters) and the exceptions that the service could have and if.
    I'm trying to use the library you mentioned me but as far as I look for the correcte value the option for each attribute seem to multiplicate
    I will really appreciate if you could help me thit that, 'cause i'm just begining to understand the web services



  • ChrisA

    What is it exactly that you want to do If you want to parse the WSDL file and extract information about messages and types, you can use the System.Web.Services.Description.ServiceDescriptionImporter class for this purpose.

    Regards,
    Sami

  • wormus

    You can use the System.Web.Services.Description namespace to read the WSDL and all its *properties*


  • read am WSDL