What is tempuri.org? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T03:55:23Z http://stackoverflow.com/feeds/question/180985 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/180985/what-is-tempuri-org 4 What is tempuri.org? Scott 2008-10-08T00:50:36Z 2009-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#181006 1 Answer by Kev for What is tempuri.org? Kev 2008-10-08T00:57:46Z 2008-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#181007 0 Answer by Cody Brocious for What is tempuri.org? Cody Brocious 2008-10-08T00:58:49Z 2008-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#181008 1 Answer by Andrew Kennan for What is tempuri.org? Andrew Kennan 2008-10-08T00:59:21Z 2008-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#181025 7 Answer by Oddmund for What is tempuri.org? Oddmund 2008-10-08T01:05:26Z 2008-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#181066 1 Answer by Ates Goral for What is tempuri.org? Ates Goral 2008-10-08T01:26:18Z 2008-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>