Talk:Tempuri

Here are some pages where you run into http://tempuri.org/

Talk:Tempuri

Examples

Here are some pages where you run into http://tempuri.org/

http://www.w3schools.com/webservices/tempconvert.asmx http://www.w3schools.com/webservices/ws_example.asp

In the above example they publish a web service using Microsoft ASP by making a file called "tempconvert.asmx". They use VBScript, at the top of the file they put this line:

<%@ WebService Language="VBScript" Class="TempConvert" %>

But that's not complete. It doesn't specify a namespace. ASP will supply a default namespace, which is "http://tempuri.org/", but you're really supposed to supply your own. I think the final line is supposed to look like this:

<%@ WebService Language="VBScript" Class="TempConvert" Namespace:="http://somedomainthatihaveregistered.com/myservice/" %>

Not a Microsoft specific URI

http://www.w3.org/TR/wsdl.html#_Toc492291095

"When working with WSDL, it is sometimes desirable to make up a URI for an entity, but not make the URI globally unique for all time and have it "mean" that version of the entity (schema, WSDL document, etc.). There is a particular URI base reserved for use for this type of behavior. The base URI "http://tempuri.org/" can be used to construct a URI without any unique association to an entity. For example, two people or programs could choose to simultaneously use the URI "http://tempuri.org/myschema" for two completely different schemas, and as long as the scope of the use of the URIs does not intersect, then they are considered unique enough. This has the further benefit that the entity referred to by the URI can be versioned without having to generate a new URI, as long as it makes sense within the processing context. It is not recommended that "http://tempuri.org/" be used as a base for stable, fixed entities." — Preceding unsigned comment added by 216.129.65.178 (talk) 22:53, 18 September 2014 (UTC)Reply

  • Note that two of the authors of that report were Microsoft representatives, and the quoted paragraph from WSDL 1.1 was dropped from WSDL 1.2, back in 2001.
  • Besides, what's wrong with good old "example.org"?

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.