source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/JAXBBindingExample/UnitTest/JAXBBindingEJB-soapui-project.xml@ 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: 29.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<con:soapui-project resourceRoot="${projectDir}" name="JAXBBindingEJB" soapui-version="2.0.3" xmlns:con="http://eviware.com/soapui/config"><con:settings><con:setting id="ProjectSettings@projectRoot">C:\projects\NHINC\Current\Product\Production\Examples\JAXBBindingExample\UnitTest</con:setting></con:settings><con:interface xsi:type="con:WsdlInterface" name="NhincComponentPropAccessorBindingSoap11" bindingName="{urn:gov:hhs:fha:nhinc:nhinccomponentpropaccessor}NhincComponentPropAccessorBindingSoap11" soapVersion="1_1" definition="file:C:/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhincComponentPropAccessor.wsdl" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><con:settings/><con:definitionCache rootPart="file:C:\projects\NHINC\Current\Product\Production\Common\Interfaces\src\wsdl\NhincComponentPropAccessor.wsdl" type="TEXT"><con:part><con:url>file:C:\projects\NHINC\Current\Product\Production\Common\Interfaces\src\wsdl\NhincComponentPropAccessor.wsdl</con:url><con:content><![CDATA[<definitions name="PropertyAccessorService" targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentpropaccessor" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:gov:hhs:fha:nhinc:nhinccomponentpropaccessor" xmlns:propacc="urn:gov:hhs:fha:nhinc:common:propertyaccess" xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
3 <types>
4 <xsd:schema targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentpropaccessor">
5 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:propertyaccess" schemaLocation="../schemas/nhinc/common/PropertyAccess.xsd"/>
6 </xsd:schema>
7 </types>
8 <message name="GetPropertyRequestMessage">
9 <part name="GetPropertyRequest" element="propacc:GetPropertyRequest"/>
10 </message>
11 <message name="GetPropertyResponseMessage">
12 <part name="GetPropertyResponse" element="propacc:GetPropertyResponse"/>
13 </message>
14 <message name="GetPropertyBooleanRequestMessage">
15 <part name="GetPropertyBooleanRequest" element="propacc:GetPropertyBooleanRequest"/>
16 </message>
17 <message name="GetPropertyBooleanResponseMessage">
18 <part name="GetPropertyBooleanResponse" element="propacc:GetPropertyBooleanResponse"/>
19 </message>
20 <message name="GetPropertyNamesRequestMessage">
21 <part name="GetPropertyNamesRequest" element="propacc:GetPropertyNamesRequest"/>
22 </message>
23 <message name="GetPropertyNamesResponseMessage">
24 <part name="GetPropertyNamesResponse" element="propacc:GetPropertyNamesResponse"/>
25 </message>
26 <message name="GetPropertiesRequestMessage">
27 <part name="GetPropertiesRequest" element="propacc:GetPropertiesRequest"/>
28 </message>
29 <message name="GetPropertiesResponseMessage">
30 <part name="GetPropertiesResponse" element="propacc:GetPropertiesResponse"/>
31 </message>
32 <message name="GetRefreshDurationRequestMessage">
33 <part name="GetRefreshDurationRequest" element="propacc:GetRefreshDurationRequest"/>
34 </message>
35 <message name="GetRefreshDurationResponseMessage">
36 <part name="GetRefreshDurationResponse" element="propacc:GetRefreshDurationResponse"/>
37 </message>
38 <message name="GetDurationBeforeNextRefreshRequestMessage">
39 <part name="GetDurationBeforeNextRefreshRequest" element="propacc:GetDurationBeforeNextRefreshRequest"/>
40 </message>
41 <message name="GetDurationBeforeNextRefreshResponseMessage">
42 <part name="GetDurationBeforeNextRefreshResponse" element="propacc:GetDurationBeforeNextRefreshResponse"/>
43 </message>
44 <message name="ForceRefreshRequestMessage">
45 <part name="ForceRefreshRequest" element="propacc:ForceRefreshRequest"/>
46 </message>
47 <message name="ForceRefreshResponseMessage">
48 <part name="ForceRefreshResponse" element="propacc:ForceRefreshResponse"/>
49 </message>
50 <message name="GetPropertyFileLocationRequestMessage">
51 <part name="GetPropertyFileLocationRequest" element="propacc:GetPropertyFileLocationRequest"/>
52 </message>
53 <message name="GetPropertyFileLocationResponseMessage">
54 <part name="GetPropertyFileLocationResponse" element="propacc:GetPropertyFileLocationResponse"/>
55 </message>
56 <message name="DumpPropsToLogRequestMessage">
57 <part name="DumpPropsToLogRequest" element="propacc:DumpPropsToLogRequest"/>
58 </message>
59 <message name="DumpPropsToLogResponseMessage">
60 <part name="DumpPropsToLogResponse" element="propacc:DumpPropsToLogResponse"/>
61 </message>
62 <message name="WritePropertyFileRequestMessage">
63 <part name="WritePropertyFileRequest" element="propacc:WritePropertyFileRequest"/>
64 </message>
65 <message name="WritePropertyFileResponseMessage">
66 <part name="WritePropertyFileResponse" element="propacc:WritePropertyFileResponse"/>
67 </message>
68 <message name="DeletePropertyFileRequestMessage">
69 <part name="DeletePropertyFileRequest" element="propacc:DeletePropertyFileRequest"/>
70 </message>
71 <message name="DeletePropertyFileResponseMessage">
72 <part name="DeletePropertyFileResponse" element="propacc:DeletePropertyFileResponse"/>
73 </message>
74 <portType name="NhincComponentPropAccessorPortType">
75 <operation name="GetProperty">
76 <input name="GetPropertyRequest" message="tns:GetPropertyRequestMessage"/>
77 <output name="GetPropertyResponse" message="tns:GetPropertyResponseMessage"/>
78 </operation>
79 <operation name="GetPropertyBoolean">
80 <input name="GetPropertyBooleanRequest" message="tns:GetPropertyBooleanRequestMessage"/>
81 <output name="GetPropertyBooleanResponse" message="tns:GetPropertyBooleanResponseMessage"/>
82 </operation>
83 <operation name="GetPropertyNames">
84 <input name="GetPropertyNamesRequest" message="tns:GetPropertyNamesRequestMessage"/>
85 <output name="GetPropertyNamesResponse" message="tns:GetPropertyNamesResponseMessage"/>
86 </operation>
87 <operation name="GetProperties">
88 <input name="GetPropertiesRequest" message="tns:GetPropertiesRequestMessage"/>
89 <output name="GetPropertiesResponse" message="tns:GetPropertiesResponseMessage"/>
90 </operation>
91 <operation name="GetRefreshDuration">
92 <input name="GetRefreshDurationRequest" message="tns:GetRefreshDurationRequestMessage"/>
93 <output name="GetRefreshDurationResponse" message="tns:GetRefreshDurationResponseMessage"/>
94 </operation>
95 <operation name="GetDurationBeforeNextRefresh">
96 <input name="GetDurationBeforeNextRefreshRequest" message="tns:GetDurationBeforeNextRefreshRequestMessage"/>
97 <output name="GetDurationBeforeNextRefreshResponse" message="tns:GetDurationBeforeNextRefreshResponseMessage"/>
98 </operation>
99 <operation name="ForceRefresh">
100 <input name="ForceRefreshRequest" message="tns:ForceRefreshRequestMessage"/>
101 <output name="ForceRefreshResponse" message="tns:ForceRefreshResponseMessage"/>
102 </operation>
103 <operation name="GetPropertyFileLocation">
104 <input name="GetPropertyFileLocationRequest" message="tns:GetPropertyFileLocationRequestMessage"/>
105 <output name="GetPropertyFileLocationResponse" message="tns:GetPropertyFileLocationResponseMessage"/>
106 </operation>
107 <operation name="DumpPropsToLog">
108 <input name="DumpPropsToLogRequest" message="tns:DumpPropsToLogRequestMessage"/>
109 <output name="DumpPropsToLogResponse" message="tns:DumpPropsToLogResponseMessage"/>
110 </operation>
111 <operation name="WritePropertyFile">
112 <input name="WritePropertyFileRequest" message="tns:WritePropertyFileRequestMessage"/>
113 <output name="WritePropertyFileResponse" message="tns:WritePropertyFileResponseMessage"/>
114 </operation>
115 <operation name="DeletePropertyFile">
116 <input name="DeletePropertyFileRequest" message="tns:DeletePropertyFileRequestMessage"/>
117 <output name="DeletePropertyFileResponse" message="tns:DeletePropertyFileResponseMessage"/>
118 </operation>
119 </portType>
120 <binding name="NhincComponentPropAccessorBindingSoap11" type="tns:NhincComponentPropAccessorPortType">
121 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
122 <operation name="GetProperty">
123 <soap:operation soapAction="urn:GetProperty"/>
124 <input name="GetPropertyRequest">
125 <soap:body use="literal"/>
126 </input>
127 <output name="GetPropertyResponse">
128 <soap:body use="literal"/>
129 </output>
130 </operation>
131 <operation name="GetPropertyBoolean">
132 <soap:operation soapAction="urn:GetPropertyBoolean"/>
133 <input name="GetPropertyBooleanRequest">
134 <soap:body use="literal"/>
135 </input>
136 <output name="GetPropertyBooleanResponse">
137 <soap:body use="literal"/>
138 </output>
139 </operation>
140 <operation name="GetPropertyNames">
141 <soap:operation soapAction="urn:GetPropertyNames"/>
142 <input name="GetPropertyNamesRequest">
143 <soap:body use="literal"/>
144 </input>
145 <output name="GetPropertyNamesResponse">
146 <soap:body use="literal"/>
147 </output>
148 </operation>
149 <operation name="GetProperties">
150 <soap:operation soapAction="urn:GetProperties"/>
151 <input name="GetPropertiesRequest">
152 <soap:body use="literal"/>
153 </input>
154 <output name="GetPropertiesResponse">
155 <soap:body use="literal"/>
156 </output>
157 </operation>
158 <operation name="GetRefreshDuration">
159 <soap:operation soapAction="urn:GetRefreshDuration"/>
160 <input name="GetRefreshDurationRequest">
161 <soap:body use="literal"/>
162 </input>
163 <output name="GetRefreshDurationResponse">
164 <soap:body use="literal"/>
165 </output>
166 </operation>
167 <operation name="GetDurationBeforeNextRefresh">
168 <soap:operation soapAction="urn:GetDurationBeforeNextRefresh"/>
169 <input name="GetDurationBeforeNextRefreshRequest">
170 <soap:body use="literal"/>
171 </input>
172 <output name="GetDurationBeforeNextRefreshResponse">
173 <soap:body use="literal"/>
174 </output>
175 </operation>
176 <operation name="ForceRefresh">
177 <soap:operation soapAction="urn:ForceRefresh"/>
178 <input name="ForceRefreshRequest">
179 <soap:body use="literal"/>
180 </input>
181 <output name="ForceRefreshResponse">
182 <soap:body use="literal"/>
183 </output>
184 </operation>
185 <operation name="GetPropertyFileLocation">
186 <soap:operation soapAction="urn:GetPropertyFileLocation"/>
187 <input name="GetPropertyFileLocationRequest">
188 <soap:body use="literal"/>
189 </input>
190 <output name="GetPropertyFileLocationResponse">
191 <soap:body use="literal"/>
192 </output>
193 </operation>
194 <operation name="DumpPropsToLog">
195 <soap:operation soapAction="urn:DumpPropsToLog"/>
196 <input name="DumpPropsToLogRequest">
197 <soap:body use="literal"/>
198 </input>
199 <output name="DumpPropsToLogResponse">
200 <soap:body use="literal"/>
201 </output>
202 </operation>
203 <operation name="WritePropertyFile">
204 <soap:operation soapAction="urn:WritePropertyFile"/>
205 <input name="WritePropertyFileRequest">
206 <soap:body use="literal"/>
207 </input>
208 <output name="WritePropertyFileResponse">
209 <soap:body use="literal"/>
210 </output>
211 </operation>
212 <operation name="DeletePropertyFile">
213 <soap:operation soapAction="urn:DeletePropertyFile"/>
214 <input name="DeletePropertyFileRequest">
215 <soap:body use="literal"/>
216 </input>
217 <output name="DeletePropertyFileResponse">
218 <soap:body use="literal"/>
219 </output>
220 </operation>
221 </binding>
222 <service name="NhincComponentPropAccessor">
223 <port name="NhincComponentPropAccessorPort" binding="tns:NhincComponentPropAccessorBindingSoap11">
224 <soap:address location="http://localhost:${HttpDefaultPort}/NhinConnect/NhincComponentPropAccessor"/>
225 </port>
226 </service>
227 <plnk:partnerLinkType name="NhincComponentPropAccessor">
228 <!--A partner link type is automatically generated when a new port type
229 is added. Partner link types are used by BPEL processes. In a BPEL
230 process, a partner link represents the interaction between the BPEL
231 process and a partner service. Each partner link is associated with
232 a partner link type. A partner link type characterizes the
233 conversational relationship between two services. The partner link
234 type can have one or two roles.-->
235 <plnk:role name="NhincComponentPropAccessorPortTypeRole" portType="tns:NhincComponentPropAccessorPortType"/>
236 </plnk:partnerLinkType>
237</definitions>]]></con:content><con:type>http://schemas.xmlsoap.org/wsdl/</con:type></con:part><con:part><con:url>file:C:\projects\NHINC\Current\Product\Production\Common\Interfaces\src\schemas\nhinc\common\PropertyAccess.xsd</con:url><con:content><![CDATA[<xsd:schema targetNamespace="urn:gov:hhs:fha:nhinc:common:propertyaccess" elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="urn:gov:hhs:fha:nhinc:common:propertyaccess">
238 <xsd:complexType name="GetPropertyRequestType">
239 <xsd:sequence>
240 <xsd:element name="propertyFile" type="xsd:string"/>
241 <xsd:element name="propertyName" type="xsd:string"/>
242 </xsd:sequence>
243 </xsd:complexType>
244 <xsd:element name="GetPropertyRequest" type="tns:GetPropertyRequestType"/>
245 <xsd:complexType name="GetPropertyResponseType">
246 <xsd:sequence>
247 <xsd:element name="propertyValue" type="xsd:string"/>
248 </xsd:sequence>
249 </xsd:complexType>
250 <xsd:element name="GetPropertyResponse" type="tns:GetPropertyResponseType"/>
251 <xsd:complexType name="GetPropertyBooleanRequestType">
252 <xsd:sequence>
253 <xsd:element name="propertyFile" type="xsd:string"/>
254 <xsd:element name="propertyName" type="xsd:string"/>
255 </xsd:sequence>
256 </xsd:complexType>
257 <xsd:element name="GetPropertyBooleanRequest" type="tns:GetPropertyBooleanRequestType"/>
258 <xsd:complexType name="GetPropertyBooleanResponseType">
259 <xsd:sequence>
260 <xsd:element name="propertyValue" type="xsd:boolean"/>
261 </xsd:sequence>
262 </xsd:complexType>
263 <xsd:element name="GetPropertyBooleanResponse" type="tns:GetPropertyBooleanResponseType"/>
264 <xsd:complexType name="GetPropertyNamesRequestType">
265 <xsd:sequence>
266 <xsd:element name="propertyFile" type="xsd:string"/>
267 </xsd:sequence>
268 </xsd:complexType>
269 <xsd:element name="GetPropertyNamesRequest" type="tns:GetPropertyNamesRequestType"/>
270 <xsd:complexType name="GetPropertyNamesResponseType">
271 <xsd:sequence>
272 <xsd:element name="propertyName" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
273 </xsd:sequence>
274 </xsd:complexType>
275 <xsd:element name="GetPropertyNamesResponse" type="tns:GetPropertyNamesResponseType"/>
276 <xsd:complexType name="PropertyType">
277 <xsd:sequence>
278 <xsd:element name="propertyName" type="xsd:string"/>
279 <xsd:element name="propertyValue" type="xsd:string"/>
280 </xsd:sequence>
281 </xsd:complexType>
282 <xsd:element name="Property" type="tns:PropertyType"/>
283 <xsd:complexType name="PropertiesType">
284 <xsd:sequence>
285 <xsd:element name="property" type="tns:PropertyType" minOccurs="0" maxOccurs="unbounded"/>
286 </xsd:sequence>
287 </xsd:complexType>
288 <xsd:element name="Properties" type="tns:PropertiesType"/>
289 <xsd:complexType name="GetPropertiesRequestType">
290 <xsd:sequence>
291 <xsd:element name="propertyFile" type="xsd:string"/>
292 </xsd:sequence>
293 </xsd:complexType>
294 <xsd:element name="GetPropertiesRequest" type="tns:GetPropertiesRequestType"/>
295 <xsd:complexType name="GetPropertiesResponseType">
296 <xsd:sequence>
297 <xsd:element name="properties" type="tns:PropertiesType"/>
298 </xsd:sequence>
299 </xsd:complexType>
300 <xsd:element name="GetPropertiesResponse" type="tns:GetPropertiesResponseType"/>
301 <xsd:complexType name="GetRefreshDurationRequestType">
302 <xsd:sequence>
303 <xsd:element name="propertyFile" type="xsd:string"/>
304 </xsd:sequence>
305 </xsd:complexType>
306 <xsd:element name="GetRefreshDurationRequest" type="tns:GetRefreshDurationRequestType"/>
307 <xsd:complexType name="GetRefreshDurationResponseType">
308 <xsd:sequence>
309 <xsd:element name="durationMillis" type="xsd:int"/>
310 </xsd:sequence>
311 </xsd:complexType>
312 <xsd:element name="GetRefreshDurationResponse" type="tns:GetRefreshDurationResponseType"/>
313 <xsd:complexType name="GetDurationBeforeNextRefreshRequestType">
314 <xsd:sequence>
315 <xsd:element name="propertyFile" type="xsd:string"/>
316 </xsd:sequence>
317 </xsd:complexType>
318 <xsd:element name="GetDurationBeforeNextRefreshRequest" type="tns:GetDurationBeforeNextRefreshRequestType"/>
319 <xsd:complexType name="GetDurationBeforeNextRefreshResponseType">
320 <xsd:sequence>
321 <xsd:element name="durationMillis" type="xsd:int"/>
322 </xsd:sequence>
323 </xsd:complexType>
324 <xsd:element name="GetDurationBeforeNextRefreshResponse" type="tns:GetDurationBeforeNextRefreshResponseType"/>
325 <xsd:complexType name="ForceRefreshRequestType">
326 <xsd:sequence>
327 <xsd:element name="propertyFile" type="xsd:string"/>
328 </xsd:sequence>
329 </xsd:complexType>
330 <xsd:element name="ForceRefreshRequest" type="tns:ForceRefreshRequestType"/>
331 <xsd:complexType name="ForceRefreshResponseType">
332 <xsd:sequence>
333 <xsd:element name="refreshed" type="xsd:boolean"/>
334 </xsd:sequence>
335 </xsd:complexType>
336 <xsd:element name="ForceRefreshResponse" type="tns:ForceRefreshResponseType"/>
337 <xsd:complexType name="GetPropertyFileLocationRequestType">
338 <xsd:sequence>
339 <xsd:element name="noopPlaceHolder" type="xsd:boolean"/>
340 </xsd:sequence>
341 </xsd:complexType>
342 <xsd:element name="GetPropertyFileLocationRequest" type="tns:GetPropertyFileLocationRequestType"/>
343 <xsd:complexType name="GetPropertyFileLocationResponseType">
344 <xsd:sequence>
345 <xsd:element name="location" type="xsd:string"/>
346 </xsd:sequence>
347 </xsd:complexType>
348 <xsd:element name="GetPropertyFileLocationResponse" type="tns:GetPropertyFileLocationResponseType"/>
349 <xsd:complexType name="DumpPropsToLogRequestType">
350 <xsd:sequence>
351 <xsd:element name="propertyFile" type="xsd:string"/>
352 </xsd:sequence>
353 </xsd:complexType>
354 <xsd:element name="DumpPropsToLogRequest" type="tns:DumpPropsToLogRequestType"/>
355 <xsd:complexType name="DumpPropsToLogResponseType">
356 <xsd:sequence>
357 <xsd:element name="completed" type="xsd:boolean"/>
358 </xsd:sequence>
359 </xsd:complexType>
360 <xsd:element name="DumpPropsToLogResponse" type="tns:DumpPropsToLogResponseType"/>
361 <xsd:complexType name="WritePropertyFileRequestType">
362 <xsd:sequence>
363 <xsd:element name="propertyFile" type="xsd:string"/>
364 <xsd:element name="properties" type="tns:PropertiesType"/>
365 </xsd:sequence>
366 </xsd:complexType>
367 <xsd:element name="WritePropertyFileRequest" type="tns:WritePropertyFileRequestType"/>
368 <xsd:complexType name="WritePropertyFileResponseType">
369 <xsd:sequence>
370 <xsd:element name="success" type="xsd:boolean"/>
371 </xsd:sequence>
372 </xsd:complexType>
373 <xsd:element name="WritePropertyFileResponse" type="tns:WritePropertyFileResponseType"/>
374 <xsd:complexType name="DeletePropertyFileRequestType">
375 <xsd:sequence>
376 <xsd:element name="propertyFile" type="xsd:string"/>
377 </xsd:sequence>
378 </xsd:complexType>
379 <xsd:element name="DeletePropertyFileRequest" type="tns:DeletePropertyFileRequestType"/>
380 <xsd:complexType name="DeletePropertyFileResponseType">
381 <xsd:sequence>
382 <xsd:element name="success" type="xsd:boolean"/>
383 </xsd:sequence>
384 </xsd:complexType>
385 <xsd:element name="DeletePropertyFileResponse" type="tns:DeletePropertyFileResponseType"/>
386</xsd:schema>]]></con:content><con:type>http://www.w3.org/2001/XMLSchema</con:type></con:part></con:definitionCache><con:endpoints><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint></con:endpoints><con:operation isOneWay="false" action="urn:DeletePropertyFile" name="DeletePropertyFile" bindingOperationName="DeletePropertyFile" type="Request-Response" outputName="DeletePropertyFileResponse" inputName="DeletePropertyFileRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
387 <soapenv:Header/>
388 <soapenv:Body>
389 <urn:DeletePropertyFileRequest>
390 <urn:propertyFile>?</urn:propertyFile>
391 </urn:DeletePropertyFileRequest>
392 </soapenv:Body>
393</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:DumpPropsToLog" name="DumpPropsToLog" bindingOperationName="DumpPropsToLog" type="Request-Response" outputName="DumpPropsToLogResponse" inputName="DumpPropsToLogRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
394 <soapenv:Header/>
395 <soapenv:Body>
396 <urn:DumpPropsToLogRequest>
397 <urn:propertyFile>?</urn:propertyFile>
398 </urn:DumpPropsToLogRequest>
399 </soapenv:Body>
400</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:ForceRefresh" name="ForceRefresh" bindingOperationName="ForceRefresh" type="Request-Response" outputName="ForceRefreshResponse" inputName="ForceRefreshRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
401 <soapenv:Header/>
402 <soapenv:Body>
403 <urn:ForceRefreshRequest>
404 <urn:propertyFile>?</urn:propertyFile>
405 </urn:ForceRefreshRequest>
406 </soapenv:Body>
407</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetDurationBeforeNextRefresh" name="GetDurationBeforeNextRefresh" bindingOperationName="GetDurationBeforeNextRefresh" type="Request-Response" outputName="GetDurationBeforeNextRefreshResponse" inputName="GetDurationBeforeNextRefreshRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
408 <soapenv:Header/>
409 <soapenv:Body>
410 <urn:GetDurationBeforeNextRefreshRequest>
411 <urn:propertyFile>?</urn:propertyFile>
412 </urn:GetDurationBeforeNextRefreshRequest>
413 </soapenv:Body>
414</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetProperties" name="GetProperties" bindingOperationName="GetProperties" type="Request-Response" outputName="GetPropertiesResponse" inputName="GetPropertiesRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
415 <soapenv:Header/>
416 <soapenv:Body>
417 <urn:GetPropertiesRequest>
418 <urn:propertyFile>?</urn:propertyFile>
419 </urn:GetPropertiesRequest>
420 </soapenv:Body>
421</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetProperty" name="GetProperty" bindingOperationName="GetProperty" type="Request-Response" outputName="GetPropertyResponse" inputName="GetPropertyRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
422 <soapenv:Header/>
423 <soapenv:Body>
424 <urn:GetPropertyRequest>
425 <urn:propertyFile>xx</urn:propertyFile>
426 <urn:propertyName>xx</urn:propertyName>
427 </urn:GetPropertyRequest>
428 </soapenv:Body>
429</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetPropertyBoolean" name="GetPropertyBoolean" bindingOperationName="GetPropertyBoolean" type="Request-Response" outputName="GetPropertyBooleanResponse" inputName="GetPropertyBooleanRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
430 <soapenv:Header/>
431 <soapenv:Body>
432 <urn:GetPropertyBooleanRequest>
433 <urn:propertyFile>?</urn:propertyFile>
434 <urn:propertyName>?</urn:propertyName>
435 </urn:GetPropertyBooleanRequest>
436 </soapenv:Body>
437</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetPropertyFileLocation" name="GetPropertyFileLocation" bindingOperationName="GetPropertyFileLocation" type="Request-Response" outputName="GetPropertyFileLocationResponse" inputName="GetPropertyFileLocationRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
438 <soapenv:Header/>
439 <soapenv:Body>
440 <urn:GetPropertyFileLocationRequest>
441 <urn:noopPlaceHolder>?</urn:noopPlaceHolder>
442 </urn:GetPropertyFileLocationRequest>
443 </soapenv:Body>
444</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetPropertyNames" name="GetPropertyNames" bindingOperationName="GetPropertyNames" type="Request-Response" outputName="GetPropertyNamesResponse" inputName="GetPropertyNamesRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
445 <soapenv:Header/>
446 <soapenv:Body>
447 <urn:GetPropertyNamesRequest>
448 <urn:propertyFile>?</urn:propertyFile>
449 </urn:GetPropertyNamesRequest>
450 </soapenv:Body>
451</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:GetRefreshDuration" name="GetRefreshDuration" bindingOperationName="GetRefreshDuration" type="Request-Response" outputName="GetRefreshDurationResponse" inputName="GetRefreshDurationRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
452 <soapenv:Header/>
453 <soapenv:Body>
454 <urn:GetRefreshDurationRequest>
455 <urn:propertyFile>?</urn:propertyFile>
456 </urn:GetRefreshDurationRequest>
457 </soapenv:Body>
458</soapenv:Envelope>]]></con:request></con:call></con:operation><con:operation isOneWay="false" action="urn:WritePropertyFile" name="WritePropertyFile" bindingOperationName="WritePropertyFile" type="Request-Response" outputName="WritePropertyFileResponse" inputName="WritePropertyFileRequest" receivesAttachments="false" sendsAttachments="false"><con:settings/><con:call name="Request 1"><con:settings/><con:encoding>UTF-8</con:encoding><con:endpoint>http://localhost:9080/NhinConnect/NhincComponentPropAccessor</con:endpoint><con:request><![CDATA[<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:gov:hhs:fha:nhinc:common:propertyaccess">
459 <soapenv:Header/>
460 <soapenv:Body>
461 <urn:WritePropertyFileRequest>
462 <urn:propertyFile>?</urn:propertyFile>
463 <urn:properties>
464 <!--Zero or more repetitions:-->
465 <urn:property>
466 <urn:propertyName>?</urn:propertyName>
467 <urn:propertyValue>?</urn:propertyValue>
468 </urn:property>
469 </urn:properties>
470 </urn:WritePropertyFileRequest>
471 </soapenv:Body>
472</soapenv:Envelope>]]></con:request></con:call></con:operation></con:interface><con:properties/><con:wssContainer/></con:soapui-project>
Note: See TracBrowser for help on using the repository browser.