Commits
1 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 + | <!DOCTYPE definitions [ |
3 + | <!ENTITY requestHeaders " |
4 + | <soap:header use='literal' part='SecurityHeader' message='tns:SecurityHeader' /> |
5 + | <soap:header use='literal' part='MedcomHeader' message='tns:MedComHeader' /> |
6 + | <soap:header use='literal' part='OnBehalfOfHeader' message='tns:OnBehalfOfHeader' /> |
7 + | <soap:header use='literal' part='WhitelistingHeader' message='tns:WhitelistingHeader' wsdl:required='true' /> |
8 + | <soap:header use='literal' part='ConsentHeader' message='tns:ConsentHeader' /> |
9 + | "> |
10 + | <!ENTITY standardSOAPResponseHeaders " |
11 + | <soap:header use='literal' part='TimingHeader' message='tns:TimingHeader'/> |
12 + | "> |
13 + | ]> |
2 14 | <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" |
3 15 | xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" |
4 16 | xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
5 17 | xmlns:xs="http://www.w3.org/2001/XMLSchema" |
6 18 | xmlns:ecpr220171001="http://sds.dk/ecpr2/2017/10/01/" |
7 19 | xmlns:tns="http://sds.dk/ecpr2/2017/10/01/" |
8 20 | xmlns:sdsd201206="http://www.sdsd.dk/dgws/2012/06" |
9 21 | xmlns:medcom="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd" |
10 22 | xmlns:medicinecard20150101="http://www.dkma.dk/medicinecard/xml.schema/2015/01/01" |
11 23 | xmlns:medicinecard20150601="http://www.dkma.dk/medicinecard/xml.schema/2015/06/01" |
75 87 | <wsdl:fault name="DGWSFault" message="tns:DGWSFault" /> |
76 88 | </wsdl:operation> |
77 89 | </wsdl:portType> |
78 90 | |
79 91 | <wsdl:binding name="ECPR2MasterDataBinding" type="tns:ECPR2MasterDataPortType"> |
80 92 | <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> |
81 93 | |
82 94 | <wsdl:operation name="GetOIDs_2017_10_01"> |
83 95 | <soap:operation soapAction="http://sds.dk/ecpr2/2017/10/01#GetOIDs"/> |
84 96 | <wsdl:input name="GetOIDsRequest_2017_10_01"> |
85 - | <soap:header use='literal' part='SecurityHeader' message='tns:SecurityHeader' /> |
86 - | <soap:header use='literal' part='MedcomHeader' message='tns:MedComHeader' /> |
87 - | <soap:header use='literal' part='OnBehalfOfHeader' message='tns:OnBehalfOfHeader' /> |
88 - | <soap:header use='literal' part='WhitelistingHeader' message='tns:WhitelistingHeader' wsdl:required='true' /> |
89 - | <soap:header use='literal' part='ConsentHeader' message='tns:ConsentHeader' /> |
97 + | &requestHeaders; |
90 98 | <soap:body use="literal"/> |
91 99 | </wsdl:input> |
92 100 | <wsdl:output name="GetOIDsResponse_2017_10_01"> |
93 - | <soap:header use='literal' part='TimingHeader' message='tns:TimingHeader'/> |
101 + | &standardSOAPResponseHeaders; |
94 102 | <soap:body use="literal"/> |
95 103 | </wsdl:output> |
96 104 | <wsdl:fault name="DGWSFault"> |
97 105 | <soap:fault name="DGWSFault" use="literal" /> |
98 106 | </wsdl:fault> |
99 107 | </wsdl:operation> |
100 108 | |
101 109 | </wsdl:binding> |
102 110 | |
103 111 | <wsdl:service name="ECPR2MasterDataService"> |