Download > Manual Download > SOAP syntax word version
SOAP, one of WSDL (WebServicesDescriptionLanguage), UDDI (UniversalDescriptionDiscoveryandIntegration), soap is used to describe the format of transmitting information, WSDL is used to describe how to access specific interfaces, uddi is used for management and distribution , query webService. For specific implementations, you can search for simple examples of Web Services; SOAP can be used in conjunction with many existing Internet protocols and formats, including Hypertext Transfer Protocol (HTTP), Simple Mail Transfer Protocol (SMTP), and Multipurpose Internet Mail Extensions (MIME). It also supports a wide range of applications from messaging systems to remote procedure calls (RPC). SOAP uses a combination of XML-based data structures and Hypertext Transfer Protocol (HTTP) to define a standard way to use distributed objects in a variety of different operating environments on the Internet.
Main content of SOAP syntax
SOAP messages must be encoded in XML
SOAP messages must use the SOAP Envelope namespace
SOAP messages must use the SOAP Encoding namespace
SOAP messages cannot contain DTD references SOAP messages cannot contain XML processing Command
All resources on this website are contributed and published by netizens, or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this website are for learning and reference only. Please do not use them for commercial purposes, otherwise you will be responsible for all consequences incurred! If there is any infringement, please contact us to delete and remove it. Contact information: admin@php.cn