What is tempuri.org? - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T03:55:23Zhttp://stackoverflow.com/feeds/question/180985http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/180985/what-is-tempuri-org4What is tempuri.org?Scott2008-10-08T00:50:36Z2009-03-20T15:12:11Z
<p>Why does tempuri.org exist?</p>
<p>Why does each XML Webservice require its own namespace from any other on the web?</p>
<p>Thanks guys.</p>
http://stackoverflow.com/questions/180985/what-is-tempuri-org/181006#1810061Answer by Kev for What is tempuri.org?Kev2008-10-08T00:57:46Z2008-10-08T00:57:46Z<p>Plug <a href="http://tempuri.org/" rel="nofollow">http://tempuri.org/</a> into your browser, you get a fairly good explanation there.</p>
<p>Also worth reading section 'A 1.3 Generating URIs' at:</p>
<p><a href="http://www.w3.org/TR/wsdl#_Toc492291092" rel="nofollow">http://www.w3.org/TR/wsdl#_Toc492291092</a></p>
http://stackoverflow.com/questions/180985/what-is-tempuri-org/181007#1810070Answer by Cody Brocious for What is tempuri.org?Cody Brocious2008-10-08T00:58:49Z2008-10-08T00:58:49Z<p><a href="http://en.wikipedia.org/wiki/Tempuri" rel="nofollow">http://en.wikipedia.org/wiki/Tempuri</a></p>
<blockquote>
<p>tempuri.org is the default namespace URI used by Microsoft development products, like Visual Studio.</p>
</blockquote>
http://stackoverflow.com/questions/180985/what-is-tempuri-org/181008#1810081Answer by Andrew Kennan for What is tempuri.org?Andrew Kennan2008-10-08T00:59:21Z2008-10-08T00:59:21Z<p>Probably to guarantee that public webservices will be unique.</p>
<p>It always makes me think of delicious deep fried treats...</p>
http://stackoverflow.com/questions/180985/what-is-tempuri-org/181025#1810257Answer by Oddmund for What is tempuri.org?Oddmund2008-10-08T01:05:26Z2008-10-08T01:05:26Z<p>Webservices require unique namespaces so they don't confuse each others schemas and whatever with each other. A URI (domain, subdomain, subsubdomain, etc) is a clever identifier as it's "guaranteed" to be unique, and in most circumstances you've already got one.</p>
http://stackoverflow.com/questions/180985/what-is-tempuri-org/181066#1810661Answer by Ates Goral for What is tempuri.org?Ates Goral2008-10-08T01:26:18Z2008-10-08T01:26:18Z<p>Note that namespaces that are in the format of a valid Web URL don't necessarily need to be dereferenced i.e. you don't need to serve actual content at that URL. All that matters is that the namespace is globally unique.</p>