11 web services

Download 11 web services

If you can't read please download the document

Upload: eleksdev

Post on 10-May-2015

1.408 views

Category:

Documents


3 download

TRANSCRIPT

  • 1.

2. , ? , . 3. , , HTTP . 4. SOAP (Simple Object Access Protocol) REST (Representational State Transfer) XML-RPC (XML Remote Procedure Call)http://en.wikipedia.org/wiki/List_of_web_service_protocols 5. SOAP 6. SOAP POST /InStock HTTP/1.1 Host: www.example.org Content-Type: application/soap+xml; charset=utf-8 Content-Length: 299 SOAPAction: "http://www.w3.org/2003/05/soap-envelope" IBM http://en.wikipedia.org/wiki/SOAP 7. REST , . 8. REST 9. CRUD MethodUrlDescriptionGET/book/ GET/book/3 3POST/book/ ( )PUT/book/3 3 ( )DELETE/book/3 3 10.