Print UPS labels - Rails plugin or available web service?

Does anyone know of a Rails plugin or an available web service that
allows for printing UPS shipping labels?

Andy wrote:

Does anyone know of a Rails plugin or an available web service that
allows for printing UPS shipping labels?

Perhaps UPS offers an API or web service?

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

On Thu, 2009-07-30 at 20:50 +0200, Marnen Laibow-Koser wrote:

Andy wrote:

Does anyone know of a Rails plugin or an available web service that
allows for printing UPS shipping labels?

Perhaps UPS offers an API or web service?

A quick Google on ‘UPS web service api’ led me here:

http://www.ups.com/e_comm_access/tracking?loc=en_US

HTH,
Bill

On 30 Jul 2009, at 19:50, Marnen Laibow-Koser
<[email protected]

wrote:

Andy wrote:

Does anyone know of a Rails plugin or an available web service that
allows for printing UPS shipping labels?

Perhaps UPS offers an API or web service?

UPS certainly do offer an XML service for arranging shipments. It
responds with a base64 encoded shipping label.

Ben