ApplicationService.wsdl 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.1 in JDK 6. -->
  3. <definitions targetNamespace="http://wg23.dicom.nema.org/"
  4. name="ApplicationService" xmlns="http://schemas.xmlsoap.org/wsdl/"
  5. xmlns:tns="http://wg23.dicom.nema.org/"
  6. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  7. xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  8. <types>
  9. <xsd:schema>
  10. <xsd:import namespace="http://wg23.dicom.nema.org/"
  11. schemaLocation="ApplicationService_schema1.xsd"/>
  12. </xsd:schema>
  13. </types>
  14. <message name="bringToFront">
  15. <part name="parameters" element="tns:bringToFront"/>
  16. </message>
  17. <message name="bringToFrontResponse">
  18. <part name="parameters" element="tns:bringToFrontResponse"/>
  19. </message>
  20. <message name="getAsModels">
  21. <part name="parameters" element="tns:getAsModels"/>
  22. </message>
  23. <message name="getAsModelsResponse">
  24. <part name="parameters" element="tns:getAsModelsResponse"/>
  25. </message>
  26. <message name="getDataAsFile">
  27. <part name="parameters" element="tns:getDataAsFile"/>
  28. </message>
  29. <message name="getDataAsFileResponse">
  30. <part name="parameters" element="tns:getDataAsFileResponse"/>
  31. </message>
  32. <message name="getDataAsSpecificTypeFile">
  33. <part name="parameters" element="tns:getDataAsSpecificTypeFile"/>
  34. </message>
  35. <message name="getDataAsSpecificTypeFileResponse">
  36. <part name="parameters" element="tns:getDataAsSpecificTypeFileResponse"/>
  37. </message>
  38. <message name="notifyDataAvailable">
  39. <part name="parameters" element="tns:notifyDataAvailable"/>
  40. </message>
  41. <message name="notifyDataAvailableResponse">
  42. <part name="parameters" element="tns:notifyDataAvailableResponse"/>
  43. </message>
  44. <message name="queryModel">
  45. <part name="parameters" element="tns:queryModel"/>
  46. </message>
  47. <message name="queryModelResponse">
  48. <part name="parameters" element="tns:queryModelResponse"/>
  49. </message>
  50. <message name="getState">
  51. <part name="parameters" element="tns:getState"/>
  52. </message>
  53. <message name="getStateResponse">
  54. <part name="parameters" element="tns:getStateResponse"/>
  55. </message>
  56. <message name="setState">
  57. <part name="parameters" element="tns:setState"/>
  58. </message>
  59. <message name="setStateResponse">
  60. <part name="parameters" element="tns:setStateResponse"/>
  61. </message>
  62. <portType name="Application">
  63. <operation name="bringToFront">
  64. <input message="tns:bringToFront"/>
  65. <output message="tns:bringToFrontResponse"/>
  66. </operation>
  67. <operation name="getAsModels">
  68. <input message="tns:getAsModels"/>
  69. <output message="tns:getAsModelsResponse"/>
  70. </operation>
  71. <operation name="getDataAsFile">
  72. <input message="tns:getDataAsFile"/>
  73. <output message="tns:getDataAsFileResponse"/>
  74. </operation>
  75. <operation name="getDataAsSpecificTypeFile">
  76. <input message="tns:getDataAsSpecificTypeFile"/>
  77. <output message="tns:getDataAsSpecificTypeFileResponse"/>
  78. </operation>
  79. <operation name="notifyDataAvailable">
  80. <input message="tns:notifyDataAvailable"/>
  81. <output message="tns:notifyDataAvailableResponse"/>
  82. </operation>
  83. <operation name="queryModel">
  84. <input message="tns:queryModel"/>
  85. <output message="tns:queryModelResponse"/>
  86. </operation>
  87. <operation name="getState">
  88. <input message="tns:getState"/>
  89. <output message="tns:getStateResponse"/>
  90. </operation>
  91. <operation name="setState">
  92. <input message="tns:setState"/>
  93. <output message="tns:setStateResponse"/>
  94. </operation>
  95. </portType>
  96. <binding name="ApplicationPortBinding" type="tns:Application">
  97. <soap:binding transport="http://schemas.xmlsoap.org/soap/http"
  98. style="document"/>
  99. <operation name="bringToFront">
  100. <soap:operation soapAction=""/>
  101. <input>
  102. <soap:body use="literal"/>
  103. </input>
  104. <output>
  105. <soap:body use="literal"/>
  106. </output>
  107. </operation>
  108. <operation name="getAsModels">
  109. <soap:operation soapAction=""/>
  110. <input>
  111. <soap:body use="literal"/>
  112. </input>
  113. <output>
  114. <soap:body use="literal"/>
  115. </output>
  116. </operation>
  117. <operation name="getDataAsFile">
  118. <soap:operation soapAction=""/>
  119. <input>
  120. <soap:body use="literal"/>
  121. </input>
  122. <output>
  123. <soap:body use="literal"/>
  124. </output>
  125. </operation>
  126. <operation name="getDataAsSpecificTypeFile">
  127. <soap:operation soapAction=""/>
  128. <input>
  129. <soap:body use="literal"/>
  130. </input>
  131. <output>
  132. <soap:body use="literal"/>
  133. </output>
  134. </operation>
  135. <operation name="notifyDataAvailable">
  136. <soap:operation soapAction=""/>
  137. <input>
  138. <soap:body use="literal"/>
  139. </input>
  140. <output>
  141. <soap:body use="literal"/>
  142. </output>
  143. </operation>
  144. <operation name="queryModel">
  145. <soap:operation soapAction=""/>
  146. <input>
  147. <soap:body use="literal"/>
  148. </input>
  149. <output>
  150. <soap:body use="literal"/>
  151. </output>
  152. </operation>
  153. <operation name="getState">
  154. <soap:operation soapAction=""/>
  155. <input>
  156. <soap:body use="literal"/>
  157. </input>
  158. <output>
  159. <soap:body use="literal"/>
  160. </output>
  161. </operation>
  162. <operation name="setState">
  163. <soap:operation soapAction=""/>
  164. <input>
  165. <soap:body use="literal"/>
  166. </input>
  167. <output>
  168. <soap:body use="literal"/>
  169. </output>
  170. </operation>
  171. </binding>
  172. <service name="ApplicationService">
  173. <port name="ApplicationPort" binding="tns:ApplicationPortBinding">
  174. <soap:address location="REPLACE_WITH_ACTUAL_URL"/>
  175. </port>
  176. </service>
  177. </definitions>