Hi,
I have used svcutil.exe to generate the service definition for a service that I am using. I want to produce an electronic document/help file from this output.
are there ny tools for doing this? All I need to produce is simply the properties and methods of the objects exposed by the service
thanks
EDIT: I need to clarify that the output has no XML comments. I am not to bothered about this but there are a lot of objects, methods, properties etc and all I really want is some electronic 'register' of what the service contains for example the CustomerService contains a GetCustomer call with a SearchCustomerRequest object and returns a CustomerResponse object - all I want are what properties are within these objects and what types they are and also what method calls are within each service