A quick reminder that the SWX Contest deadline is tomorrow.
(more...)
I'm currently working on a stealthy little pet project of mine that involves creating a
PayPal Website Payments Pro API in
SWX. A couple of the methods in the API require quite a few arguments (all the billing-related fields for processing a credit card transaction, for example) and I quickly got sick of having to enter mock data manually in the SWX Service Explorer to test and debug methods calls. (This is one scenario where Transfer Object support would be helpful but adding that right now would complicate things too much.) So, to make things easier for myself (and hopefully some of you as well), I've added mock data support (both static and dynamic) to
SWX PHP and the
SWX Service Explorer.
Using mock data
(more...)
This demo requires Flash.
I was looking for a distraction from the PayPal integration stuff I'm working on today for my Super Secret New Project (tm) when I ran across Ted Patrick's Cards API post from yesterday and decided to quickly implement a SWX API for it.
(more...)
My friend Dan played around with SWXml yesterday and hacked together a simple RSS reader in three minutes:
(more...)