1 + | <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is JAX-WS RI 2.1.7-b01-. --><wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:oio:medcom:cprservice:1.0.4.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:dgws="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:oio:medcom:cprservice:1.0.4.1"> |
2 + | |
3 + | <wsdl:types> |
4 + | <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:oio:medcom:cprservice:1.0.4.1"> |
5 + | <include schemaLocation="http://test1-cnsp.ekstern-test.nspop.dk:8080/stamdata-cpr-ws/service/DetGodeCPROpslag-1.0.4.1?xsd=1"/> |
6 + | </schema> |
7 + | <xs:schema targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"> |
8 + | <xs:include schemaLocation="http://test1-cnsp.ekstern-test.nspop.dk:8080/stamdata-cpr-ws/service/DetGodeCPROpslag-1.0.4.1?xsd=106"/> |
9 + | </xs:schema> |
10 + | <xs:schema targetNamespace="http://www.medcom.dk/dgws/2006/04/dgws-1.0.xsd"> |
11 + | <xs:include schemaLocation="http://test1-cnsp.ekstern-test.nspop.dk:8080/stamdata-cpr-ws/service/DetGodeCPROpslag-1.0.4.1?xsd=3"/> |
12 + | </xs:schema> |
13 + | </wsdl:types> |
14 + | |
15 + | <wsdl:message name="getPersonWithHealthCareInformationIn"> |
16 + | <wsdl:part name="wsseHeader" element="wsse:Security"/> |
17 + | <wsdl:part name="medcomHeader" element="dgws:Header"/> |
18 + | <wsdl:part name="parameters" element="tns:getPersonWithHealthCareInformationIn"/> |
19 + | </wsdl:message> |
20 + | <wsdl:message name="getPersonInformationIn"> |
21 + | <wsdl:part name="wsseHeader" element="wsse:Security"/> |
22 + | <wsdl:part name="medcomHeader" element="dgws:Header"/> |
23 + | <wsdl:part name="parameters" element="tns:getPersonInformationIn"/> |
24 + | </wsdl:message> |
25 + | <wsdl:message name="getPersonWithHealthCareInformationOut"> |
26 + | <wsdl:part name="wsseHeader" element="wsse:Security"/> |
27 + | <wsdl:part name="medcomHeader" element="dgws:Header"/> |
28 + | <wsdl:part name="parameters" element="tns:getPersonWithHealthCareInformationOut"/> |
29 + | </wsdl:message> |
30 + | <wsdl:message name="getPersonInformationOut"> |
31 + | <wsdl:part name="wsseHeader" element="wsse:Security"/> |
32 + | <wsdl:part name="medcomHeader" element="dgws:Header"/> |
33 + | <wsdl:part name="parameters" element="tns:getPersonInformationOut"/> |
34 + | </wsdl:message> |
35 + | |
36 + | <wsdl:message name="DGWSFault"> |
37 + | <wsdl:part name="fault" element="dgws:FaultCode"/> |
38 + | </wsdl:message> |
39 + | |
40 + | <wsdl:portType name="DetGodeCPROpslag"> |
41 + | <wsdl:operation name="getPersonInformation"> |
42 + | <wsdl:input message="tns:getPersonInformationIn"/> |
43 + | <wsdl:output message="tns:getPersonInformationOut"/> |
44 + | <wsdl:fault message="tns:DGWSFault" name="DGWSFault"/> |
45 + | </wsdl:operation> |
46 + | <wsdl:operation name="getPersonWithHealthCareInformation"> |
47 + | <wsdl:input message="tns:getPersonWithHealthCareInformationIn"/> |
48 + | <wsdl:output message="tns:getPersonWithHealthCareInformationOut"/> |
49 + | <wsdl:fault message="tns:DGWSFault" name="DGWSFault"/> |
50 + | </wsdl:operation> |
51 + | </wsdl:portType> |
52 + | |
53 + | <wsdl:binding name="DetGodeCPROpslagBinding" type="tns:DetGodeCPROpslag"> |
54 + | <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/> |
55 + | <wsdl:operation name="getPersonInformation"> |
56 + | <soap:operation soapAction="http://rep.oio.dk/medcom.sundcom.dk/xml/wsdl/2007/06/28/getPersonInformation" style="document"/> |
57 + | <wsdl:input> |
58 + | <soap:body use="literal" parts="parameters"/> |
59 + | <soap:header message="tns:getPersonInformationIn" part="wsseHeader" use="literal"/> |
60 + | <soap:header message="tns:getPersonInformationIn" part="medcomHeader" use="literal"/> |
61 + | </wsdl:input> |
62 + | <wsdl:output> |
63 + | <soap:body use="literal" parts="parameters"/> |
64 + | <soap:header message="tns:getPersonInformationOut" part="wsseHeader" use="literal"/> |
65 + | <soap:header message="tns:getPersonInformationOut" part="medcomHeader" use="literal"/> |
66 + | </wsdl:output> |
67 + | <wsdl:fault name="DGWSFault"> |
68 + | <soap:fault name="DGWSFault" use="literal"/> |
69 + | </wsdl:fault> |
70 + | </wsdl:operation> |
71 + | <wsdl:operation name="getPersonWithHealthCareInformation"> |
72 + | <soap:operation soapAction="http://rep.oio.dk/medcom.sundcom.dk/xml/wsdl/2007/06/28/getPersonWithHealthCareInformation" style="document"/> |
73 + | <wsdl:input> |
74 + | <soap:body use="literal" parts="parameters"/> |
75 + | <soap:header message="tns:getPersonWithHealthCareInformationIn" part="wsseHeader" use="literal"/> |
76 + | <soap:header message="tns:getPersonWithHealthCareInformationIn" part="medcomHeader" use="literal"/> |
77 + | </wsdl:input> |
78 + | <wsdl:output> |
79 + | <soap:body use="literal" parts="parameters"/> |
80 + | <soap:header message="tns:getPersonWithHealthCareInformationOut" part="wsseHeader" use="literal"/> |
81 + | <soap:header message="tns:getPersonWithHealthCareInformationOut" part="medcomHeader" use="literal"/> |
82 + | </wsdl:output> |
83 + | <wsdl:fault name="DGWSFault"> |
84 + | <soap:fault name="DGWSFault" use="literal"/> |
85 + | </wsdl:fault> |
86 + | </wsdl:operation> |
87 + | </wsdl:binding> |
88 + | |
89 + | <wsdl:service name="DetGodeCPROpslagService"> |
90 + | <wsdl:port name="DetGodeCPROpslag" binding="tns:DetGodeCPROpslagBinding"> |
91 + | <soap:address location="http://test1-cnsp.ekstern-test.nspop.dk:8080/stamdata-cpr-ws/service/DetGodeCPROpslag-1.0.4.1"/> |
92 + | </wsdl:port> |
93 + | </wsdl:service> |
94 + | |
95 + | </wsdl:definitions> |