Communication in WCF
What is the difference between REST and POX?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Prabhu RajaPosted Nov 21, 2011, 5:31 AM
Arjun PanwarPosted Nov 21, 2011, 4:54 AM
Prashant ChaudharyPosted Nov 21, 2011, 4:40 AM
thanks
Arjun PanwarPosted Nov 21, 2011, 4:38 AM
RESTful applications will use the constrained semantics of the HTTP interface to effect state changes in their application, and embrace the idea of hyperlinking as the mechanism of traversing the application's state machine.
POX application encircle PUT/DELETE in favor of application-specific verbs tunneled through HTTP POST. POX applications do not generally embrace hypermedia as the engine of application state, instead they present a URI-based RPC API for clients to consume ad hoc.