Click here to Skip to main content
15,897,891 members
Articles / Operating Systems / Windows

Using a webservice to access data across multiple platforms

Rate me:
Please Sign up or sign in to vote.
2.83/5 (5 votes)
17 May 20077 min read 50.1K   204   27  
This article is to demonstrate how a XML based webservice can be used to create an access tool to multiple datasources across multiple platforms
<%@ WebService Language="C#" CodeBehind="~/App_Code/Service.cs" Class="Service" %>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
South Africa South Africa
I have been programming for 5 years, and doing web and software design for 7 years. I worked for a blue chip company in the UK working with the web interface of Software Security.

Comments and Discussions