A Sample SOAP Service
Provides a Price List for specified list of SKUs
Fields Summary
protected Hashtable
products
Constructors Summary
public PriceListService()
Zero Argument Constructor
Load product database with two sample products
products = new Hashtable();
// Red Hat Linux
products.put("A358185", new Double (54.99));
// McAfee PGP Personal Privacy
products.put("A358565", new Double (19.99));