Fields
Sample data
This step makes a live XML-RPC call, so the result depends on the service and procedure you call. The example below calls theversion procedure with no parameters.
| Field | Value |
|---|---|
| Request URI | /xmlrpc/2/common |
| Remote Procedure | version |
| Request parameters | (empty) |
<params> section of the message. The service’s XML response is then parsed and becomes your data for the next step to use.
See Placeholders for how to reference values from the data when building the request.