|
Calling web services from behind a proxy server
|
Total Hit (2135) |
When you use a web service's proxy class, the calls to the web service might fail if you're behind a proxy server. To solve the problem, you set the Proxy property of a web service's proxy class to an instance of WebProxy, that contains the HTTP proxy settings needed for the web method calls. Here's
....Read More |
Rating
|
|
|
Make read-only properties visible to Web Services clients
|
Total Hit (2102) |
Read-only and write-only properties in a Web Service class aren't visible to the Web Service client. The reason is that XML serialization doesn't support these sort of properties, and read-only and write-only properties aren't included in the Web Services Description Language (WSDL) documentation.
....Read More |
Rating
|
|
|
|
Using Visual Basic .NET to Access Google's Web Service
|
Total Hit (1675) |
Learn how to access the Google Web APIs service from a Visual Basic .NET Windows front end. This article describes how to call a SOAP Web service, execute a Google search, access a page in Google's cache, and call the Google spell checker.
|
Rating
|
|
|
XML Web Services (RPC the Easy Way)
|
Total Hit (2261) |
This sample chapter covers following things
«LI»The Role of XML Web Services in a Distributed System
«LI».NET Remoting vs. XML Web Services
«LI»XML Web Service Plumbing
«LI»The Role of IIS
«LI»Creating a Virtual Directory
«LI»The XML Web Service File Format
«LI»Creating an XML Web Service
....Read More |
Rating
|
|
|
Consuming a Web Service from a Win Form Application
|
Total Hit (920) |
I guess you might be having some information on what Web Services. If not you can read .net101's article about Web Service Part 1 -Basics. In the current article we will be concentrating on building and consuming a Web Service which delivers "Stock Quotes" on the .NET Platform. We will be using Yaho
....Read More |
Rating
|
|
|
Building a Stock-Quotes Web Service
|
Total Hit (1414) |
I guess you might be having some information on what Web Services. If not you can read .net101's article about Web Service Part 1 -Basics. In the current article we will be concentrating on building and consuming a Web Service which delivers "Stock Quotes" on the .NET Platform. We will be using Yaho
....Read More |
Rating
|
|