| Accessing Web Services from Windows Client |
| C#Today |
| Over the last several years, we have seen the Internet evolve from delivering static and simple HTML pages, into using dynamic, programmable and reusable web components. Microsoft's .NET framework introduces Web Services and SOAP that take the Internet a step further, by allowing the web applications to be more distributable, reusable and resourceful. In this article, Ravi Venkatarajalu look at how to combine the features of Web Services, SOAP and the .NET framework with Microsoft Excel 2000. We will also see how to serialize a Dataset and send it as part of a HTTP Request to a Web Service. |
|
| Exception Management in .NET |
| MSDN |
| This document discusses design and implementation guidelines for exception management systems that use .NET technologies. It focuses on the process of handling exceptions within .NET applications in a highly maintainable and supportable manner. |
|
| Google your website with Google APIs |
| The Code Project |
| Use Google web apis to customize your onsite search |
|
| How to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data |
| Microsoft Support |
|
(833379) - This article describes how to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data. If your application exposes Web Services through a WebService application layer, the server...
|
|
| How to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data |
| Microsoft Support |
| (833379) - This article describes how to customize SOAP fault code information when a SoapException occurs in Microsoft Web Services when a client provides bad data. If your application exposes Web Services through a WebService application layer, the server... |
|
| How to implement custom fault codes with ASP.NET Web services |
| http://www.kbalertz.com/ |
| (833381) - Describes how to raise a custom exception in a client application that consumes a XML Web service. Describes that the XML Web service divides two numbers and that if any exception is thrown, it is caught in the client application. |
|
| How to implement custom fault codes with ASP.NET Web services |
| http://www.kbalertz.com/ |
| (833381) - Describes how to raise a custom exception in a client application that consumes a XML Web service. Describes that the XML Web service divides two numbers and that if any exception is thrown, it is caught in the client application. |
|
| Using Web Services Instead of DCOM |
| MSDN |
| This document examines the advantages of using XML Web services over DCOM and demonstrates how to implement an XML Web service and consume it with a Microsoft .NET client application |
|
| Web Methods Make it Easy to Publish Your App's Interface over the Internet |
| MSDN |
| Web Services are a great way to accept and manage contributions to a public clip art library, digital music catalog, or corporate knowledge base. Since the SOAP interface to a Web method operates over HTTP, contributors can easily publish content any time, from anywhere across the Internet. However, accepting binary content and managing content metadata through SOAP over HTTP presents Web Service developers with some interesting design decisions. This article discusses three ways to enable content publishing using Web methods. |
|