Skip to content

Commit

Permalink
Change namespace of actions of WADO-WS: RetrieveRenderedImagingDocume…
Browse files Browse the repository at this point in the history
…ntSet to urn:dicom:wado:ws:2011 fix dcm4che#380
  • Loading branch information
gunterze authored and Patrick Peer committed Oct 17, 2019
1 parent dc8f030 commit bc13025
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
</operation>
<operation name="ImagingDocumentSource_RetrieveRenderedImagingDocumentSet">
<input message="iherad:RetrieveRenderedImagingDocumentSetRequest_Message"
wsaw:Action="urn:dicom:ws:wado:2011:RetrieveRenderedImagingDocumentSet" />
wsaw:Action="urn:dicom:wado:ws:2011:RetrieveRenderedImagingDocumentSet" />
<output message="iherad:RetrieveRenderedImagingDocumentSetResponse_Message"
wsaw:Action="urn:dicom:ws:wado:2011:RetrieveRenderedImagingDocumentSetResponse" />
wsaw:Action="urn:dicom:wado:ws:2011:RetrieveRenderedImagingDocumentSetResponse" />
</operation>
</portType>
<binding name="ImagingDocumentSource_Binding" type="iherad:ImagingDocumentSource_PortType">
Expand All @@ -92,7 +92,7 @@
</output>
</operation>
<operation name="ImagingDocumentSource_RetrieveRenderedImagingDocumentSet">
<soap12:operation soapAction="urn:dicom:ws:wado:2011:RetrieveRenderedImagingDocumentSet" />
<soap12:operation soapAction="urn:dicom:wado:ws:2011:RetrieveRenderedImagingDocumentSet" />
<input>
<soap12:body use="literal" />
</input>
Expand Down

0 comments on commit bc13025

Please sign in to comment.