The Caboteria / Tech Web / TechNotes > ProgrammingNotes / SoapWebServicesNotes (17 Aug 2008, TobyCabot)
[ Definition: A Web service is a software system designed to support interoperable machine-to-machine interaction over a network. It has an interface described in a machine-processable format (specifically WSDL). Other systems interact with the Web service in a manner prescribed by its description using SOAP messages, typically conveyed using HTTP with an XML serialization in conjunction with other Web-related standards.]

Specs

IBM's Web Services spec page: http://www-106.ibm.com/developerworks/views/webservices/standards.jsp
Microsoft's: http://msdn.microsoft.com/library/en-us/dnglobspec/html/wsspecsover.asp

Organized by the standards group that developed them...

http://www.w3.org/2002/ws/

http://www.ws-i.org/

http://www.oasis-open.org/

Implementation

http://ws.apache.org/ - implementations of a few of the specs.

Misc

http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/ - good explanation of the differences between RPC and Document styles.

Edit | Attach | Print version | History: r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Tech.SoapWebServicesNotes moved from Tech.WebServicesNotes on 18 Aug 2008 - 00:32 by TobyCabot - put it back
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback