Difference between revisions of "Category:Web Services"

From SmartWiki
Jump to: navigation, search
(Created page with 'SmartSimple Web Services Overview Overview A Web service is a method of communication between two electronic devices over the Web (Internet). The W3C defines a "Web service" as "…')
 
Line 1: Line 1:
SmartSimple Web Services Overview
+
 
Overview
+
==SmartSimple Web Services Overview==
 +
 
 
A Web service is a method of communication between two electronic devices over the Web (Internet).
 
A Web service is a method of communication between two electronic devices over the Web (Internet).
The W3C defines a "Web service" as "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 Web Services Description Language, known by the acronym WSDL).  
+
The W3C defines a "Web service" as "a software system designed to support interoperable machine-to-machine interaction over a network".
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." (Wikipedia Reference)
+
It has an interface described in a machine-processable format (specifically Web Services Description Language, known by the acronym WSDL).  
SmartSimple Implementation
+
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." (Wikipedia Reference)
 +
 
 +
==SmartSimple Implementation==
 +
 
 
SmartSimple implements its web services through a WSDL accessible though the following URL:
 
SmartSimple implements its web services through a WSDL accessible though the following URL:
 
https://alias.servername.biz/WS/services/UtaUpdate?wsdl
 
https://alias.servername.biz/WS/services/UtaUpdate?wsdl
Alias represents the client instance of SmartSimple on a given server.
+
 
Server represents a specific SmartSimple server.
+
Alias represents the client instance of SmartSimple on a given server.
 +
Server represents a specific SmartSimple server.
 +
 
 
For a specific example of the SmartSimple WSDL you can access:
 
For a specific example of the SmartSimple WSDL you can access:
 
https://smart.smartsimple.biz/WS/services/UtaUpdate?wsdl
 
https://smart.smartsimple.biz/WS/services/UtaUpdate?wsdl

Revision as of 14:01, 26 June 2012

SmartSimple Web Services Overview

A Web service is a method of communication between two electronic devices over the Web (Internet).

• The W3C defines a "Web service" as "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 Web Services Description Language, known by the acronym 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." (Wikipedia Reference)

SmartSimple Implementation

SmartSimple implements its web services through a WSDL accessible though the following URL: https://alias.servername.biz/WS/services/UtaUpdate?wsdl

• Alias represents the client instance of SmartSimple on a given server. • Server represents a specific SmartSimple server.

For a specific example of the SmartSimple WSDL you can access: https://smart.smartsimple.biz/WS/services/UtaUpdate?wsdl

Pages in category ‘Web Services’

The following 4 pages are in this category, out of 4 total.