|
6 | 6 | changed namespace CERT,CERTW
|
7 | 7 | version: V3.0.0
|
8 | 8 | C_11647: change namespace CERT,CERTW
|
| 9 | + version: V3.0.0-1 |
| 10 | + fix: add missing SOAP operations for ReadCertificate |
9 | 11 | End of Version History-->
|
10 | 12 | <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:CERT="http://ws.gematik.de/consumer/CertificateService/v3.0" xmlns:CERTW="http://ws.gematik.de/consumer/CertificateService/WSDL/v3.0" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:GERROR="http://ws.gematik.de/tel/error/v2.0" targetNamespace="http://ws.gematik.de/consumer/CertificateService/WSDL/v3.0">
|
11 | 13 | <documentation>
|
|
18 | 20 | <xs:import schemaLocation="../tel/error/TelematikError.xsd" namespace="http://ws.gematik.de/tel/error/v2.0"/>
|
19 | 21 | </xs:schema>
|
20 | 22 | </types>
|
| 23 | + <message name="ReadCertificateRequestMessage"> |
| 24 | + <part name="parameter" element="CERT:ReadCertificate"/> |
| 25 | + </message> |
| 26 | + <message name="ReadCertificateResponseMessage"> |
| 27 | + <part name="parameter" element="CERT:ReadCertificateResponse"/> |
| 28 | + </message> |
21 | 29 | <message name="VerifyCertificateRequestMessage">
|
22 | 30 | <part name="parameter" element="CERT:VerifyCertificate"/>
|
23 | 31 | </message>
|
|
28 | 36 | <part name="parameter" element="GERROR:Error"/>
|
29 | 37 | </message>
|
30 | 38 | <portType name="CertificateServicePortType">
|
| 39 | + <operation name="ReadCertificate"> |
| 40 | + <input message="CERTW:ReadCertificateRequestMessage"/> |
| 41 | + <output message="CERTW:ReadCertificateResponseMessage"/> |
| 42 | + <fault name="FaultMessage" message="CERTW:FaultMessage"/> |
| 43 | + </operation> |
31 | 44 | <operation name="VerifyCertificate">
|
32 | 45 | <input message="CERTW:VerifyCertificateRequestMessage"/>
|
33 | 46 | <output message="CERTW:VerifyCertificateResponseMessage"/>
|
|
36 | 49 | </portType>
|
37 | 50 | <binding name="CertificateServiceBinding" type="CERTW:CertificateServicePortType">
|
38 | 51 | <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
| 52 | + <operation name="ReadCertificate"> |
| 53 | + <soap:operation soapAction="http://ws.gematik.de/consumer/CertificateService/v3.0#ReadCertificate"/> |
| 54 | + <input> |
| 55 | + <soap:body use="literal"/> |
| 56 | + </input> |
| 57 | + <output> |
| 58 | + <soap:body use="literal"/> |
| 59 | + </output> |
| 60 | + <fault name="FaultMessage"> |
| 61 | + <soap:fault name="FaultMessage" use="literal"/> |
| 62 | + </fault> |
| 63 | + </operation> |
39 | 64 | <operation name="VerifyCertificate">
|
40 |
| - <soap:operation soapAction="http://ws.gematik.de/consumer/CertificateService/v1.0#VerifyCertificate" style="document"/> |
| 65 | + <soap:operation soapAction="http://ws.gematik.de/consumer/CertificateService/v3.0#VerifyCertificate" style="document"/> |
41 | 66 | <input>
|
42 | 67 | <soap:body use="literal"/>
|
43 | 68 | </input>
|
|
0 commit comments