Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
1answer
1k views

What is the difference between URI, URL and URN?

What's the difference between an URI, URL and URN? I have read a lot of sites (even Wikipedia) but I don't understand it. URI: http://www.foo.com/bar.html URL: http://www.foo.com/bar.html URN: ...
5
votes
1answer
4k views

JAXB: How do I annotate classes so that they belong to different namespaces?

I want to have JAXB-annotated classes which would be marshalled/unmarshalled to different XML namespaces. What I need is something like: <someRootElement xmlns="urn:my:ns1" ...
1
vote
1answer
85 views

Youtube API - Use URN id

i am using the Youtube API to retrieve a playlist content of videos In of the list of entries, i get all my videos and their unique ID is what youtube call "URN id". But I can't find a way to play ...
1
vote
2answers
178 views

Problem in accessing wsdl from URL(http) from bpel

HI, I want to access wsdl file that is imported in bpel definition, can i do that or i will have to create local copy and then use it? Because whenever it run the process it gives me this: FATAL - ...
1
vote
2answers
363 views

RDF and uuid. why no urn schema?

<rdf:Description about='uuid:8949dbc6-31ad-11d9-9c7d-d112c21f7031'> Why this about does not contain urn:uuid:8949dbc6-31ad-11d9-9c7d-d112c21f7031 instead? Isn't the uuid a urn, and therefore ...
1
vote
2answers
285 views

How do you resolve a URN?

I have an XML schema file which references a urn based location. Is there some way to resolve this into a url, or some way to actually read the file it refers to. <xs:include ...
0
votes
0answers
35 views

RFC - 1737 - What is an example of a URN in use? [closed]

Possible Duplicate: What is the difference between URI, URL and URN? According to RFC 2616. URL (Uniform Resource Location) and URN (Uniform Resource Name) are types of URIs (Uniform ...
0
votes
1answer
15 views

How can a URI contain a URN as well as a URL?

Are there any examples of a URI that contains both a URN and URL? http://tools.ietf.org/html/rfc3986#section-1.1.3 A URI can be further classified as a locator, a name, or both. And which would ...
0
votes
0answers
14 views

How to assign a urn(uniform resource name) to a url

How to assign a URI/URN to a corresponding URL. What are the steps to do it. Say i have a URL https://staging.test.com how to assign a URN to it to make it something like urn:testing:test:stage Thank ...
0
votes
1answer
99 views

urn in url for RESTful service, building url path

we are working on creating a RESTFul service, and trying to decide on the URL path format. we have urn for uniquely identify a resource throughout the organization, and we are building the Rest ...
0
votes
1answer
54 views

Explain BNF syntax for NID in RFC 2141

I am having trouble understanding some BNF syntax from RFC2141. The line is <NID> ::= <let-num> [ 1,31<let-num-hyp> ]. I think it means that <NID> is a symbol for a string, ...
0
votes
0answers
39 views

Is there something like an URI for USB devices?

I'm wondering if there is a specification around to address USB devices like: usb://... Does anyone know?
0
votes
1answer
131 views

Using DNS as a URN resolver

I'm looking to either find or build a URN (Universal Resource Name) resolver, which would return 0 or more URIs for a given URN. For example: urn:fooid:6e8bc430-9c3a-11d9-9669-0800200c9a66:foo might ...
0
votes
1answer
142 views

URN for MIME Type

Does an official URN for the MIME type exist? Mozilla Firefox and other applications use notations like "urn:mimetype:text/plain" or "urn:mimetype:handler:text/plain". There are two problems with ...