SOAP | REST |
Simple Object Access Protocol | REpresentational State Transfer |
XML based messaging protocol | Architectural style |
JAX-WS | JAX-RS |
XML | JSON, XML, plain text etc |
RPC | URL path |
Binary data that is sent must be encoded | Binary data can simply be delivered |
Standard specification | No standard specification |
Exposes operations that represent logic | Exposes resources that represent data |
No comments:
Post a Comment