Difference: SoapWebServicesNotes (2 vs. 3)

Revision 313 Nov 2007 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingNotes"
[ 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.]
Line: 20 to 20
  http://www.oasis-open.org/
Changed:
<
<
  • UddiNotes - "Universal Description, Discovery and Integration is the name of a group of web-based registries that expose information about a business or other entity[2] and its technical interfaces (or API’s)."
>
>
  • UddiNotes - "Universal Description, Discovery and Integration is the name of a group of web-based registries that expose information about a business or other entity[2] and its technical interfaces (or API's)."
 

Implementation

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

Added:
>
>

Misc

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

 \ No newline at end of file
View topic | History: r3 < r2 < r1 | More topic actions...
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