Difference: SoapWebServicesNotes (1 vs. 2)

Revision 215 Mar 2004 - 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: 6 to 6
 

Specs

Added:
>
>
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/

Revision 115 Mar 2004 - TobyCabot

Line: 1 to 1
Added:
>
>
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.]

Specs

Organized by the standards group that developed them...

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

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

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

  • 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.

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