Advertisement
Guest User

TPA.wsdl

a guest
Jan 15th, 2022
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <wsdl:definitions name="DataService"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  4. xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  5. xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
  6. xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
  7. xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurityutility-1.0.xsd"
  8. xmlns:sp="http://docs.oasis-open.org/wssx/ws-securitypolicy/200702"
  9. xmlns:tns="http://data.external.ws.edas.sodra.epr.lt"
  10. targetNamespace="http://data.external.ws.edas.sodra.epr.lt"
  11. xmlns:types="http://types.data.external.ws.edas.sodra.epr.lt">
  12. <wsdl:documentation>Web Service to upload EDAS drafts and send signed documents</wsdl:documentation>
  13. <wsp:Policy wsu:Id="DataServiceSecurityPolicy">
  14. <sp:SupportingTokens>
  15. <wsp:Policy>
  16. <sp:UsernameToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/wssecuritypolicy/200702/IncludeToken/AlwaysToRecipient">
  17. <wsp:Policy>
  18. <sp:WssUsernameToken11/>
  19. </wsp:Policy>
  20. </sp:UsernameToken>
  21. </wsp:Policy>
  22. </sp:SupportingTokens>
  23. </wsp:Policy>
  24. <wsdl:types>
  25. <xsd:schema>
  26. <xsd:import namespace="http://types.data.external.ws.edas.sodra.epr.lt" schemaLocation="DataService.xsd"/>
  27. </xsd:schema>
  28. </wsdl:types>
  29. <wsdl:message name="uploadEdasDraft">
  30. <wsdl:part name="parameters" element="types:uploadEdasDraft"/>
  31. </wsdl:message>
  32. <wsdl:message name="uploadEdasDraftResponse">
  33. <wsdl:part name="parameters" element="types:uploadEdasDraftResponse"/>
  34. </wsdl:message>
  35. <wsdl:message name="getDocumentLink">
  36. <wsdl:part name="parameters" element="types:getDocumentLink"/>
  37. </wsdl:message>
  38. <wsdl:message name="getDocumentLinkResponse">
  39. <wsdl:part name="parameters" element="types:getDocumentLinkResponse"/>
  40. </wsdl:message>
  41. <wsdl:message name="sendSignedDocument">
  42. <wsdl:part name="parameters" element="types:sendSignedDocument"/>
  43. </wsdl:message>
  44. <wsdl:message name="sendSignedDocumentResponse">
  45. <wsdl:part name="parameters" element="types:sendSignedDocumentResponse"/>
  46. </wsdl:message>
  47. <wsdl:message name="getDocumentStatus">
  48. <wsdl:part name="parameters" element="types:getDocumentStatus"/>
  49. </wsdl:message>
  50. <wsdl:message name="getDocumentStatusResponse">
  51. <wsdl:part name="parameters" element="types:getDocumentStatusResponse"/>
  52. </wsdl:message>
  53. <wsdl:message name="getPossibleDocuments">
  54. <wsdl:part name="parameters" element="types:getPossibleDocuments"/>
  55. </wsdl:message>
  56. <wsdl:message name="getPossibleDocumentsResponse">
  57. <wsdl:part name="parameters" element="types:getPossibleDocumentsResponse"/>
  58. </wsdl:message>
  59. <wsdl:message name="dataServiceException">
  60. <wsdl:part name="fault" element="types:dataServiceFault"/>
  61. </wsdl:message>
  62. <wsdl:portType name="DataServicePortType">
  63. <wsdl:documentation>EDAS data managament operations</wsdl:documentation>
  64. <wsdl:operation name="uploadEdasDraft">
  65. <wsdl:documentation>upload EDAS draft and return a link for signing</wsdl:documentation>
  66. <wsdl:input name="uploadEdasDraft" message="tns:uploadEdasDraft"/>
  67. <wsdl:output name="uploadEdasDraftResponse" message="tns:uploadEdasDraftResponse"/>
  68. <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
  69. </wsdl:operation>
  70. <wsdl:operation name="getDocumentLink">
  71. <wsdl:documentation>get a link for previously uploaded document allowing to sign and/or send it</wsdl:documentation>
  72. <wsdl:input name="getDocumentLink" message="tns:getDocumentLink"/>
  73. <wsdl:output name="getDocumentLinkResponse" message="tns:getDocumentLinkResponse"/>
  74. <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
  75. </wsdl:operation>
  76. <wsdl:operation name="sendSignedDocument">
  77. <wsdl:documentation>initiate signed EDAS document registration</wsdl:documentation>
  78. <wsdl:input name="sendSignedDocument" message="tns:sendSignedDocument"/>
  79. <wsdl:output name="sendSignedDocumentResponse" message="tns:sendSignedDocumentResponse"/>
  80. <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
  81. </wsdl:operation>
  82. <wsdl:operation name="getDocumentStatus">
  83. <wsdl:documentation>get previously uploaded or sent document status</wsdl:documentation>
  84. <wsdl:input name="getDocumentStatus" message="tns:getDocumentStatus"/>
  85. <wsdl:output name="getDocumentStatusResponse" message="tns:getDocumentStatusResponse"/>
  86. <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
  87. </wsdl:operation>
  88. <wsdl:operation name="getPossibleDocuments">
  89. <wsdl:documentation>get possible documents form codes and versions</wsdl:documentation>
  90. <wsdl:input name="getPossibleDocuments" message="tns:getPossibleDocuments"/>
  91. <wsdl:output name="getPossibleDocumentsResponse" message="tns:getPossibleDocumentsResponse"/>
  92. <wsdl:fault name="dataServiceException" message="tns:dataServiceException"/>
  93. </wsdl:operation>
  94. </wsdl:portType>
  95. <wsdl:binding name="DataServiceSoapBinding" type="tns:DataServicePortType">
  96. <wsp:PolicyReference URI="#DataServiceSecurityPolicy"/>
  97. <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
  98. <wsdl:operation name="uploadEdasDraft">
  99. <soap12:operation soapAction="" style="document"/>
  100. <wsdl:input name="uploadEdasDraft">
  101. <soap12:body use="literal"/>
  102. </wsdl:input>
  103. <wsdl:output name="uploadEdasDraftResponse">
  104. <soap12:body use="literal"/>
  105. </wsdl:output>
  106. <wsdl:fault name="dataServiceException">
  107. <soap12:body use="literal"/>
  108. </wsdl:fault>
  109. </wsdl:operation>
  110. <wsdl:operation name="getDocumentLink">
  111. <soap12:operation soapAction="" style="document"/>
  112. <wsdl:input name="getDocumentLink">
  113. <soap12:body use="literal"/>
  114. </wsdl:input>
  115. <wsdl:output name="getDocumentLinkResponse">
  116. <soap12:body use="literal"/>
  117. </wsdl:output>
  118. <wsdl:fault name="dataServiceException">
  119. <soap12:body use="literal"/>
  120. </wsdl:fault>
  121. </wsdl:operation>
  122. <wsdl:operation name="sendSignedDocument">
  123. <soap12:operation soapAction="" style="document"/>
  124. <wsdl:input name="sendSignedDocument">
  125. <soap12:body use="literal"/>
  126. </wsdl:input>
  127. <wsdl:output name="sendSignedDocumentResponse">
  128. <soap12:body use="literal"/>
  129. </wsdl:output>
  130. <wsdl:fault name="dataServiceException">
  131. <soap12:body use="literal"/>
  132. </wsdl:fault>
  133. </wsdl:operation>
  134. <wsdl:operation name="getDocumentStatus">
  135. <soap12:operation soapAction="" style="document"/>
  136. <wsdl:input name="getDocumentStatus">
  137. <soap12:body use="literal"/>
  138. </wsdl:input>
  139. <wsdl:output name="getDocumentStatusResponse">
  140. <soap12:body use="literal"/>
  141. </wsdl:output>
  142. <wsdl:fault name="dataServiceException">
  143. <soap12:body use="literal"/>
  144. </wsdl:fault>
  145. </wsdl:operation>
  146. <wsdl:operation name="getPossibleDocuments">
  147. <soap12:operation soapAction="" style="document"/>
  148. <wsdl:input name="getPossibleDocuments">
  149. <soap12:body use="literal"/>
  150. </wsdl:input>
  151. <wsdl:output name="getPossibleDocumentsResponse">
  152. <soap12:body use="literal"/>
  153. </wsdl:output>
  154. <wsdl:fault name="dataServiceException">
  155. <soap12:body use="literal"/>
  156. </wsdl:fault>
  157. </wsdl:operation>
  158. </wsdl:binding>
  159. <wsdl:service name="DataService">
  160. <wsdl:port name="DataServiceSoapHttpPort" binding="tns:DataServiceSoapBinding">
  161. <soap12:address location="https://draudejai.sodra.lt/edasexternal/services/DataService"/>
  162. </wsdl:port>
  163. </wsdl:service>
  164. </wsdl:definitions>
  165.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement