NEW ISSUE: Section 3.4.5 refers to a non-existent "soap" prefix

Description:

Section 3.4.5 of the specification ("Specifying Properties Via the JMS
URI") starts with:

"This URI, in turn, is represented as the location attribute on the
<wsdl11soap11:address>  element. Note that with SOAP 1.2, the same
pattern applies, although the "soap" prefix corresponds to the SOAP 1.2
binding namespace http://schemas.xmlsoap.org/wsdl/soap12/ as established
by [WSDL 1.1 for SOAP 1.2]."

The problem is that the specification doesn't define any "soap" prefix.

Proposal:
Replace the above two sentences with the following:

"This URI is found as value of the location attribute on the
<wsdl11soap11:address> or <wsdl11soap12:address> element when using SOAP
1.1 and SOAP 1.2, respectively."

Changes here include:
 * Replaced the "in turn, is represented as" phrasing
 * Combined the two sentences into one
 * Used explicit references to the QNames for the elements in question

-Eric.

Received on Tuesday, 20 October 2009 00:28:30 UTC