Input communication test
From ePrize Developers Wiki
(Difference between revisions)
Ken-fox (Talk | contribs)
(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/...)
Next diff →
Revision as of 03:05, 4 March 2009
Request representation: {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.