ASP.NET
  Home arrow ASP.NET arrow Using XML Web Services in Traditional ASP
IBM developerWorks
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
ASP Web Hosting  
ASP.NET Web Hosting 
Dedicated Servers 
Actuate Whitepapers 
VeriSign Whitepapers 
Windows Web Hosting
 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
ASP.NET

Using XML Web Services in Traditional ASP
By: Luke Niland
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 4 stars4 stars4 stars4 stars4 stars / 5
    2007-08-07

    Table of Contents:
  • Using XML Web Services in Traditional ASP
  • Looking at the XML
  • Formatting the Data Using XSL
  • Putting it all Together

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT

    AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th -1:00PM EST. Register Today!

    Using XML Web Services in Traditional ASP


    (Page 1 of 4 )

    There are a lot of services out on the web now (such as Flickr and Digg) that allow developers access to their data over an API and web service. Most of this data is available to everyone as long as they have registered with the service and have a valid API key. This article will explain how to put this data to use in your own applications.

    Background 

    The data that the services offer is normally XML, sent over an HTTP connection. This means that by using your web-based applications, you can leverage the power of these services into your own applications, or create one that does a job the service does not currently offer.

    This is very good for both the company providing the service and the end user. The company gets lots of good press for opening up their services and attracts people to use them for different purposes. Users can take an existing, reliable service and mold there own applications around the existing framework.

    In the article we are going to access data from Flickr.com, the photo sharing web site. We are going to create a web picture gallery based on data that Flickr.com provides users with. The script is going to be written in traditional ASP, but the main focus of the article will be formatting the data from Flickr using an XSL file.

    Getting Started

    Before starting, you will first need to have an account on Flickr.com with some pictures in a set. You will also need an API key. To apply for a key, go to http://www.flickr.com/services/api/keys/apply/ and fill in the form; they will then email you details. Once you have your key, we are ready to start.

    More ASP.NET Articles
    More By Luke Niland


       · if server.CreateObject("microsoft.xmlhttp") is used in asp, pages can seem to hang...
     

    ASP.NET ARTICLES

    - Enhancing PHP Via the ASP.NET AJAX Framework...
    - Enhancing PHP Programming with the ASP.NET A...
    - Classes and ASP.NET AJAX
    - Using ASP.NET AJAX
    - Building a Simple Storefront with LINQ
    - Developing a Dice Game Using ASP.NET Futures...
    - Completing an ASP.NET AJAX Server-Centric Ba...
    - Information Management for an ASP.NET AJAX S...
    - Comment and Order Management for an ASP.NET ...
    - Back-end Management Tasks for an ASP.NET AJA...
    - User Information Management for an ASP.NET A...
    - Adding Comments and Search to an ASP.NET AJA...
    - Order-Related Modules for an ASP.NET AJAX Se...
    - User and Role Management for an ASP.NET AJAX...
    - Programming an ASP.NET AJAX Server-Centric B...

    Iron Speed




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway