For .NET/Classic ASP/VB6 Client or
Its new WCF Service (supports REST/SOAP/RSS/ATOM Feeds) front-end - original complex data types web service (not compatible with J2ME/JAVA.) To use with Classic ASP/VB6, requires the use of the Microsoft SOAP Toolkit. To use with AJAX on .NET, you will need to look at this article
Consuming a remote web service with AJAX on .NET. You can use this web service with
Ajax Data Controls, and normal asp.net server controls, with the help of the
AjaxControlToolkit. Note if using the GetAllData4Desktop method in your client you will need to increase the maxmessagesize limit in the clients config file. This service only provides http connection as its running on IIS v6 on Windows Server 2003.
For step by step screenshots of how to consume the .NET Web Service, in a .NET win/web app using VS2005/vs2008, you need to go here. When using the wcf service, you only need the <basicHttpBinding>
in the web.config file, as our service doesn't use the <webhttbinding> . You can also use the WCF Restful service in your own RESTful client
(including iPhone (using a XML library such as GDataXML/TouchXML, etc..)/Phone 7), as our wcf service now returns pure xml documents via the RESTful method.
Screenshot of .NET Share Price Web Service