// Note: This code calls the "numbercs.asmx" web service on my server.
// It returns the addition of two integers. You web service will
// return a true or false to indicate whether or not the SKU is in
// stock. It should be easy to adapt this code for your use.
<%@ Page Language="C#" Debug="true"%>
<%@ Import Namespace="System.Net" %>
<%@ Import Namespace="System.IO" %>