To learn web service, we need to learn WSDL. This xml file defines the services that we deploy in our web service. Here, we get a example of WSDL.
'我们都知道,WSDL应该是格式正确的XML文档。进一步,还应该把它看作一个Schema,因此,<definitions>元素中可以定义targetNamespace属性,表示在这个元素下的所有元素都属于这个目标名称空间。
xmlns表示缺省的名称空间,...'