source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/AdapterCA/src/jbiServiceUnits/AdapterPolicyEngineBPEL/META-INF/src/_references/_projects/Interfaces/src/wsdl/AdapterComponentDocRepository.wsdl@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- This wsdl file is for an XDS.b Document Repository Actor
3 It can be used 'as is' to support Document Repository Transactions
4 using Synchronous Web Services.
5 The wsdl file can also be used to support the Asynchronous
6 Web Services Exchange option. To do this, you will need to
7 'uncomment' all the comment sections below that are labeled
8 'SECTION FOR WEB SERVICES EXCHANGE OPTION' -->
9<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
10 xmlns="http://schemas.xmlsoap.org/wsdl/"
11 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
12 xmlns:ihe="urn:ihe:iti:xds-b:2007"
13 xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
14 targetNamespace="urn:ihe:iti:xds-b:2007"
15 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
16 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
17 name="DocumentRepository">
18 <documentation>IHE XDS.b Document Repository</documentation>
19 <types>
20 <xsd:schema elementFormDefault="qualified"
21 targetNamespace="urn:ihe:iti:xds-b:2007"
22 xmlns:ihe="urn:ihe:iti:xds-b:2007">
23 <!-- Include the message schema -->
24 <xsd:include schemaLocation="../schemas/ihe/XDS.b_DocumentRepository.xsd"/>
25 </xsd:schema>
26 <xsd:schema elementFormDefault="qualified"
27 targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
28 xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0">
29 <!-- Include the message schema -->
30 <xsd:include schemaLocation="../schemas/ebRS/rs.xsd"/>
31 </xsd:schema>
32 <!-- While no elements are directly used from these schema in the WSDL,
33 they need to be present here in order for
34 code generating toolkits to work properly -->
35 <xsd:schema elementFormDefault="qualified"
36 targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0"
37 xmlns:lcm="urn:oasis:names:tc:ebxml-regrep:xsd:lcm:3.0">
38 <!-- Include the message schema -->
39 <xsd:include schemaLocation="../schemas/ebRS/lcm.xsd"/>
40 </xsd:schema>
41 <xsd:schema elementFormDefault="qualified"
42 targetNamespace="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"
43 xmlns:lcm="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0">
44 <!-- Include the message schema -->
45 <xsd:include schemaLocation="../schemas/ebRS/rim.xsd"/>
46 </xsd:schema>
47
48 <!-- Importing all schemas within one seems to confuse some parsers
49 and code-generation tools (and may be invalid)
50 <xsd:schema elementFormDefault="qualified">
51 <xsd:import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
52 schemaLocation="../schema/ebRS/rs.xsd"/>
53 <xsd:import namespace="urn:ihe:iti:xds-b:2007"
54 schemaLocation="../schema/IHE/XDS.b_DocumentRepository.xsd"/>
55 </xsd:schema>
56 -->
57 </types>
58 <message name="RetrieveDocumentSet_Message">
59 <documentation>Retrieve Document Set</documentation>
60 <part name="body" element="ihe:RetrieveDocumentSetRequest"/>
61 </message>
62 <message name="RetrieveDocumentSetResponse_Message">
63 <documentation>Retrieve Document Set Response</documentation>
64 <part name="body" element="ihe:RetrieveDocumentSetResponse"/>
65 </message>
66 <message name="ProvideAndRegisterDocumentSet-b_Message">
67 <documentation>Provide and Register Document Set</documentation>
68 <part name="body" element="ihe:ProvideAndRegisterDocumentSetRequest"/>
69 </message>
70 <message name="ProvideAndRegisterDocumentSet-bResponse_Message">
71 <documentation>Provide And Register Document Set Response</documentation>
72 <part name="body" element="rs:RegistryResponse"/>
73 </message>
74 <!-- SECTION FOR WEB SERVICES EXCHANGE OPTION
75 <message name="RegisterDocumentSet-bResponse_Message">
76 <documentation>Register Document Set Response</documentation>
77 <part name="body" element="ihe:RegisterDocumentSet-bResponse"/>
78 </message>
79 -->
80 <portType name="DocumentRepository_PortType">
81 <operation name="DocumentRepository_RetrieveDocumentSet">
82 <input message="ihe:RetrieveDocumentSet_Message"
83 wsaw:Action="urn:ihe:iti:2007:RetrieveDocumentSet"/>
84 <output message="ihe:RetrieveDocumentSetResponse_Message"
85 wsaw:Action="urn:ihe:iti:2007:RetrieveDocumentSetResponse"/>
86 </operation>
87 <operation name="DocumentRepository_ProvideAndRegisterDocumentSet-b">
88 <input message="ihe:ProvideAndRegisterDocumentSet-b_Message"
89 wsaw:Action="urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b"/>
90 <output message="ihe:ProvideAndRegisterDocumentSet-bResponse_Message"
91 wsaw:Action="urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-bResponse"/>
92 </operation>
93 <!-- SECTION FOR WEB SERVICES EXCHANGE OPTION
94 <operation name="DocumentRepository_RetrieveDocumentSetAsync">
95 <input message="ihe:RetrieveDocumentSet_Message"
96 wsaw:Action="urn:ihe:iti:2008:RetrieveDocumentSet-bAsync"/>
97 </operation>
98 <operation name="DocumentRepository_ProvideAndRegisterDocumentSetAsync">
99 <input message="ihe:ProvideAndRegisterDocumentSet_Message"
100 wsaw:Action="urn:ihe:iti:2008:ProvideAndRegisterDocumentSet-bAsync"/>
101 </operation>
102 <operation name="DocumentRepository_RegisterDocumentSet-bAsyncResponse">
103 <input message="ihe:RegisterDocumentSet-bResponse_Message"
104 wsaw:Action="urn:ihe:iti:2008:RegisterDocumentSet-bAsyncResponse"/>
105 </operation>
106 -->
107 </portType>
108 <binding name="DocumentRepository_Binding"
109 type="ihe:DocumentRepository_PortType">
110 <soap12:binding style="document"
111 transport="http://schemas.xmlsoap.org/soap/http"/>
112 <operation name="DocumentRepository_ProvideAndRegisterDocumentSet-b">
113 <soap12:operation soapAction="urn:ihe:iti:2007:ProvideAndRegisterDocumentSet-b"/>
114 <input>
115 <soap12:body use="literal"/>
116 </input>
117 <output>
118 <soap12:body use="literal"/>
119 </output>
120 </operation>
121 <operation name="DocumentRepository_RetrieveDocumentSet">
122 <soap12:operation soapAction="urn:ihe:iti:2007:RetrieveDocumentSet"/>
123 <input>
124 <soap12:body use="literal"/>
125 </input>
126 <output>
127 <soap12:body use="literal"/>
128 </output>
129 </operation>
130 <!-- SECTION FOR WEB SERVICES EXCHANGE OPTION
131 <operation name="DocumentRepository_RetrieveDocumentSetAsync">
132 <soap12:operation soapAction="urn:ihe:iti:2008:RetrieveDocumentSet-bAsync" />
133 <input>
134 <soap12:body use="literal"/>
135 </input>
136 </operation>
137 <operation name="DocumentRepository_ProvideAndRegisterDocumentSetAsync">
138 <soap12:operation soapAction="urn:ihe:iti:2008:ProvideAndRegisterDocumentSet-bAsync" />
139 <input>
140 <soap12:body use="literal"/>
141 </input>
142 </operation>
143 <operation name="DocumentRepository_RegisterDocumentSet-bAsyncResponse">
144 <soap12:operation soapAction="urn:ihe:iti:2008:RegisterDocumentSet-bAsyncResponse" />
145 <input>
146 <soap12:body use="literal"/>
147 </input>
148 </operation>
149 -->
150 </binding>
151 <service name="DocumentRepository_Service">
152 <port name="DocumentRepository_Port_Soap12"
153 binding="ihe:DocumentRepository_Binding">
154 <soap12:address
155 location="http://localhost:${HttpDefaultPort}/DocumentRepository_Service"/>
156 </port>
157 </service>
158</definitions>
Note: See TracBrowser for help on using the repository browser.