Click here to Skip to main content

Web Services

Great Reads

by Stoyan Damov
Internet File System from scratch - making web services and peer-to-peer technology work together to build a virtual file system
by Roman Kiss
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.
by Roman Kiss
This article describes a .NET Application model driven by the Web Services using the Virtual Web Service Proxy (written in C#)
by Elmue
Demo of 6 completely different webservices also with SOAP

Latest Articles

by IInjac
In the second part of this series you learned about the MVC pattern. ASP .NET, Katana and you created your first managed service using Visual Studio.This part will cover the basics of custom controllers.   Custom Controllers Custom controllers are usual Web API controllers that you would
by Anant Beriwal
How Call hopping can be achieved in Nested WCF
by Snesh Prajapati
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.
by SibeeshKV
Calling an ASMX webservice from other server using jquery and PHP

Research Library

A gentle overview of Agile development's history and process, followed...
iOS 7, the latest mobile operating system for Apple’s iPhones and...
Despite the ever-changing mobile landscape, there are some constants in...
Want to develop better apps for the iPhone, iPad or other iOS devices?...

Discussions

by Snesh Prajapati on article "WCF RESTful services and WebGrid in...
by ext1812 on article "WCF RESTful services and WebGrid in...
by clprogrammer on Article "Accessing Remote ASP.NET Web Services...
by Member 10587234 on tip/trick "Creating Web Service Using PHP...
by [email protected] on Article "Common Problems while Consuming Web...

All Articles

Sort by Score

Web Services - ATL Web Services 

23 Mar 2007  
Dr.Luiji
How to auto-generate VC++ source and include it in your project
9 Mar 2007  
Dr.Luiji
Part 2: How to use the classes generated with gSOAP.
24 Apr 2002  
Laurent Kempé
C++ ATL Web Service delivering a JPEG picture grabbed from a Webcam to an ActiveX client
24 Feb 2010  
Daithi44
This article shows how to pass a JavaScript object to a .NET webservice that expects a parameter of type object.
27 May 2008  
Andrew Birt, Rahul Ravikumar
A framework for distributing scientific models over the web
Sort by Score

Web Services - Beginners 

4 Oct 2012  
Stuart Wheelwright
Using ServiceMon to obtain performance statistics for web services
7 Feb 2013  
LyndonL37
Generates the required WSDL file and SOAP server for receiving data from InfoPath (Document/Literal format).
7 Feb 2013  
Thando Khumalo
I struggled for four weeks trying to authenticate my Web service with AD group, I wanted to allow specific users to perfom specific tasks with the project. So finally I got it working and I thought I'll share this.
15 Jul 2010  
Mohamad K. Ayyash
A detailed development of a simple ASP.NET web service, in addition to configuring IIS server to host the service, finally creating an ASP.NET, Java and PHP web clients that consume the service.
24 May 2014  
MohamedKamalPharm
A step by step tutorial showing how to consume an ASMX Service from an application using AngularJS, highlighting common pitfalls.
30 Dec 2009  
Bhaskardeep Khaund
Introduction to Cloud Computing - SaaS.
27 May 2004  
Roman Kiss
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.
4 Feb 2011  
Pranay Rana
Create, Host (Self Hosting, IIS hosting) and Consume WCF Service
26 Dec 2010  
Yatin V Patil
Difference between ASP.NET web service and programming WCF services like ASP.NET web services
22 Feb 2002  
Simon Galbraith
An introduction to testing XML web services
27 Feb 2009  
Snail2009
The example below shows how to invoke an existing/external web service in BPEL. This example uses Eclipse, Eclipse BPLE designer Plug-In and Apache ODE.
6 Jun 2002  
Chris Maunder
An introduction to writing your first WebService
17 Jun 2014  
Sam Gerené
Factor 2 improved performance on VB-JSON Parser
12 Jul 2012  
Carlos Luis
A simple REST service with Perl and the Dancer framework.
18 Oct 2001  
Chris Maunder
An introduction to writing your first WebService using C++ with managed extensions
15 Aug 2002  
Jason Henderson
How to access and use a web service from a C# application, using the CodeProject Web Services.
6 Nov 2008  
titan4028
Email Sending Web Service without attachment
12 Feb 2008  
Duaa Al-ansari
In this tutorial I am going to show how to invoke web services, how to write to file and how to run file using JavaScript.
27 Dec 2007  
Asya Alshaikh
show how to call a web services inside ASP.NET web project. using a test published web services; Extentrix Web Services 2.0 Application Edition
Sort by Score

Web Services - General 

3 Nov 2001  
Roman Kiss
This article describes a .NET Application model driven by the Web Services using the Virtual Web Service Proxy (written in C#)
29 Sep 2002  
Stoyan Damov
Internet File System from scratch - making web services and peer-to-peer technology work together to build a virtual file system
19 Oct 2002  
Roman Kiss
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.
15 Aug 2008  
Yasser M. Jaffal
In this article, I discuss an example of how you can use information retrieval to grab data out of MSN Money pages to get a free Web Service for currency exchange rates and other quotes.
27 Aug 2009  
Elmue
Demo of 6 completely different webservices also with SOAP
4 Nov 2009  
Larry Aultman
How to catch and handle ASMX based SOAP exceptions in a WCF client.
21 Sep 2010  
Mohammad Elsheimy
This is another article that talks about URL shortening services. Today we are going to talk about Cligs, one of the popular shortening services on the web.
7 Nov 2011  
Rene Pally
How to intercept Web Service calls directly in the worker process.
25 Apr 2012  
Yaron Naveh
Ws.js is a Node.js module that allows to consume soap web services which utilize ws-* standards (ws-security, mtom etc)
8 May 2012  
Yaron Naveh
Call existing web services from within Node apps.
2 Jan 2013  
Christopher Hasanali
A tool used for publishing Microsoft Reports to a Microsoft WebService.
14 May 2013  
Farhad Hazraty Eini
Dynamic web service code generator
1 Jul 2013  
Phoenix Roberts
Sourcing content with Web Service APIs (Mashups)
27 Mar 2014  
Shenwei Liu
An article with sample application showing how and what we can do to improve and enhance a WCF and EF data access web service.
2 Feb 2014  
tonywilk
Example server and client using different protocols over a Websocket (php/js)
2 Feb 2014  
tonywilk
A JSON-based protocol for sharing data between multimple clients over Websockets
26 Feb 2014  
Ashwin. Shetty
3 different ways by which Exception handling can be done in ASP.NET WebApi
6 Apr 2009  
Kamran Bilgrami
This article demonstrates how you can monitor usage of your Web Services using .NET and SOAP Extensions.
15 Feb 2002  
Roman Kiss
This article describes a design and implementation (C#) of the Remoting over Internet using the Web Service as a gateway into the Remoting infrastructure.
13 Jun 2014  
Kim Togo
Use Ge.tt Web Services for real-time file publishing and sharing.
27 May 2010  
John Simmons / outlaw programmer
With some earlier design forethought, I was able to inject some significant code optimization into a current project.
7 Sep 2010  
I. Benian
An experiemental streaming implementation to reduce response time and increase throughput for highly composable/scalable web services.
26 Jun 2008  
Boaz Davidoff
Using multi-threading techniques to create a duplex (two-way) web service that can push events/messages to the client.
30 Jun 2003  
Bruno Capuano
Connect to a web service through a Proxy Server
22 Nov 2013  
Vagif Abilov
The article describes limitations of WCF Data Services client and shows how Simple.OData.Client can become a better alternative
14 Jul 2004  
Roman Kiss
This article describes a design, implementation and usage of the WSE Custom Transport over MSMQ.
18 Dec 2004  
Roman Kiss
The article describes a design and implementation of the logical connectivity driven by the config Knowledge Base and the WSE2 Messaging.
9 Feb 2011  
Erion Pici
Dynamic web service invocation and interoperability
3 Oct 2010  
Kanasz Robert
In this article, I will show you how to save big files into database using .NET Web Service and how to monitor transfer status.
26 Jul 2012  
Omar Frometa 1 alternative  
Learning how to make a call to a Web Service from a Stored Procedure.
11 Jun 2011  
Omar Al Zabir
There are some simple configuration changes that you can make on machine.config and IIS to give your web applications significant performance boost. These are simple harmless changes but make a lot of difference in terms of scalability.
16 Dec 2010  
Vincent-Philippe Lauzon
Samples showcasing usage of OData in .NET (WCF Data Services); samples go in increasing order of complexity, addressing more and more advanced scenarios.
22 Jun 2014  
Snesh Prajapati
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.
31 Jul 2011  
Omar Al Zabir
You can build async REST API using WCF but due to some bug in WCF implementation it does not scale as you would want it to. Here's my journey with Microsoft's WCF team to explore the problem and find the right fix.
30 May 2007  
Robertjan Tuit
ASP.NET and Ajax Webservices, not from a .asmx file, but from a compiled assembly with a little bit of reflection
11 Dec 2007  
aleksisa
An article on creating a Web service method to get NT service information
17 Sep 2008  
Victuar
This article describes how to use asynchronous Web Service method calls to implement callback events from a Web Service to its clients.
26 Sep 2013  
Rahul Rajat Singh
In this article we will talk about the basics of ASP.NET Web API.
7 Jan 2008  
Asya Alshaikh
Shows how to call a Web service inside ASP.NET Web project using a test published Web service: Extentrix Web Services 2.0 Application Edition
29 Jun 2010  
silverazure
This article describes a JSON data visualizer for popular Web Services like Google, Yahoo!, Bing, and Twitter using jQuery, JavaScript, and ASP.NET MVC 2.0.
21 Aug 2011  
Rene Bustos
I will show you how to get a response from a Web Service developed over .NET (version does not matter)
2 Aug 2012  
Himanshu Thawait
No config file needed – all setting in code only, No IIS – Self hosted, consume by channel factory
18 Jun 2013  
Kristen_Garrison
Consuming a Java Web Service with a .NET Client
25 Sep 2011  
Gary Stafford
A simple example of a non-ASP.NET restaurant menu and order form, which interacts with cross-domain RESTful WCF Services using JSONP and jQuery
6 Jul 2009  
Sohel_Rana
Returing JSON data from a Web Service and accessing it with JQuery.
12 Jul 2010  
Sandrino Di Mattia
An implementation of Google Reader in .NET
16 Jan 2010  
Omar Francisco
Techniques to enhance how customer address is captured by operators in any application
24 Sep 2010  
anshudutta
This article concentrates on building the Web Service from scratch using HttpHandlers, and will give a detailed understanding of operations that happen “under the hood”.
6 Jun 2013  
Nish Sivakumar
The article walks through using the Casablanca REST API library to consume a REST web service from C++ code
13 Oct 2009  
Homam Hosseini
This article digs into the details of accessing an ASP.NET ASMX Web Service from a remote AJAX client. It explains the configuration needed in the server side and describes a sample JQuery client that is able to call JSONP enabled services.
17 Jan 2014  
Assil
A running example of a duplex channel in WCF services.
6 Jul 2010  
Sandrino Di Mattia
What I would like to do in the following articles is connect to and consume Google services (with a focus on Google Reader) using .NET.
1 Jun 2013  
K K Kodoth
Document describes about One way web Method creation and consumption in Traditional ASP.net Web Service.
27 Feb 2003  
Jan Tielens
When you want to expose your custom made business objects through a webservice interface, and you want them to bind with a DataGrid, you have a problem that the generated proxy class exposes fields instead of properties. A possible solution is to generate at runtime, a wrapper for your proxy class.
21 Jun 2014  
Don Kackman
An easy to use Rest client using the Dynamic Language Runtime
13 Jul 2009  
Rafal Ziolkowski
Remote access to .NET Web Services using ExtJS.
10 Jan 2012  
amertarekt
How to call any web service from any programming language
9 Sep 2008  
Akrumooz
This is a proof of concept article (POC) to explain how the Kerberos authentication can be implemented to authenticate users when they need to request a web service.
19 Jun 2009  
Rafal Ziolkowski
How to use .NET Web Services in ExtJS
21 Jan 2011  
sowmyanarayanan
Introduces you to the basics of RESTful Web Services.
27 Jun 2014  
Snesh Prajapati
In this article we will learn how to create WCF RESTful services and consume those services in ASP.NET MVC 5 application using WebGrid Control.
28 Nov 2009  
Ajay Singh
Create an ASP.NET Web Service which returns data in JSON format and call it from a jQuery client.
25 Sep 2012  
Alexander Iacobciuc
This article is about a basic implementation of HTML5 client/server chat application.
7 Dec 2003  
Kent Liu
The converter for Chinese style & encoding, including the services build on it
10 Apr 2012  
Henning Dieterichs
A tutorial about how to write enhanced PHP-SOAP-webservices with automatic WSDL-generation
3 Jun 2010  
jonlist
An example of an implementation of a web socket server and how to interact with it from JavaScript
12 Feb 2009  
Gökmen BULUT
We can call any web service method using JavaScript soap client
28 May 2010  
jpreecedev
Discussion about developing PHP/SOAP Web Services and implementing them using C#.
28 Jul 2010  
Christian Kleinheinz
Using the VIES VAT number validation service provided by the European Commission's Taxation and Customs Union Directorate-General.
2 Apr 2012  
Bernhard Hiller
Some steps for consuming a Json web service from a C# application
19 Sep 2008  
Valentin Billotte
The proxy generated by the ADO.NET Data
17 Nov 2006  
aleksisa
Create a web service method to manage a NT service
7 Jun 2009  
Artem S. Dmitriev
This article will show how to transfer some data from one point to another
27 Jan 2010  
Dmitriy Nikitin, IntexSoft
THis article explains how to use the Single Sign-On technique in communicating between a Flex client and Axis based services.
27 Aug 2010  
Ravi Karia
This article explains WebService routing using WSE 3.0
2 Jun 2004  
HENDRIK R
Part two of this series introduces signing and encryption principals. It explains the steps to digitally sign and encrypt a message using the WSE and an X.509 certificate.
28 Oct 2008  
Kevin Yochum
Implement a gSOAP interface to eBay using Visual C++ 2008.
23 Feb 2013  
TejasDesai.NET
Getting started with HTML5 WebSocket
26 May 2007  
Kim Major
Show developers how to get progress notifications as data is sent and received from a web server during Web Service calls.
11 Sep 2003  
Pratik Desai
Article shows implementing Amazon web service in VB.NET.
31 Jan 2007  
salysle
This article describes an approach to providing users with the means to submit error information directly back to the software developers as errors are encountered during the use of a targeted application
15 Mar 2007  
CPF_
Using HttpWebRequest/Response to do basic web surfing
25 Oct 2009  
hussain.attiya
Uploading large files through web service method that will accept chunks of bytes
29 Jun 2010  
esupersun
This article explains how to consume a free IP2Country web service within a .NET application.
21 Sep 2010  
Mohammad Elsheimy
This is the first article of our series that talks about accessing URL shortening services programmatically. Here we introduce new concepts like the REST API. We also have a brief discussion of URL shortening services APIs and how you can access them. In addition, we are going to talk about .NET sup
15 Jul 2013  
Octavio Sánchez Huerta
Write a web service library for HP-UX server.
26 May 2007  
Ehsan Golkar
How to invoke web services without using add/Web reference
14 Dec 2005  
Nicholas Butler
A simple SoapExtension that examines the SOAP messages being passed to and from your web service.
8 Jul 2001  
matthew_from_hk
Tutorial on Creating ASP.NET Web Service
22 Mar 2009  
ideafixxxer
Describes how to avoid loss of performance when implementing SOAP extensions.
8 Dec 2005  
Roman Kiss
This article describes an implementation, concept and usage of the NULL transport for WSE 3.0.
11 Apr 2011  
Swati Kathuria
How to create a notification widget using JSON.
18 Apr 2011  
SprightlySoft
Automatically respond to Amazon Simple Notification Service messages
10 Oct 2012  
Sympletech
Article describing how to test JSON Webservices using C# so you can test your webservices in your unit tests
23 Feb 2003  
Ricardo Martins
Get and put files in your web server using Web Services
31 Oct 2008  
sacoskun
Simple examples on how to use the kSOAP library to invoke Web Service methods which are defined on .NET.
4 Jan 2006  
daniel_nilsson
An easy way to working with Flash and Web Services.
27 Jun 2013  
K K Kodoth
This document describes how to use the web service method calls efficiently and effectively, by making use of Asynchronous calling Mechanism.
9 Oct 2009  
Oshri Cohen
How to Create a task in Microsoft CRM 3.0
21 May 2013  
Md. Humayun Rashed
Single web service for both .NET web and desktop applications.
27 Dec 2013  
Rahul Rajat Singh
In this article we will look at the various ways of hosting ASP.NET WebApi.
21 Sep 2010  
Mohammad Elsheimy
This is a very hot article that you can’t leave without checking it first. This article is talking about the most popular and powerful URL shortening service ever, bit.ly. Today, we are going to talk about bit.ly API, its functions, and how you can access them from your .NET application.Don’t forget
9 Nov 2008  
Denis Dwornitzak
Overview of Microsoft's cloud platform
6 Mar 2006  
Roman Kiss
The soap.msmq transport update for the WSE 3.0, configuration and usage of the message exchange patterns.
11 Oct 2001  
Roman Kiss
This article describes how to subscribe the Web Service into the COM+ Event System using the C# language.
2 Jan 2010  
Dave Elliott
An application to download WSDL and related files and update them to be relative.
27 Jul 2010  
Jono Stewart
A utility class for accessing REST data sources
2 Jun 2004  
HENDRIK R
This article explains the first steps to build secure Web Services. It introduces the WSE specification and the easiest authentication mechanism based on username identification and password validation.
31 Dec 2009  
Anantjot Anand
This article will show you how to use Soap Panda, a SOAP client tool application.
4 Feb 2007  
Russ Quinn
How to serve XML from SQL 2005 through a WebService
13 Sep 2011  
Diptee Warudkar Dalal
This article presents the REST architectural style. It outlines its concepts and the adoption of its concepts in building web services. It also presents some of the commercial adoption of REST.
8 Jun 2011  
Ivan Krivyakov
A program that checks whether SOAP message conforms to WSDL
3 Mar 2014  
ManishHPatil
REST – Representational State Transfer, implementation
21 Sep 2010  
Mohammad Elsheimy
Another article of our series that talks about accessing URL shortening services programmatically. This article is talking about is.gd shortening service, how you can use it, and how to access it via your C#/VB.NET application.
19 Feb 2007  
Bruno R. Figueiredo
We will create code that will generate all the JavaScript necessary to call a WebService, sending and recieving JSON. This will allow us to choose which JavaScript library (such as Mootools, prototype, scriptaculous, etc...) to use and still be able to perform this task.
9 Mar 2007  
Koushik Biswas
Have you written a web service that will be deployed over HTTPS and you want to test it on your own box? Have you written a client that needs to call a web service using a client certificate, and want to test it without involving half your company? Here's how to do it!
6 Jan 2009  
carlosmsr
A working implementation of a REST service in .NET 2.0.
1 Apr 2004  
Neil Yao
A base class to ease the work of calling a webservice in C++.
30 Jun 2008  
Ahmed Shokr
How to authenticate .NET web service with custom SOAP Header
19 Dec 2007  
Suriel Bendahan
Add a security level to your Web Services using the ASP.NET Forms Authentication.
23 Jan 2009  
xbadenx
This article shows you how to geocode existing addresses, then run distance calculations for geolocation within a given radius.
28 Sep 2011  
s.jdm
This post helps us to understand the mechanism behind creating a proxy class while adding a Web Reference. More importantly it concentrates on the parameter values that get missed while calling a web service method.
3 Mar 2011  
Jim Roth
How to use xsd.exe to create Web Service methods that will return strongly-typed data to the consumer.
21 Jan 2008  
salysle
An article on geocoding a physical address using Yahoo Web Services and C#
26 Oct 2007  
rospy
Invoking a Java/AXIS Web Service from a .NET-based client. Using the automatic web reference addition provided by VS.NET may cause an empty (null) response.
9 Oct 2009  
Oshri Cohen
How to detect a duplicate entry in Microsoft CRM 3.0
19 Oct 2008  
Shyam Bharath
Web Services consumption using MonoDevelop and GTK#
2 Mar 2011  
Won Dong
To utilize cloud service as an anonymous desktop environment in Amazon S3 and EC2 Windows instances
29 Nov 2003  
Paul Reeder
Implements a DNS updating service via XML Web Services.
2 Aug 2008  
Bobby Soares
Describes how to use JSON serialization functionality in .NET 3.5 to add JSON support to a standard ASP.NET Web Service.
2 Aug 2007  
Juan Jose Luna
.NET Client sending and receiving complex SOAP messages from Java Axis web service
9 Oct 2007  
Andrew Golik
A Data Access Object pattern implementation
26 Feb 2003  
Ricardo Martins
This is a simple web service that can be used to validade a regular expression.
5 Mar 2004  
Stevan Rodrigues
The WebService behavior enables methods that are implemented on Web Services to be called from client-side script in a web page. The main advantage of the WebService behavior is that it is now possible to update contents of the web page without reloading the whole page.
18 Aug 2005  
Rahman Mahmoodi
An article on background, advantages, and usage of Web Services.
10 Feb 2008  
Balamurali Balaji
This article explains how to call a Web Service method using the XmlHttp protocol encapsulated by the XmlHttpRequest object.
3 Mar 2009  
christophilus
A Windows application (.NET) which allows the user to GET, PUT, POST, or DELETE data to a URI
11 Sep 2009  
askaslam
Calling a Web Service without adding a web reference
11 Feb 2007  
Jeff Chong (Singapore)
Use reflection to extract information from DLL and generate web service code
6 May 2009  
ahkayastha
Basics of Web service, and how to use it
18 Aug 2007  
Sidhartha Gundavarapu
This article provides a solution to the configuration file overwriting problem while developing WCF Services and using Visual Studio for development
6 Aug 2008  
Forkossigan
Show developers how to manage state of long running web service and then use this state in Ajax enabled web form
19 Dec 2007  
Michael B. Hansen
Bypass firewall content restrictions by wrapping SOAP messages as ordinary HTTP POST with just one line of code.
3 Jul 2008  
Jonathan Lathigee
A webservice to transcode videos to FLV, while maintaining aspect ratio
29 Jun 2006  
Gökmen BULUT
This article will help you to call a web service directly from an HTML page
21 Jan 2008  
salysle
An article on uploading any file type through a Visual Basic 2005 Web Service
31 Oct 2009  
AymanAminIbrahim
Using the Microsoft Dynamics CRM 4.0 Web Services SDK example.
19 Jan 2009  
Mohan Pindyala
Workflow calculator WCF service, an example of long running workflows
5 Apr 2004  
Roman Kiss
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.
1 Jun 2003  
joel garel
How to invoke Web Services with Visual C++ .NET
5 Nov 2007  
Aman Sura
This article provides a quick and comprehensive overview of ASP.NET and ATL Web Services.
14 May 2011  
Priyank Kabaria
This article describes how you can call WCF service from a remote machine
19 Jan 2008  
salysle
An article on consuming the Yahoo! Local Search Service in a Visual Basic WinForms Application
11 Jul 2009  
Kishore Nandagiri
Common problems and solutions while consuming SSL enabled web services in .NET
9 Oct 2008  
dheerajindian
How to perform function overloading in Web Services
9 Nov 2006  
Britney S. Morales
This article teaches how to use a currency converter Web Service from www.xmethods.net in order to get exchange rates between currencies.
26 Jun 2007  
Pramirez
Call Web Services methods without adding a web reference.
13 May 2012  
Prabhat Spark
A generic autocompletion WebMethod for multiple AutoComplete Extenders
18 Jan 2008  
salysle
An article on Geocoding a physical address using Yahoo Web Services and Visual Basic
21 Jul 2010  
Tommie Carter
How to create a stub that posts information to a Web Service via HTTP POST.
24 Aug 2008  
okdone
Calling a Web Service from an HTML page using AJAX. Sample Web Service application also included.
10 Feb 2009  
Eddy Vluggen
How to import a database-dump from GeoNames.org into SQL Server
2 Aug 2010  
Dain Ucak
How to make an intellisense textbox using web service and JavaScript which works with all platforms (IE, Chrome, Firefox) without problems
14 Oct 2006  
interface Mirror
How to return a user defined Object from webservice
12 Sep 2004  
BAIJUMAX
This article deals with calling webService (managed C# webservice) from MFC (unmanaged) application by retaining the session using Cookies Container
18 Dec 2003  
KRISHNA PRASAD.N
This paper provides basic information about Business Process Integration (BPI) and few technical approaches...
12 Nov 2007  
Ambuj kumar
Enabling custom proxy code generation.
19 Feb 2007  
Ivan Krivyakov
Using WSE to talk to a UNIX-based Kerberos-enabled web server.
30 Mar 2007  
CPF_
After Part 1 - The basics - We will try to extend our application.
17 Apr 2007  
BillyLiu
Extract XML Data from Soap Message
11 Mar 2004  
kodandapani, Kodanda Pani
This article describes how to secure your web services using SOAP extensions.
25 Sep 2003  
DudleyDoorite
Change WebService server locations at runtime.
12 Sep 2008  
John.Jiang
We can use Microsoft SOAP protocol to transfer files between a client and a server. It's easy to do it even through a firewall, and also it's cross platform.
27 Feb 2005  
Vimal Kamothi
Consume WebService Using SOAP
12 Nov 2008  
rawwool (Rahul Kumar)
How to get TFS pending check-in statistics through a .NET web service.
10 Oct 2006  
mastergaurav
This article describes, by means of a simple example, how to maintain states across multiple operations in a web service.
16 Sep 2008  
okdone
How to call a Web Service from an HTML page using AJAX and HTTP POST (for all browsers).
30 Oct 2005  
Srinivasan Venkatachalam
Create WebServices and bind a DataSet to a DataGrid.
26 Nov 2007  
Krisztian Batyai
Picture Cache & DAL (WebService & App cache(
19 Sep 2009  
Oshri Cohen
How to upload a file attachment to any CRM 3.0 entity.
27 Feb 2002  
pedro
Read and write XML files.
9 Oct 2009  
Oshri Cohen
How to retrieve the system user list efficiently from Microsoft CRM 3.0.
1 Oct 2007  
Ganesan Sankaran
How to create a Web Service in Notepad: most often asked in interviews.
22 Aug 2010  
Tako.Lee
SQL Formatter Web Service
13 Mar 2004  
Amalorpavanathan Yagulasamy(AMAL)
About XML Web Services and its Components
18 Jan 2008  
salysle
An article on consuming the Yahoo! Local Search Service in a C# WinForms Application
24 Jul 2008  
eyeseetee
An article explaining how to edit and display database values in a DropDownList in a GridView column
7 Aug 2008  
Trenton Moss
A basic introduction to user interviews, a great way to build research on your users and help improve the usability of your site.
13 Jun 2007  
Tohar
Solve the problem of failing to update a WebService after upgrading to NET 2.0 using VS2005 (using JBOSS).
16 Mar 2009  
Chanh Pham Minh, Binh Nguyen Quoc
This article describes the basic steps to interact with a UDDI server.
22 Feb 2010  
Dmitriy Nikitin, IntexSoft
This article explains how to protect connections between Flex client, Axis based services and OpenSSO server using SSL.
21 Sep 2010  
Mohammad Elsheimy
Just another article of the URL shortening services series. Today, we are going to talk about another hot and easy-to-use service, it's Tweetburner. If you haven't used it before, then it's the time to. We're going to discuss how to use Tweetburner first. After that, we'll inspect its API and learn
31 Dec 2010  
Joe Sweeney
How to build a multi-purpose Web Service for recieving multiple data feeds.
4 Apr 2011  
danishchopra
This article explains in detail about how to consume the Tinyit.cc link shortening and tracking service API in your C#/VB/PHP based web applications. Tinyit.cc is one of the best URL shorteners and provides a free API to access their spam free link shortening and tracking service.
12 Apr 2013  
Amogh Natu
This article mainly explains what webhooks are, how they can be created and used and also a sample example showing the use of webhooks.
6 Aug 2013  
fabien.philippe
This article is about publishing a SOAP 1.2 web service that is not using any action parameter.
17 Oct 2013  
Leung Yat Chun
Framework library for designing RESTful home cloud services using an FSI like interface.
17 Oct 2013  
Leung Yat Chun
Framework library for designing RESTful home cloud services using FSI like interface.
8 May 2014  
Peter Carrasco
Add feature authorization to your MVC application with Roles
Sort by Score

Remoting 

7 Jan 2003  
Roman Kiss
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.
6 Jul 2007  
Nguyen-Thanh-Tung
Use SOAP to communicate with a remote DB Server (Here I use SQL Server) on the Internet and get information or interact with the database
30 Apr 2008  
ayrilmaz
How to publish a remote object using IIS (Internet Information Server)

Advertise | Privacy | Mobile
Web01 | 2.8.140705.1 | Last Updated 8 Jul 2014
Copyright © CodeProject, 1999-2014
All Rights Reserved. Terms of Service
Layout: fixed | fluid