Python’s xmlrpclib – A Simple Example
Tuesday, March 21st, 2006I 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…)
Archive for the ‘Web Services’ CategoryPython’s xmlrpclib – A Simple ExampleTuesday, March 21st, 2006I 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: Getting Started with the FedEx API – Part 2Monday, February 13th, 2006Here 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 Getting Started with the FedEx APIThursday, February 2nd, 2006FedEx 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. |