

Main Categories
Most popular tutorials
Latest tutorials on Geekpedia
RSS and Klip feeds
More Resources
CoDe Magazine
We have 85 Web Services tutorials, you can see below:
SQL Formatter Web Service
This article focuses on developing a workflow client device application for pocket pc.
Use SOAP to communicate with a remote DB Server (Here I use SQL Server) on Internet and get information or interact with database
Article describes, by means of a simple example, how to maintain states across multiple operations in a web service
Using WSE to talk to a UNIX-based Kerberos-enabled web server
This article will help you to call a web service directly from a html page
How to return a user defined Object from webservice
Exchage data securely with a Web Service without HTTPS
Create a web service method to manage a NT service
An article on background, advantages and usage of web services.
Create a simple, scalable XML-consuming rules engine in just a few minutes using Open XML.
Bypass firewall content restrictions by wrapping SOAP messages as ordinary HTTP Post with 1 line of code
This article is a simple, step-by-step guide for those who have ideas and want to quickly implement them. We’ll use code to demonstrate how easy it is to build an application on Amazon S3. We’ll also highlight questions that you may ask before releasing an application.
Create a web service method to get NT service information
The converter for Chinese style & encoding, including the services build on it
The soap.msmq transport update for the WSE 3.0, configuration and usage of the message exchange patterns.
A parallel web services example for .NET 2.0 written in C#.
How to server XML from SQL2005 through a WebService
This article describes a design and implementation of the Remoting over Internet using the Advanced Web Services Enhancements - DIME technology. This solution allows to flow the binary formatted Remoting Messages through the Web Server included uploading and downloading any types of the attachments.
An article on how to dynamically access Webservices bypassing the App.Config file entries.
Here, you can read about a Serialized webservice which can return multiple rows.
A simple and easy-to-understand project on how to configure Web Service calls from client applications at runtime.
This article will help you to know how to use web services in .NET
Introduction into the world of pay-per-click webservices with sample web service and client application
A C# class that allows to run web service asynchronous to handle events during them.
What\'s That Tune? is a light-hearted mashup of three web services in C#. This proof-of-concept records audio from a microphone, saves it to Amazon S3, creates a task for workers to name the tune using Amazon Mechanical Turk, then polls Amazon ECS for related albums.
The Tiny Logger is a lightweight logging solution for an Indigo Message Exchange pattern on the MessageBus. This article describes how to build an Indigo Port Extension to log and publish messages on the Console host process . It is useful for evaluating the MSDN Indigo samples or for test purposes.
Using XML CDATA nodes to send files via a web service.
This article describes transport for web services through MQ, provided as an implementation of SOAP Transport interface of the Web Services Enhancements (WSE 2.0).
Advanced asynchoronous WebServices.
Project to emulate Description, Discovery and Invocation of Web Services
Implementing WS- AtomicTransaction in Indigo.
Simple authentication for web services using SOAP headers.
This article describes the development of a C# WebService along with a WinForms client application.
How to support loosely coupled integration by invoking Web Services dynamically, without setting a Web Reference.
A simple mechanism to authenticate users to a WebService.
This article describes how to build and use static proxy classes to access a web service
A very simple client program that uses Google\'s web service
C# Web Service to translate text using Babelfish.
ASP.NET Web Service written in C# to grab a picture from a webcam
Gives a step by step procedure to access a Web Service from a C project through a C# library.
ASP.NET Web Service written in C# to grab a picture from a webcam using DIME specification
Web Service that e-mails results of a SQL Query as Excel Spreadsheet attachments
Explains how to communicate asynchronously with .NET webservices
The article presents the design of a WebService consisting of a general part and add-ins to process user\'s requests of different types. Such architecture simplifies dedicated add-ins allowing them to share general part facilities.
Local web service calls third party web service which returns XML data and serialization fails, the article shows how to obtain the actual SOAP message.
How to push HTML content to a blackberry handheld using MDS
This article outlines a technique to overcome the problem of sending large files via web services.
An article that describes how to create server-side asynchronous service methods for ASP.NET and WinFX, thereby freeing up resources on the server to handle more clients simultaenously.
This article describes a .NET Application model driven by the Web Services using the Virtual Web Service Proxy (written in C#)
OmniSearch attempts at showing a way to reduce the number of hits to the Google Web Service by Caching Searches.
This project shows a simple implementation of Username and Kerberos Tokens in Web Services using C# (Microsoft Visual Studio 2003 using WSE 2.0).
This article will clarify and explain in detail the different Web Service Design Methodologies as defined by the Web Services Standardization Groups, clarify the terms, highlight their differences with pros and cons.
This article describes how to subscribe the Web Service into the COM+ Event System using the C# language.
The DIME Bridge transferring a web service response (any serializable object) in the binary format across the Internet. It\'s a full transparent loosely coupled solution between the web service and its consumer - just injecting the bridge in their config files.
This article describes an implementation, concept and usage of the NULL transport for WSE 3.0.
Passing large amounts of data through web services can become a huge bottle-neck in a WAN application architecture (i.e., server is on the web), and in any case, a real load on the network traffic. This is one solution for downsizing the network costs.
Describes an approach for delivery of Soap Messages serialised using ASP.NET Web Client Services over TCP/IP
A simple SoapExtension that examines the SOAP messages being passed to and from your web service.
Create a code39 barcode using a webservice in C#
Modeling WSDL and XML schema on a TreeView control and generating XML document from XML schemas.
This article describes a design, implementation and usage of the WSE Custom Transport over MSMQ.
The article describes a design and implementation of the logical connectivity driven by the config Knowledge Base and the WSE2 Messaging.
Using the WebService Probe to publish details of the \"talking\" between the web service and its consumer. Here is its design, implementation and usage in the WebService Analyzer Studio.
This article describes a design and implementation (C#) of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure.
Discussing the implementation of the Begin/End pattern (.NET 1) and the event-driven model (.NET 2).
Describes an approach for delivery of Soap Messages serialised using ASP.NET Web Client Services over MSMQ and MQ
How to access and use a web service from a C# application, using the CodeProject Web Services.
Web Services in C# and .Net
Thinking of writing apps that interact with the new Google Calendar? Tim Stevens, our API guy, gives you an overview of the raw GData interface, digs into the .NET flavor of the Google Calendar Data API, and shows and example that interacts both with Outlook and Google. In just a few minutes, you\'ll understand how to use this powerful service.
This step-by-step article demonstrates how to use a Web service to receive and to update data from a database by using a DataSet object. This article also demonstrates how to reference the Web service in a client application and how to display the returned DataSet in a DataGrid control so that you can update that data and send the updates back to the server.
Learn to create a .NET Web Service using C# and examine the Discovery protocol, UDDI, and the future of Web Services.
This article uses some of the built-in advantages of the Visual Studio .NET IDE to build a WebForm consumer of that same webservice.
This step-by-step article shows you how to write a simple Web service, called MathService, that exposes methods for adding, subtracting, dividing, and multiplying two numbers.
Using an web service to determine the originating country for an IP address.
This article is a continuation of the introductory Web Services article and expands with specific examples of passing ADO.NET DataSet objects over Web Services to be consumed in a Windows Form application. The article discusses the DataSet object in some detail and delves into how data is consumed and displayed in the Windows Form environment along with a number of related issues such as security.
Learn how to create an application that consumes a web service, more exactly the Amazon Web Service. Build a Windows application that searches for books, music or movies based on keywords.
Learn how to create your own C# Windows application that searches Google and returns results using the Google Web Service. The Google Web service is free, and you can download their developer kit without being registered, but if you want to do anything meaningful you’ll first need to register on their website.
This tutorial will show you how to query images from Google programmatically. The source files include two projects. One includes a DLL which can be used to query Google image search programmatically, and one is a project that includes a simple application which enables you to run a query and display all the resulting images dynamically on the form.
Learn to create and deploy custom SOAP Extensions. This article focuses on creating a Compression Extension that can be used to compress SOAP Messages used by Web Services.
This sample shows how to integrate search into your application using the Google Web Service API.
This article series shall attempt an explanation that will go beyond the basics of web services.
Here I am going to explain Web methods and how to write Web methods in C# and VB.NET.
Here we are going to learn how to create a WebService using VS.NET (using VB.NET.) and consume the Webservice from VB.NET Client. This Article is based on VS.NET RC1 Release.
The .NET Framework is a new computing platform designed to simplify Windows application development in the highly distributed environment of the Internet. Common Language Runtime (CLR) is the Heart of the .NET Framework. CLR is responsible for loading and executing a compiled program. It also handles memory handling through Garbage collection.