Soap1.1和Soap1.2的区别 xmlns 命名空间的语法 xmlns是XML Namespaces的缩写,中文名称是XML(标准通用标记语言的子集)命名空间。 命名空间的语法如下: xmlns:[prefix]="[url of name]" 其中“xmlns:”是必须的属性。“prefix”是命名空间的别名,它的值不能为xml。 例如: <sample xmlns:ins