Web Services Platform Elements
- Previous Page Why WS
- Next Page WS Example
Web Services ມີສາມບັນດາປ່ຽນປ່ານທີ່ພື້ນຖານ
ພວກມັນແມ່ນ SOAP, WSDL ແລະ UDDI。
ຫຍັງແມ່ນ SOAP?
ພື້ນຖານຂອງບໍລິການ Web services ແມ່ນ XML + HTTP。
- SOAP ອະທິບາຍວ່າ ຂໍ້ຕົກລົງຂໍ້ມູນອົງກວນຫຼັກ
- SOAP ແມ່ນຂໍ້ຕົກລົງການສື່ສານ
- SOAP ນຳໃຊ້ສຳລັບການສື່ສານລະຫວ່າງຄອມພິວເຕີ້
- SOAP ແມ່ນຮູບແບບສຳລັບສົ່ງຂໍ້ມູນ
- SOAP is designed to communicate over the Internet
- SOAP is independent of platform
- SOAP is independent of language
- SOAP is based on XML
- SOAP is simple and extensible
- SOAP allows you to bypass firewalls
- SOAP will be developed as a W3C standard
For more information about SOAP, please visit ourSOAP Tutorial》
What is WSDL?
WSDL is a language based on XML used to describe Web Services and how to access Web Services.
- WSDL refers to Web Services Description Language
- WSDL is written in XML
- WSDL is an XML document
- WSDL is used to describe network services
- WSDL can also be used to locate network services
- WSDL is not yet a W3C standard
For more information about WSDL, please visit ourWSDL Tutorial》
What is UDDI?
UDDI is a directory service through which businesses can register and search for Web services.
- UDDI stands for Universal Description, Discovery, and Integration.
- UDDI is a directory for storing information about web services.
- UDDI is a directory of network service interfaces described by WSDL.
- UDDI communicates via SOAP.
- UDDI is built on the Microsoft .NET platform.
- Previous Page Why WS
- Next Page WS Example