RE: [soapbuilders] question re: namespace hierarchies

Unfortunately this doesn't work because the relative URI has to be
expanded before it can be used for anything and the only thing it can be
expanded against is the request-URI of the HTTP request (in the case of
HTTP) which would mean that I might have something like

	http://henrik.com/some/endpoint/ebxml

and you might have something like

	http://dickbrooks.com/some/other/endpoint/ebxml

Which clearly are different and so the ebxml spec can say nothing about
how these identifiers might relate or what they might identify. In other
words, relative URIs are only useful when taken in context (which at
some level is true for all URIs btw.)

Henrik

>It appears that "ebXML" qualifies as a "relative-path" URI 
>according to the following excerpt from section 5, " Relative 
>URI References", in "Uniform Resource Identifiers (URI): 
>Generic Syntax" [1]:

Received on Friday, 20 April 2001 17:36:04 UTC