What is tempuri.org?

前端 未结 5 1466
别跟我提以往
别跟我提以往 2020-12-23 19:58

Why does tempuri.org exist? Why does each XML Webservice require its own namespace, unique from any other on the web?

5条回答
  •  借酒劲吻你
    2020-12-23 20:38

    Webservices require unique namespaces so they don't confuse each others schemas and whatever with each other. A URL (domain, subdomain, subsubdomain, etc) is a clever identifier as it's "guaranteed" to be unique, and in most circumstances you've already got one.

提交回复
热议问题