| Version | 1.6 |
|---|---|
| Publisher | Todd Ditchendorf |
| Release date | Aug 26, 2008 |
| Date added | Jul 6, 2006 |
| Os requirements | Macintosh, Mac OS X 10.4 PPC, Mac OS X 10.4 Intel |
| Requirements | Mac OS X 10.4 or laterUniversal Binary |
| Total downloads | 759 |
| Price | Free |
Description
XML-RPC Client is a free Cocoa-based developer tool for Mac OS X Tiger that allows you to access and debug XML-RPC web services from the comfort of your desktop.
Using XML-RPC Client is insanely easy.
Type in the desired XML-RPC Endpoint URL. Type in the specific desired XML-RPC function to call. Now the interesting part... type in the params for your XML-RPC function call using JavaScript syntax for all of the XML-RPC datatypes (including arrays and structs to an arbitrary depth). Click "Execute".
Upon completing the function call you will see three groups of information in the main tabbed display:
XML Request: This is the raw XML request you have just sent to the server. XML Response: This is the raw XML response you have just received from the server. Object Response: This is a psuedo-code representation of the objects that were returned from the server.