Cocoa XML-RPC Client
jopen
12年前
XML-RPC Client是一个基于 Cocoa 的开发者工具,用于Mac OS X系统。能够让你从舒适的桌面访问和调试 XML-RPC Web 服务。
使用XML-RPC客户端是出奇的容易。
- 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, structs, dates, and base64 values to an arbitrary depth).
- Click "Execute".