In my ASP.NET application, I use the ServiceReferenceCollection to carry a set of WebServices, and in the code-behind, I'm asked to figure out all the public WebMethod(s) and corresponding arguments of the WebServices by using .Net Reflection. However, the ServiceReference class provides only Path information that I can use for reflection, but I don't know how to GetType() from Path.
| ||||
|
feedback
|
|
You can just open this file as a text file.
Read it as text and parse out class name for the file. Assumed that:
| |||||||||||||||
feedback
|
ServiceReferenceCollection? What are you trying to accomplish? – John Saunders Jun 15 '11 at 19:28