|
|
|
|
|
|
| | Total Hits: 261 | Today: 0 | Author: microsoft.com | Rating:  |
| |  The following .NET Framework Class Library namespaces are referenced in this article: • System.Web.Services • System.Text This step-by-step article describes how to create a sample ASP.NET Web service that uses output caching. Output caching caches the output response result of a Web service based on the Duration attribute that is specified for a corresponding WebMethod. Note In ASP.NET 2.0, the HTTP method of the test page has changed from GET to POST. However, POSTs are not ordinarily... |
| | Total Hits: 68 | Today: 0 | Author: Ted Neward | Rating:  |
| |  If, by this point in time, as a software developer you've not worked with, in, or around the HTTP protocol,you've likely been working on a Y2K project written in COBOL back in the 60's. HTTP is everywhere--not only was it the driving force behind the widespread adoption of the Internet as an ecommerce engine for business, but HTTP is now also assuming new importance as the carryall protocol for communicating anything and everything between two entities across the TCP/IP network we call the Inter... |
| | Total Hits: 467 | Today: 0 | Author: Microsoft | Rating:  |
| |  This step-by-step article describes how to use ASP.NET to build a simple XML Web service that retrieves data from the Microsoft Access sample Northwind database and returns the data as XML to a client when the client calls a method of the service. On the client side, the data is presented with the Office PivotTable and Chart components. This article also demonstrates how to build a client for the XML Web service by using either Visual Basic .NET or Visual Basic 6.0.... |
| | Total Hits: 242 | Today: 0 | Author: Microsoft | Rating:  |
| |  The Web Services Description Language tool (Wsdl.exe) generates proxy code for XML Web services. The generated types that are used in the proxy class are based on the contents of the WSDL document that describes the XML Web service. However, the generated types might not be what you want nor what you expect. Wsdl.exe determines the best generated type to use for the objects that are specified in the service description. In some cases, the tool uses a least-common-denominator approach for casting... |
| | Total Hits: 243 | Today: 0 | Author: Microsoft | Rating:  |
| |  This step-by-step article describes how to create a sample ASP.NET Web service that uses output caching. Output caching caches the output response result of a Web service based on the Duration attribute that is specified for a corresponding WebMethod. In addition, HTTP indicates that a user agent (the browser or calling application) should be able to override server caching by setting the "Cache-Control" to "no-cache". ASP.NET applications, therefore, ignore cached results when they find a "no-c... |
| | Total Hits: 83 | Today: 0 | Author: Microsoft | Rating:  |
| |  If you use Simple Object Access Protocol (SOAP) to call the WebServices method from an .aspx page, the .aspx page may fail when you run the Microsoft Internet Information Services (IIS) Lockdown tool. In addition, you may receive the following error message: [ExternalException (0x5): Cannot execute a program. The command being executed was "d:\winnt\microsoft.net\framework\v1.0.3408\csc.exe" /noconfig @"D:\WINNT\TEMP\eyrpuhyg.cmdline".] This problem only affects Web applications or Web s... |
| | Total Hits: 59 | Today: 0 | Author: Microsoft | Rating:  |
| |  When you add a Web reference to the same Web service more than one time in a Managed C++ application, you receive a compiler error message similar to the following: c:\My Samples\MCTestClient\WebService.h(4) : error C3846: 'Service1' : cannot import symbol from 'c:\My Samples\MCTestClient\Service1.dll': as 'Service1' has already been imported from another assembly 'Service11.dll' c:\My Samples\MCTestClient\WebService.h(3) : see declaration of 'Service1'... |
| | Total Hits: 38 | Today: 0 | Author: Microsoft | Rating:  |
| |  This article provides a roadmap to learn and to master the DataSet objects and Extensible Markup Language (XML) Web services. Roadmap articles provide links to useful information, including online documentation, Microsoft Knowledge Base articles, and Microsoft white papers, to help you learn about a Microsoft product or technology. Microsoft Knowledge Base How-To articles and walkthroughs provide step-by-step instructions to complete specific tasks. Microsoft QuickStart sample files are ready-ma... |
| | Total Hits: 113 | Today: 0 | Author: Microsoft | Rating:  |
| |  This step-by-step article shows you how to build a Web service and a Web service client to send and receive binary documents by using Microsoft ASP.NET and Microsoft Visual C# .NET. You can use ASP.NET and Visual C# .NET to build a Web service that both saves binary documents to a folder on a Web server and retrieves binary documents from a folder on a Web server. You can use this service as a simple Document Management System on the Web.... |
| | Total Hits: 86 | Today: 0 | Author: Philip Miseldine | Rating:  |
| |  Most of today's sites require users to undertake a registration process to allow the site owners to keep in touch with, or offer services to, those visitors. Building up a user base like this requires patience and dedication. Offer a new service or a new Website, however, and, typically, you'll need to start your user base from scratch yet again. This article outlines a strategy for creating portable membership tools. We'll see how Web Services and server controls give you ability to produce a s... |
| | Total Hits: 432 | Today: 0 | Author: ondotnet | Rating:  |
| |  Here are top ten tips for programmers getting their feet wet with ASP.NET. From changing the default names of controls and forms to using the StringBuilder class, these ideas will help coders make the transition to the .NET environment.... |
| | Total Hits: 486 | Today: 0 | Author: aspalliance | Rating:  |
| |  In Classic ASP, we were having only six objects and we have only less to learn. But now, in ASP .NET (V1 Framework) we have around 4,000 classes and 78,000 methods and properties. This is a beginners tutorial for ASP .NET. All examples have been worked out in VB.... |
| | Total Hits: 290 | Today: 0 | Author: MSDN | Rating:  |
| |  Webservicessamples.exe is a self-extracting executable file that contains a series of samples that demonstrate the features of Microsoft ASP.NET Web services. Webservicessamples.exe is a supplement to the following Support WebCast: Support WebCast: Microsoft ASP.NET: Advanced XML Web Services Using ASP.NET .... |
| | Total Hits: 328 | Today: 0 | Author: MSDN | Rating:  |
| |  Webservicessamples.exe is a self-extracting executable file that contains a series of samples that demonstrate the features of Microsoft ASP.NET Web services. Webservicessamples.exe is a supplement to the following Support WebCast: Support WebCast: Microsoft ASP.NET: Advanced XML Web Services Using ASP.NET .... |
| | Total Hits: 209 | Today: 0 | Author: MSDN | Rating:  |
| |  This step-by-step article describes how to create a sample ASP.NET Web service that uses output caching. Output caching caches the output response result of a Web service based on the Duration attribute that is specified for a corresponding WebMethod.... |
| | Total Hits: 276 | Today: 0 | Author: MSDN | Rating:  |
| |  This article demonstrates how to use an XML Web service using ASP.NET from a Visual Basic for Applications (VBA) macro in Word or Excel.... |
| | Total Hits: 208 | Today: 0 | Author: MSDN | Rating:  |
| |  In this presentation, you will hear about the development practice of accessing Component Object Model (COM) objects from ASP.NET. Because of the investment many developers have placed in COM, using it with newly created .NET applications is critical. You will learn about specific guidelines that help developers better use existing COM objects.... |
| | Total Hits: 97 | Today: 0 | | Rating:  |
| |  If you have a Web service that returns object arrays of size 0, the parameter is not deserialized correctly when the client receives the response.... |
| | Total Hits: 763 | Today: 0 | | Rating:  |
| |  This article describes how to write a simple Web service, called MathService, that exposes methods for adding, subtracting, dividing, and multiplying two numbers.... |
| | Total Hits: 657 | Today: 0 | | Rating:  |
| |  This article shows how DataSets, an XML-based way to represent disconnected data, can be returned from a Web service method. By exposing DataSets through a service, you can limit the database connections that your data server is experiencing.... |
|
|
|
|
|
|