Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in ITI-18 #138

Merged
merged 1 commit into from
Mar 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions ITI/TF/Volume2/ITI-18.html
Original file line number Diff line number Diff line change
Expand Up @@ -1941,15 +1941,11 @@ <h6 id="3.18.4.1.2.7">3.18.4.1.2.7 Web Services Transport</h6>
</p>
<p class="XMLname">
<span style="width:36pt;display:inline-block"> </span>
<span>SOAP 1.2 binding -&gt;</span>
<span style="font-weight:bold">"</span>
<span>DocumentRegistry_Binding_Soap12"</span>
<span>SOAP 1.2 binding -&gt; "DocumentRegistry_Binding_Soap12"</span>
</p>
<p class="XMLname">
<span style="width:36pt;display:inline-block"> </span>
<span>SOAP 1.2 port    -&gt;</span>
<span style="font-weight:bold">"</span>
<span>DocumentRegistry_Port_Soap12"</span>
<span>SOAP 1.2 port    -&gt; "DocumentRegistry_Port_Soap12"</span>
</p>
<p>
<span style="font-weight:bold">IHE-WSP202) The targetNamespace of the WSDL shall be “urn:ihe:iti:xds-b:2007”</span>
Expand All @@ -1959,7 +1955,7 @@ <h6 id="3.18.4.1.2.7">3.18.4.1.2.7 Web Services Transport</h6>
<li class="bullet-list1">The following types shall be imported (xsd:import) in the /definitions/types section:</li>
</ul>
<ul>
<li class="bullet-list2">namespace=" urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0", schemaLocation="query.xsd"</li>
<li class="bullet-list2">namespace="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0", schemaLocation="query.xsd"</li>
</ul>
<ul>
<li class="bullet-list1">The /definitions/message/part/@element attribute of the Registry Stored Query Request message shall be defined as “query:AdhocQueryRequest”</li>
Expand All @@ -1986,7 +1982,7 @@ <h6 id="3.18.4.1.2.7">3.18.4.1.2.7 Web Services Transport</h6>
</tr>
<tr>
<td>/definitions/portType/operation/output/@wsaw:Action</td>
<td>urn:ihe:iti:2007:RegistryStoredQuery Response</td>
<td>urn:ihe:iti:2007:RegistryStoredQuery_Response</td>
</tr>
<tr>
<td>/definitions/binding/operation/wsoap12:operation/@soapActionRequired</td>
Expand Down