CMB SYSTEMS, INC.
cftags@cmbsystems.com

     Version: 2.0
    Platform: ColdFusion MX for Windows
Release Date: 24-Jun-2002
-----------------------------------------------------------------------------------------------

UNITED STATES POSTAL SERVICE LICENSING REQUIREMENTS
  According to licensing requirements set by the United States Postal Service, customers
  that purchase this tag must register with and be authorized by the US Postal Service to
  use the functionality of their APIs.

  Please visit http://www.uspswebtools.com/ and click to Register and be licensed to use
  the "Domestic Rate Calculator" and "Address Information" APIs.  Once you are registered
  and authorized, simply pass the provided userid and password in the tag's usps_userid
  and usps_password parameteres.  While you apply and are authorized to use this tag, you
  can ignore these parameters when using this tag.

INSTALLATION
  To install these tags simply copy "USaddressVerification.cfm" to the application folder
  from where it will be called or to the Cold Fusion Custom Tags directory for the tag to
  be available to any Cold Fusion applications on your server.

USAGE
  For usage and more details on how the tag works, review the contents of
  rateInternational_test.cfm

  <CF_USAddressVerification
    streetAddress1 = "666 FIFTH AVENUE"
   [streetAddress2 = "Suite 201"]
    city           = "New York City"
    state          = "NY"
    usps_userid    = ""
    usps_password  = ""
   [debugOutput    = "YES"]
  >


  REQUIRED PARAMETERS

    streetAddress1

    city

    state
      The value must be a two letter abbreviation



  OPTIONAL PARAMETERS

    streetAddress2
      its value is usually passed-through back to the calling template although sometimes it
      is updated based on USPS records

    debugOutput
      When debugOutput is set to YES, a file (ddMMMyyyy_HHmmss.xml) is created in the folder\
      where the tag is executed.  It contains the raw data returned by the USPS Address
      Verification API.




*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
  The variables "returnCode" and "errorMessage" are returned with each call as with the
  fields you passed, "streetAddress1," "streetAddress2," "city" and "state."
  Most importantly "zip5" and "zip4" are returned after they were obtained from the USPS
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

  
  For more information, visit http://www.cmbsystems.com/projects/cftag/USAddressVerification/ --
  You can also e-mail me directly at cftags@cmbsystems.com

  Thank you for purchasing CF_USAddressVerification from CMB Systems!!

  Claudio Betancourt
  CMB Systems, Inc.

-----------------------------------------------------------------------------------------------
23-Jun-2002