1. The Oauthoauth protocol provides a safe, open and simple standard for the authorization of user resources. Unlike previous licensing methods, OAuth authorization does not enable third parties to touch the user's account information (such as user name and password)
2. The SCA Service Component Framework (SCA) provides a set of programming models that can build service-oriented application systems. Its core concept is service and its related implementation. A service is defined by an interface, and an interface contains a set of operations. Service implementations can reference other services, called references. A service can have one or more properties, which are data values that can be configured externally.
The 3.SOAP Simple Object Access Protocol (PROTOCOL,SOAP) is a lightweight, simple, XML-based protocol that is designed to exchange structured and solidified information on the web. WebService three elements (SOAP, WSDL (Web Services Description Language), UDDI (Universal Description Discovery and Integration)), S OAP is used to convey the format of information, WSDL is used to describe how to access specific interfaces, UDDI for management, distribution, query WebService specific implementation can search Web services simple instance
Open mode:The Windows system simply adds a line to the PHP configuration file php.ini: Extension=php_soap.dll. UNIX and Linux systems must have switch parameters when configuring and compiling PHP:-enable-soap Use the methods provided by the SoapServer class and the SoapClient class of the SOAP extension to write Web services and their client programs
4, Xml-rpcxml remote Procedure Call,xml method call. It is a set of specifications and a series of implementations that allow programs that run on different operating systems, in different environments, to implement Internet-based process calls. This remote procedure call uses HTTP as the transport protocol, and XML as the encoding format for transmitting information. The definition of XML-RPC is as simple as possible, but simultaneously capable of transmitting, processing, and returning complex data structures.
Soap Example:person.php
soap_server.php
soap_client.php
This article for Phpchina guest author original article, without permission not reproduced, if necessary reprint please contact shixiang#phpchina.com (#换成 @)
http://www.bkjia.com/PHPjc/735048.html www.bkjia.com true http://www.bkjia.com/PHPjc/735048.html techarticle 1. The Oauthoauth protocol provides a safe, open and simple standard for the authorization of user resources. Unlike previous licensing methods, OAuth's authorization does not enable third parties to touch ...