I was thinking into digging a little dipper into the REST type of web services and noticed that there aren't any specifications for it as opposed to SOAP web services.
Why is that?
|
I was thinking into digging a little dipper into the REST type of web services and noticed that there aren't any specifications for it as opposed to SOAP web services. Why is that? |
|||
|
|
Each language uses its own standards. According to Wikipedia:
|
|||||||
|
|
http://www.w3.org/Protocols/rfc2616/rfc2616.html - Http Uniform interface specification http://tools.ietf.org/wg/httpbis/ - Latest revisions to HTTP spec http://tools.ietf.org/html/draft-gregorio-uritemplate-04 - URI Templates http://tools.ietf.org/html/draft-nottingham-http-link-header-06 - Link Headers and link relations http://www.iana.org/assignments/media-types/ - Loads of links to specs for media types These should be all the specs you need to get going to build a RESTful system over HTTP. Are there specific WS-* specifications that you feel you are missing to be able to build as REST based system? |
|||||||||||||||||||
|
|
Well, at least for Java there is JAX-RS http://en.wikipedia.org/wiki/JAX-RS, but i don't know if this is based on some other standards. |
|||||
|