Input URL communication test
From ePrize Developers Wiki
(Difference between revisions)
(New page: <pre> Request representation: empty (but {value} in the URL) Response: {value} </pre> Basic echo service. PUT an empty message to the resource and the URL {value} will be returned. This ...) |
|||
Line 1: | Line 1: | ||
+ | [[API Home Page]] :: [[API Debugging]] | ||
<pre> | <pre> | ||
Request representation: empty (but {value} in the URL) | Request representation: empty (but {value} in the URL) |
Revision as of 19:54, 17 March 2009
API Home Page :: API Debugging
Request representation: empty (but {value} in the URL) Response: {value}
Basic echo service. PUT an empty message to the resource and the URL {value} will be returned. This is useful for validating URL encoding/decoding.