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

link|improve this question

feedback

5 Answers

up vote 7 down vote accepted

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.

link|improve this answer
feedback

Plug http://tempuri.org/ into your browser, you get a fairly good explanation there.

Updated sadly the tempuri.org URL no longer works but the domain is still registered with Microsoft, maybe one day it'll come back.

It's also worth reading section 'A 1.3 Generating URIs' at:

http://www.w3.org/TR/wsdl#_Toc492291092

link|improve this answer
The URL works for me. – John Saunders Sep 14 '10 at 17:28
@John - how odd...works from our data centre in the UK but not from my Irish ISP or Irish 3G provider. – Kev Sep 14 '10 at 18:01
feedback

Probably to guarantee that public webservices will be unique.

It always makes me think of delicious deep fried treats...

link|improve this answer
feedback

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.

link|improve this answer
feedback

http://en.wikipedia.org/wiki/Tempuri

tempuri.org is the default namespace URI used by Microsoft development products, like Visual Studio.

link|improve this answer
2  
Given the size of the article, you might as well have quoted the entire thing. – Chris Charabaruk Oct 8 '08 at 1:09
1  
tempuri.org isn't particular to Microsoft, it's actually described in the W3C notes on WDSL: w3.org/TR/wsdl#_Toc492291092 - "The base URI "tempuri.org/"; can be used to construct a URI without any unique association to an entity" – Kev Oct 8 '08 at 1:13
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.