WebService Documentation: Using a custom template
Web Services: they are an easy way to make information accessible or use information from some other site. For example, weather.gov's wsdl. The beauty of web services is that not all web services are .net and we don't have to care. Any web service that adheres to the w3's standards and that provides a wsdl we can easily use in asp.net. In order to help people understand how to consume the service; asp.net even gives us a nice page of generated documentation when someone opens the asm...
[More]