Võrgurakenduste protokollid 2
Sisukord |
SOAP
Good explanatory stuff from simpler to more complex:
- http://www.eherenow.com/soapfight.htm
- http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/
- http://nmwg.internet2.edu/meetings/ggf10/dan-rpc-doc.ppt
SOAP extra tech
Stuff often used with SOAP: describing services (wsdl), service catalogue (uddi), additional interoperability standards (WS-I).
If worried, read "s stands for simple" first.
A detailed demo of SOAP and WSDL stuff with all the tiniest details can be found at the gsoap toolkit site. The demo WSDL used in the live examples is also quite readable.
WSDL
A detailed but partly almost readable w3c primer: http://www.w3.org/TR/wsdl20-primer/. You may also have a look at the old version primer.
A fairly good presentation explaining WSDL: Pilt:WSDL.pdf
UDDI
Read the wikipedia overview
WS-I stuff
Read the wikipedia overview and have a brief look at the ws-i official site.
REST
Explained well:
- http://www.ibm.com/developerworks/webservices/library/ws-restful/
- http://en.wikipedia.org/wiki/Representational_State_Transfer
XMPP
Read:
and have a look at
- details at xmpp org
- xmpp protocol stack at xmpp.org
You may also have a look at google xmpp api example.
Related: google wave protocols and additional bits on wave
Have a look at other IM protocols: im wiki
Google protocol buffers
Start with this: google overview