Archive for the ‘Web Services’ Category

Python’s xmlrpclib – A Simple Example

Tuesday, March 21st, 2006

I used XML-RPC for the first time today. I didn’t really know what it was so I was basically just scratching around in the dark. Alas, here’s what I found out so far:
(more…)

Getting Started with the FedEx API – Part 2

Monday, February 13th, 2006

Here you will learn how to write a working program to utilize part of the FedEx API. Although the program we will write looks short, it represents hours of trial and error, 5 support requests, and a lively discussion on the Python mailing list! So make sure you savor this advice thouroughly ;-)

(more…)

Getting Started with the FedEx API

Thursday, February 2nd, 2006

FedEx offers an API that lets you do some pretty interesting things such as getting ship rate estimates, checking service availability, the all important printing shipping labels, and more.
I’m hoping this short guide will get you up and running with the FedEx API as quickly as possible.
(more…)