Web Services အသိပညာ
- Previous page WS tutorial
- Next page Why WS
Web Services 可使您的应用程序成为 Web 应用程序。
Web Services ကို Web ဖြင့် ထုတ်ပြန်ထုတ်ဝေ၊ ရှာဖွေ၊ အသုံးပြု ရန် ဖြစ်သည်။
သင့် လိုအပ်သော အခြေခံ အရေးပါ အချက်အလက်များ
ကျွန်ုပ်တို့ အကြောင်းပြောချင်သော အချက်အလက်များ သို့ ပြောင်းရွှေ့ ခင် သင့် လိုအပ်သော အခြေခံ အရေးပါ အချက်အလက်များ သိရှိ သင့်သည်။
- HTML
- XML
If you want to learn these projects first, please visit ourHome pageAccess these tutorials.
What are Web services?
- Web services are application components
- Web services communicate using open protocols
- Web services are independent (self-contained) and can self-describe
- Web services can be discovered by using UDDI
- Web services can be used by other applications
- XML is the foundation of Web services
How does it work?
The basic Web services platform is XML + HTTP.
HTTP protocol is the most commonly used Internet protocol.
XML provides a language that can be used between different platforms and programming languages.
The elements of the Web services platform:
- SOAP (Simple Object Access Protocol)
- UDDI (Universal Description, Discovery, and Integration)
- WSDL (Web services description language)
We will explain these topics in the later chapters of this tutorial.
The future of Web services
Please do not expect too much too soon!
The Web services platform is a simple message passing framework that can be operated together. It still lacks many important features such as security and routing. However, once SOAP becomes more advanced, these issues will be resolved.
Web services are expected to make application communication easier.
- Previous page WS tutorial
- Next page Why WS