cancel
Showing results for 
Search instead for 
Did you mean: 

NAMESPACE QUERY

Former Member
0 Kudos

What is The Difference b/w HTTP,URN and URL...? Which One is The Best for Creating

NAMESPACE in INTEGRATION REPOSITORY? WHY?

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello RamaKrishna,

Namespace is used to group up all the entities like Message interface,Message types and Data Types for those messages and mapping between respective messages and interfaces.

Namespaces are Unique identifiers for related integration repository objects. M:1 relation with SWCV.

Namespace attributes are: URN, URL and URI.

URN: It tries to give a description of a resource without actually pointing at it. means with out Protocol Assignment.

Ex: urn:abc-com:xyz

URI: URIs always designate a method to access the resource and designate the specific resource to be accessed.

Ex: http://abc.com/xyz

URL: Is a subset of the URI protocols.

Former Member
0 Kudos

Hi

You can use 2 types of namespaces ie Globally Identifiers.....

URN :Universal Resource Name........without having protocol

EX: urn:abc

URI:Universal Resource Locator........with protocol

http://abc

Former Member
0 Kudos
Former Member
0 Kudos

Hi,

Go through the below threads which has the same discusion.

http://help.sap.com/saphelp_nw70/helpdata/en/a3/cc132914cf41e4a193c32627a87542/frameset.htm

Thnx

Chirag

former_member859847
Active Contributor
0 Kudos

Hi,

Please find the following links regarding to u r thread.

?

?

regards

mahesh.

Former Member
0 Kudos

Hello,

For namespace you usually use urn or http.

They are already discussed here:

URL is not used for namespaces.

Regards

Patrick

Former Member
0 Kudos

Hi,

Check these

Regards

Seshagiri