c# - How to programmatically retrieve all of a web service's web methods' signatures? -
i'm trying build c# application displays , invokes of specific web service's methods (the web service written .asmx file).
can go directly asmx file , methods names returned html, i'm sure there more elegant way (this way doesn't reveals web methods' signatures well, names..).
so how can programmatically ask service it's methods?
thanks.
get wsdl of web-service discover available methods on web-service.
Comments
Post a Comment