cancel
Showing results for 
Search instead for 
Did you mean: 

URN & URL

Former Member
0 Kudos

Hi all

What Exactly the difference between URN and URL and where are these used in XI.

Regards.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Sanjanak,

This is used in XI as a way to group your developments. Each Software Component Version can have several namespaces. These namespaces can be of the format

http://sap.com/namespace1

or

urn:sap.com.namespace2

This allows you to give objects the same names if they are in different namespaces as they can still be differentiated.

Also all development objects must belong to a specific namespace.

Former Member
0 Kudos

URN and URI are both URIs where an http URI is URL

URL has the location of resource whereas URN holds the metadata for the resource

Former Member
0 Kudos

hi sanjana,

this link clear your doubts on URL and URN

http://www.w3.org/TR/uri-clarification/

urn and url are part of standard <b>syntax </b>for giving namespace. In XI we define the design objects under one <b>root </b>and that root is namespace.

Regards,

Ramesh P

Message was edited by:

Ramesh Parashivamurthy

former_member189387
Active Contributor
0 Kudos

Hi Sanjanak,

Please refer as Raj Specified.

URN - Uniform Resource Name like <b>urn:test.com</b>

without protocol

URL - Uniform Resource Locator like http://test.com

with protocol

URLs or URNs for XML namespace names , Which is used for Giving namaspace for our Scenarios . [ Like a namespace and package in java ]

You can use either URL or URN

  • Award points if helpful

Regards.,

V.Rangarajan

justin_santhanam
Active Contributor
0 Kudos

Sanjanak,

Please refer Archana's reply in the thread

Best regards,

raj.