- 2
- 0
- 约1.02万字
- 约 7页
- 2016-10-20 发布于重庆
- 举报
Web_Service概念和术语
Web Service概念和术语
一. Web Service基本的概念
XML (eXtensible Markup Language)
XML is used to organize documents and business data. XML files can be stored or transmitted between two applications on a network. Basically, they are just plain text documents that contain special tags that label different parts of a document or fields of data.
XML是一种由规范定义的元语言。XML标记语言定义了一套用来组织和描述文本的标记(tag)。标记通常成对出现,其中一个标记是开始标记,另一个标记是结束标记。位于这两个标记之间的所有内容均成为元素。
SOAP (Simple Object Access Protocol)
SOAP defines a standard packaging format for transmitting XML data between applications on a network. A SOAP m
原创力文档

文档评论(0)