Login

    Register

Managed Hosting

PROJECT CATEGORIES

 

ColdFusion UPS Package
Project Home Known Issues Contact Project

Author: Raymond Camden (All RIAForge projects by this author)
Last Updated: May 19, 2011 2:52 PM
Version: 0.9.2
Views: 53,343
Downloads: 2,921
License: Apache License, Version 2

Description:

The ColdFusion UPS Package is a set of components that make it easy to work with the various UPS services.

Currently there is support for Address Verification, Shipment Tracking, and Service Rates. (Although the service rates should be considered alpha quality.)

Last Update:

Made negotiatedRates optional in rateservice. Using it makes other things required so you should only enable it when prepared to send the additional arguments.

Requirements:

ColdFusion MX 7 is required for the CFCs to operate. Mainly this is due to the use of "result" in the CFHTTP calls. You could make the CFCs work in MX6 by removing this attribute and using the CFHTTP variable. This reduces the threadsafety of the CFCs but it should still be safe to use.

You must have a UPS XML key and username/password.

Issue Tracker:

ID ISSUE STATUS UPDATED
4 NegotiatedRates not defined Fixed 01/03/11 5:59 PM
3 Unscoped Variables Fixed 01/03/11 12:33 PM
2 PICKUPDAYTIME in timeintransitservice.cfc Open 06/19/07 5:18 PM
1 Use a type for the exceptions you throw Open 01/23/07 9:07 AM

View All Issues

To enter issues for this (or any other) project, you must be logged in.

Subversion Access:

You may access this project's Subversion repository with your client here: http://svn.riaforge.org/cfups.

To view files and changelists associated with this repository, go here: http://cfups.riaforge.org/index.cfm?event=page.svnbrowse.

Anonymous users have read access to the repository while the administrator has write access.

This project is sharing its code via Subversion. Subversion is an open source source control method. You may find more information about Subversion here: http://subversion.tigris.org/