-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathKeyManagementService.wsdl
More file actions
132 lines (130 loc) · 7.38 KB
/
KeyManagementService.wsdl
File metadata and controls
132 lines (130 loc) · 7.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="UTF-8"?>
<!-- ===================================================================== -->
<!-- Copyright (C) 2020 gematik. Alle Rechte vorbehalten. -->
<!-- ===================================================================== -->
<!-- Version History
version: V1.1
=============
*** Korrektur SOAP-Action zu 'I_Key_Management_Insurant'
version: V1.0
=============
*** Initial Version: Operationen zur Umschlüsselung
===================== End of Version History =============================== -->
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:gerror="http://ws.gematik.de/tel/error/v2.0" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:tns="http://ws.gematik.de/fd/phr/I_Key_Management/v1.0" xmlns:ns="http://ws.gematik.de/fa/phr/v1.1" xmlns:ns1="http://ws.gematik.de/fa/phrext/v1.0" xmlns:ns2="http://ws.gematik.de/fa/vsdm/vsd/v5.2" xmlns:ns3="urn:hl7-org:v3" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns4="http://www.w3.org/2000/09/xmldsig#" xmlns:ns5="http://www.w3.org/2001/04/xmlenc#" name="KeyManagementService" targetNamespace="http://ws.gematik.de/fd/phr/I_Key_Management/v1.0">
<wsdl:documentation>
Copyright (c) 2019, gematik - Gesellschaft für Telematikanwendungen der Gesundheitskarte mbH. Alle Rechte vorbehalten.
version=1.1.0
</wsdl:documentation>
<wsdl:types>
<xs:schema>
<xs:import schemaLocation="KeyManagementService.xsd" namespace="http://ws.gematik.de/fd/phr/I_Key_Management/v1.0"/>
<xs:import schemaLocation="../../tel/error/TelematikError.xsd" namespace="http://ws.gematik.de/tel/error/v2.0"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="StartKeyChangeRequestMessage">
<wsdl:part name="body" element="tns:StartKeyChange"/>
</wsdl:message>
<wsdl:message name="StartKeyChangeResponseMessage">
<wsdl:part name="body" element="tns:StartKeyChangeResponse"/>
</wsdl:message>
<wsdl:message name="GetAllDocumentKeysRequestMessage">
<wsdl:part name="body" element="tns:GetAllDocumentKeys"/>
</wsdl:message>
<wsdl:message name="GetAllDocumentKeysResponseMessage">
<wsdl:part name="body" element="tns:GetAllDocumentKeysResponse"/>
</wsdl:message>
<wsdl:message name="PutAllDocumentKeysRequestMessage">
<wsdl:part name="body" element="tns:PutAllDocumentKeys"/>
</wsdl:message>
<wsdl:message name="PutAllDocumentKeysResponseMessage">
<wsdl:part name="body" element="tns:PutAllDocumentKeysResponse"/>
</wsdl:message>
<wsdl:message name="FinishKeyChangeRequestMessage">
<wsdl:part name="body" element="tns:FinishKeyChange"/>
</wsdl:message>
<wsdl:message name="FinishKeyChangeResponseMessage">
<wsdl:part name="body" element="tns:FinishKeyChangeResponse"/>
</wsdl:message>
<wsdl:message name="FaultMessage">
<wsdl:part name="body" element="gerror:Error"/>
</wsdl:message>
<wsdl:portType name="I_Key_Management_Insurant_PortType">
<wsdl:operation name="StartKeyChange">
<wsdl:input message="tns:StartKeyChangeRequestMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/StartKeyChange"/>
<wsdl:output message="tns:StartKeyChangeResponseMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/StartKeyChangeResponse"/>
<wsdl:fault name="FaultMessage" message="tns:FaultMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/StartKeyChangeFault"/>
</wsdl:operation>
<wsdl:operation name="GetAllDocumentKeys">
<wsdl:input message="tns:GetAllDocumentKeysRequestMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/GetAllDocumentKeys"/>
<wsdl:output message="tns:GetAllDocumentKeysResponseMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/GetAllDocumentKeysResponse"/>
<wsdl:fault name="FaultMessage" message="tns:FaultMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/GetAllDocumentKeysFault"/>
</wsdl:operation>
<wsdl:operation name="PutAllDocumentKeys">
<wsdl:input message="tns:PutAllDocumentKeysRequestMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/PutAllDocumentKeys"/>
<wsdl:output message="tns:PutAllDocumentKeysResponseMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/PutAllDocumentKeysResponse"/>
<wsdl:fault name="FaultMessage" message="tns:FaultMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/PutAllDocumentKeysFault"/>
</wsdl:operation>
<wsdl:operation name="FinishKeyChange">
<wsdl:input message="tns:FinishKeyChangeRequestMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/FinishKeyChange"/>
<wsdl:output message="tns:FinishKeyChangeResponseMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/FinishKeyChangeResponse"/>
<wsdl:fault name="FaultMessage" message="tns:FaultMessage" wsaw:Action="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/FinishKeyChangeFault"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="I_Key_Management_Insurant_Binding_Soap12" type="tns:I_Key_Management_Insurant_PortType">
<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsaw:UsingAddressing wsdl:required="true"/>
<wsdl:operation name="StartKeyChange">
<soap12:operation soapAction="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/StartKeyChange" soapActionRequired="false"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
<wsdl:fault name="FaultMessage">
<soap12:fault name="FaultMessage" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="GetAllDocumentKeys">
<soap12:operation soapAction="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/GetAllDocumentKeys" soapActionRequired="false"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
<wsdl:fault name="FaultMessage">
<soap12:fault name="FaultMessage" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="PutAllDocumentKeys">
<soap12:operation soapAction="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/PutAllDocumentKeys" soapActionRequired="false"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
<wsdl:fault name="FaultMessage">
<soap12:fault name="FaultMessage" use="literal"/>
</wsdl:fault>
</wsdl:operation>
<wsdl:operation name="FinishKeyChange">
<soap12:operation soapAction="http://ws.gematik.de/fd/phr/I_Key_Management_Insurant/v1.0/FinishKeyChange" soapActionRequired="false"/>
<wsdl:input>
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output>
<soap12:body use="literal"/>
</wsdl:output>
<wsdl:fault name="FaultMessage">
<soap12:fault name="FaultMessage" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="KeyManagementService">
<wsdl:port name="I_Key_Management_Insurant" binding="tns:I_Key_Management_Insurant_Binding_Soap12">
<soap12:address location="http://servicelocation/I_Key_Management_Insurant"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>