Input communication test
From ePrize Developers Wiki
(Difference between revisions)
(New page: <pre> Request representation: {value} Response: {value} </pre> Basic echo service. POST a value to the resource and it will be returned. This is useful for validating POST body encoding/...) |
|||
Line 1: | Line 1: | ||
<pre> | <pre> | ||
Request representation: | Request representation: | ||
- | {value} | + | value={value} |
Response: | Response: |
Revision as of 20:52, 13 March 2009
Request representation: value={value} Response: {value}
Basic echo service. POST a value to the resource and it will be returned. This is useful for validating POST body encoding/decoding.