source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/EntityCA/src/jbiServiceUnits/META-INF/NhincProxyBPEL/src/_references/_projects/Interfaces/src/wsdl/NhincComponentConnectionManager.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: 26.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
3 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
4 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
5 xmlns:tns="urn:gov:hhs:fha:nhinc:nhinccomponentconnectionmanager"
6 xmlns:conninfo="urn:gov:hhs:fha:nhinc:common:connectionmanagerinfo"
7 xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
8 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
9 xmlns:nccommon="urn:gov:hhs:fha:nhinc:common:nhinccommon"
10 name="ConnectionManagerService"
11 targetNamespace="urn:gov:hhs:fha:nhinc:nhinccomponentconnectionmanager">
12 <wsdl:types>
13 <xsd:schema>
14 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:connectionmanagerinfo"
15 schemaLocation="../schemas/nhinc/common/ConnectionManagerInfo.xsd"/>
16 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:nhinccommon"
17 schemaLocation="../schemas/nhinc/common/NhincCommon.xsd"/>
18 </xsd:schema>
19 </wsdl:types>
20 <message name="GetAllCommunitiesRequestMessage">
21 <part name="GetAllCommunitiesRequest"
22 element="conninfo:GetAllCommunitiesRequest"/>
23 </message>
24 <message name="GetAllCommunitiesResponseMessage">
25 <part name="HomeCommunities"
26 element="nccommon:HomeCommunities"/>
27 </message>
28 <message name="GetAllBusinessEntitiesRequestMessage">
29 <part name="GetAllBusinessEntitiesRequest"
30 element="conninfo:GetAllBusinessEntitiesRequest"/>
31 </message>
32 <message name="GetAllBusinessEntitiesResponseMessage">
33 <part name="BusinessEntities"
34 element="conninfo:BusinessEntities"/>
35 </message>
36 <message name="GetBusinessEntityRequestMessage">
37 <part name="GetBusinessEntityRequest"
38 element="conninfo:GetBusinessEntityRequest"/>
39 </message>
40 <message name="GetBusinessEntityResponseMessage">
41 <part name="BusinessEntity"
42 element="conninfo:BusinessEntity"/>
43 </message>
44 <message name="GetConnectionInfoSetRequestMessage">
45 <part name="HomeCommunities"
46 element="nccommon:HomeCommunities"/>
47 </message>
48 <message name="GetConnectionInfoSetResponseMessage">
49 <part name="ConnectionInfos"
50 element="conninfo:ConnectionInfos"/>
51 </message>
52 <message name="GetConnectionInfoEndpointSetRequestMessage">
53 <part name="GetConnectionInfoEndpointSetRequest"
54 element="conninfo:GetConnectionInfoEndpointSetRequest"/>
55 </message>
56 <message name="GetConnectionInfoEndpointSetResponseMessage">
57 <part name="ConnectionInfoEndpoints"
58 element="conninfo:ConnectionInfoEndpoints"/>
59 </message>
60 <message name="GetBusinessEntitySetRequestMessage">
61 <part name="GetBusinessEntitySetRequest"
62 element="conninfo:GetBusinessEntitySetRequest"/>
63 </message>
64 <message name="GetBusinessEntitySetResponseMessage">
65 <part name="BusinessEntities"
66 element="conninfo:BusinessEntities"/>
67 </message>
68 <message name="GetConnectionInfoSetByServiceNameRequestMessage">
69 <part name="GetConnectionInfoSetByServiceNameRequest"
70 element="conninfo:HomeCommunitiesWithServiceName"/>
71 </message>
72 <message name="GetConnectionInfoSetByServiceNameResponseMessage">
73 <part name="ConnectionInfos"
74 element="conninfo:ConnectionInfos"/>
75 </message>
76 <message name="GetConnectionInfoEndpointSetByServiceNameRequestMessage">
77 <part name="GetConnectionInfoEndpointSetByServiceNameRequest"
78 element="conninfo:GetConnectionInfoEndpointSetByServiceNameRequest"/>
79 </message>
80 <message name="GetConnectionInfoEndpointSetByServiceNameResponseMessage">
81 <part name="ConnectionInfoEndpoints"
82 element="conninfo:ConnectionInfoEndpoints"/>
83 </message>
84 <message name="GetBusinessEntitySetByServiceNameRequestMessage">
85 <part name="GetBusinessEntitySetByServiceNameRequest"
86 element="conninfo:GetBusinessEntitySetByServiceNameRequest"/>
87 </message>
88 <message name="GetBusinessEntitySetByServiceNameResponseMessage">
89 <part name="BusinessEntities"
90 element="conninfo:BusinessEntities"/>
91 </message>
92 <message name="GetConnectionInfoByServiceNameRequestMessage">
93 <part name="HomeCommunityWithServiceName"
94 element="conninfo:HomeCommunityWithServiceName"/>
95 </message>
96 <message name="GetConnectionInfoByServiceNameResponseMessage">
97 <part name="ConnectionInfo"
98 element="conninfo:ConnectionInfo"/>
99 </message>
100 <message name="GetConnectionInfoEndpointByServiceNameRequestMessage">
101 <part name="GetConnectionInfoEndpointByServiceNameRequest"
102 element="conninfo:GetConnectionInfoEndpointByServiceNameRequest"/>
103 </message>
104 <message name="GetConnectionInfoEndpointByServiceNameResponseMessage">
105 <part name="ConnectionInfoEndpoint"
106 element="conninfo:ConnectionInfoEndpoint"/>
107 </message>
108 <message name="GetBusinessEntityByServiceNameRequestMessage">
109 <part name="GetBusinessEntityByServiceNameRequest"
110 element="conninfo:GetBusinessEntityByServiceNameRequest"/>
111 </message>
112 <message name="GetBusinessEntityByServiceNameResponseMessage">
113 <part name="BusinessEntity"
114 element="conninfo:BusinessEntity"/>
115 </message>
116 <message name="GetAllConnectionInfoSetByServiceNameRequestMessage">
117 <part name="GetAllConnectionInfoSetByServiceNameRequest"
118 element="conninfo:GetAllConnectionInfoSetByServiceNameRequest"/>
119 </message>
120 <message name="GetAllConnectionInfoSetByServiceNameResponseMessage">
121 <part name="ConnectionInfos"
122 element="conninfo:ConnectionInfos"/>
123 </message>
124 <message name="GetAllConnectionInfoEndpointSetByServiceNameRequestMessage">
125 <part name="GetAllConnectionInfoEndpointSetByServiceNameRequest"
126 element="conninfo:GetAllConnectionInfoEndpointSetByServiceNameRequest"/>
127 </message>
128 <message name="GetAllConnectionInfoEndpointSetByServiceNameResponseMessage">
129 <part name="ConnectionInfoEndpoints"
130 element="conninfo:ConnectionInfoEndpoints"/>
131 </message>
132 <message name="GetAllBusinessEntitySetByServiceNameRequestMessage">
133 <part name="GetAllBusinessEntitySetByServiceNameRequest"
134 element="conninfo:GetAllBusinessEntitySetByServiceNameRequest"/>
135 </message>
136 <message name="GetAllBusinessEntitySetByServiceNameResponseMessage">
137 <part name="BusinessEntities"
138 element="conninfo:BusinessEntities"/>
139 </message>
140 <message name="ForceRefreshUDDICacheRequestMessage">
141 <part name="ForceRefreshUDDICacheRequest"
142 element="conninfo:ForceRefreshUDDICacheRequest"/>
143 </message>
144 <message name="ForceRefreshUDDICacheResponseMessage">
145 <part name="SuccessOrFail"
146 element="conninfo:SuccessOrFail"/>
147 </message>
148 <message name="ForceRefreshInternalConnectCacheRequestMessage">
149 <part name="ForceRefreshInternalConnectCacheRequest"
150 element="conninfo:ForceRefreshInternalConnectCacheRequest"/>
151 </message>
152 <message name="ForceRefreshInternalConnectCacheResponseMessage">
153 <part name="SuccessOrFail"
154 element="conninfo:SuccessOrFail"/>
155 </message>
156 <message name="StoreAssigningAuthorityToHomeCommunityMappingRequestMessage">
157 <part name="StoreAssigningAuthorityToHomeCommunityMappingRequest" element="conninfo:StoreAssigningAuthorityToHomeCommunityRequest"/>
158 </message>
159 <message name="StoreAssigningAuthorityToHomeCommunityMappingResponseMessage">
160 <part name="ack" element="nccommon:Acknowledgement"/>
161 </message>
162 <message name="GetAssigningAuthoritiesByHomeCommunityRequestMessage">
163 <part name="GetAssigningAuthoritiesByHomeCommunityRequest" element="conninfo:GetAssigningAuthoritiesByHomeCommunityRequest"/>
164 </message>
165 <message name="GetHomeCommunityByAssigningAuthorityRequestMessage">
166 <part name="GetHomeCommunityByAssigningAuthorityRequest" element="conninfo:GetHomeCommunityByAssigningAuthorityRequest"/>
167 </message>
168 <message name="GetAssigningAuthoritiesByHomeCommunityResponseMessage">
169 <part name="GetAssigningAuthoritiesByHomeCommunityResponse" element="conninfo:GetAssigningAuthoritiesByHomeCommunityResponse"/>
170 </message>
171 <message name="GetHomeCommunityByAssigningAuthorityResponseMessage">
172 <part name="GetHomeCommunityByAssigningAuthorityResponse" element="conninfo:GetHomeCommunityByAssigningAuthorityResponse"/>
173 </message>
174 <message name="GetConnectionInfoEndpontFromNhinTargetRequestMessage">
175 <part name="GetConnectionInfoEndpontFromNhinTargetRequest" element="conninfo:GetConnectionInfoEndpontFromNhinTargetRequest"/>
176 </message>
177 <message name="GetConnectionInfoEndpontFromNhinTargetResponseMessage">
178 <part name="GetConnectionInfoEndpontFromNhinTargetResponse" element="nccommon:EPR"/>
179 </message>
180 <portType name="NhincComponentConnectionManagerPortType">
181 <operation name="GetAllCommunities">
182 <input name="GetAllCommunitiesRequest"
183 message="tns:GetAllCommunitiesRequestMessage"/>
184 <output name="GetAllCommunitiesResponse"
185 message="tns:GetAllCommunitiesResponseMessage"/>
186 </operation>
187 <operation name="GetAllBusinessEntities">
188 <input name="GetAllBusinessEntitiesRequest"
189 message="tns:GetAllBusinessEntitiesRequestMessage"/>
190 <output name="GetAllBusinessEntitiesResponse"
191 message="tns:GetAllBusinessEntitiesResponseMessage"/>
192 </operation>
193 <operation name="GetBusinessEntity">
194 <input name="GetBusinessEntityRequest"
195 message="tns:GetBusinessEntityRequestMessage"/>
196 <output name="GetBusinessEntityResponse"
197 message="tns:GetBusinessEntityResponseMessage"/>
198 </operation>
199 <operation name="GetConnectionInfoSet">
200 <input name="GetConnectionInfoSetRequest"
201 message="tns:GetConnectionInfoSetRequestMessage"/>
202 <output name="GetConnectionInfoSetResponse"
203 message="tns:GetConnectionInfoSetResponseMessage"/>
204 </operation>
205 <operation name="GetConnectionInfoEndpointSet">
206 <input name="GetConnectionInfoEndpointSetRequest"
207 message="tns:GetConnectionInfoEndpointSetRequestMessage"/>
208 <output name="GetConnectionInfoEndpointSetResponse"
209 message="tns:GetConnectionInfoEndpointSetResponseMessage"/>
210 </operation>
211 <operation name="GetBusinessEntitySet">
212 <input name="GetBusinessEntitySetRequest"
213 message="tns:GetBusinessEntitySetRequestMessage"/>
214 <output name="GetBusinessEntitySetResponse"
215 message="tns:GetBusinessEntitySetResponseMessage"/>
216 </operation>
217 <operation name="GetConnectionInfoSetByServiceName">
218 <input name="GetConnectionInfoSetByServiceNameRequest"
219 message="tns:GetConnectionInfoSetByServiceNameRequestMessage"/>
220 <output name="GetConnectionInfoSetByServiceNameResponse"
221 message="tns:GetConnectionInfoSetByServiceNameResponseMessage"/>
222 </operation>
223 <operation name="GetConnectionInfoEndpointSetByServiceName">
224 <input name="GetConnectionInfoEndpointSetByServiceNameRequest"
225 message="tns:GetConnectionInfoEndpointSetByServiceNameRequestMessage"/>
226 <output name="GetConnectionInfoEndpointSetByServiceNameResponse"
227 message="tns:GetConnectionInfoEndpointSetByServiceNameResponseMessage"/>
228 </operation>
229 <operation name="GetBusinessEntitySetByServiceName">
230 <input name="GetBusinessEntitySetByServiceNameRequest"
231 message="tns:GetBusinessEntitySetByServiceNameRequestMessage"/>
232 <output name="GetBusinessEntitySetByServiceNameResponse"
233 message="tns:GetBusinessEntitySetByServiceNameResponseMessage"/>
234 </operation>
235 <operation name="GetConnectionInfoByServiceName">
236 <input name="GetConnectionInfoByServiceNameRequest"
237 message="tns:GetConnectionInfoByServiceNameRequestMessage"/>
238 <output name="GetConnectionInfoByServiceNameResponse"
239 message="tns:GetConnectionInfoByServiceNameResponseMessage"/>
240 </operation>
241 <operation name="GetConnectionInfoEndpointByServiceName">
242 <input name="GetConnectionInfoEndpointByServiceNameRequest"
243 message="tns:GetConnectionInfoEndpointByServiceNameRequestMessage"/>
244 <output name="GetConnectionInfoEndpointByServiceNameResponse"
245 message="tns:GetConnectionInfoEndpointByServiceNameResponseMessage"/>
246 </operation>
247 <operation name="GetBusinessEntityByServiceName">
248 <input name="GetBusinessEntityByServiceNameRequest"
249 message="tns:GetBusinessEntityByServiceNameRequestMessage"/>
250 <output name="GetBusinessEntityByServiceNameResponse"
251 message="tns:GetBusinessEntityByServiceNameResponseMessage"/>
252 </operation>
253 <operation name="GetAllConnectionInfoSetByServiceName">
254 <input name="GetAllConnectionInfoSetByServiceNameRequest"
255 message="tns:GetAllConnectionInfoSetByServiceNameRequestMessage"/>
256 <output name="GetAllConnectionInfoSetByServiceNameResponse"
257 message="tns:GetAllConnectionInfoSetByServiceNameResponseMessage"/>
258 </operation>
259 <operation name="GetAllConnectionInfoEndpointSetByServiceName">
260 <input name="GetAllConnectionInfoEndpointSetByServiceNameRequest"
261 message="tns:GetAllConnectionInfoEndpointSetByServiceNameRequestMessage"/>
262 <output name="GetAllConnectionInfoEndpointSetByServiceNameResponse"
263 message="tns:GetAllConnectionInfoEndpointSetByServiceNameResponseMessage"/>
264 </operation>
265 <operation name="GetAllBusinessEntitySetByServiceName">
266 <input name="GetAllBusinessEntitySetByServiceNameRequest"
267 message="tns:GetAllBusinessEntitySetByServiceNameRequestMessage"/>
268 <output name="GetAllBusinessEntitySetByServiceNameResponse"
269 message="tns:GetAllBusinessEntitySetByServiceNameResponseMessage"/>
270 </operation>
271 <operation name="ForceRefreshUDDICache">
272 <input name="ForceRefreshUDDICacheRequest"
273 message="tns:ForceRefreshUDDICacheRequestMessage"/>
274 <output name="ForceRefreshUDDICacheResponse"
275 message="tns:ForceRefreshUDDICacheResponseMessage"/>
276 </operation>
277 <operation name="ForceRefreshInternalConnectCache">
278 <input name="ForceRefreshInternalConnectCacheRequest"
279 message="tns:ForceRefreshInternalConnectCacheRequestMessage"/>
280 <output name="ForceRefreshInternalConnectCacheResponse"
281 message="tns:ForceRefreshInternalConnectCacheResponseMessage"/>
282 </operation>
283 <operation name="StoreAssigningAuthorityToHomeCommunityMapping">
284 <input name="StoreAssigningAuthorityToHomeCommunityMappingRequest"
285 message="tns:StoreAssigningAuthorityToHomeCommunityMappingRequestMessage"/>
286 <output name="StoreAssigningAuthorityToHomeCommunityMappingResponse"
287 message="tns:StoreAssigningAuthorityToHomeCommunityMappingResponseMessage"/>
288 </operation>
289 <operation name="GetAssigningAuthoritiesByHomeCommunity">
290 <input name="GetAssigningAuthoritiesByHomeCommunityRequest" message="tns:GetAssigningAuthoritiesByHomeCommunityRequestMessage"/>
291 <output name="GetAssigningAuthoritiesByHomeCommunityResponse" message="tns:GetAssigningAuthoritiesByHomeCommunityResponseMessage"/>
292 </operation>
293 <operation name="GetHomeCommunityByAssigningAuthority">
294 <input name="GetHomeCommunityByAssigningAuthorityRequest" message="tns:GetHomeCommunityByAssigningAuthorityRequestMessage"/>
295 <output name="GetHomeCommunityByAssigningAuthorityResponse" message="tns:GetHomeCommunityByAssigningAuthorityResponseMessage"/>
296 </operation>
297 <operation name="GetConnectionInfoEndpontFromNhinTarget">
298 <input name="GetConnectionInfoEndpontFromNhinTargetRequest" message="tns:GetConnectionInfoEndpontFromNhinTargetRequestMessage"/>
299 <output name="GetConnectionInfoEndpontFromNhinTargetResponse" message="tns:GetConnectionInfoEndpontFromNhinTargetResponseMessage"/>
300 </operation>
301 </portType>
302 <binding name="NhincComponentConnectionManagerBindingSoap11"
303 type="tns:NhincComponentConnectionManagerPortType">
304 <soap:binding style="document"
305 transport="http://schemas.xmlsoap.org/soap/http"/>
306 <operation name="StoreAssigningAuthorityToHomeCommunityMapping">
307 <soap:operation soapAction="urn:StoreAssigningAuthorityToHomeCommunityMapping"/>
308 <input name="StoreAssigningAuthorityToHomeCommunityMappingRequest">
309 <soap:body use="literal"/>
310 </input>
311 <output name="StoreAssigningAuthorityToHomeCommunityMappingResponse">
312 <soap:body use="literal"/>
313 </output>
314 </operation>
315 <operation name="GetAllCommunities">
316 <soap:operation soapAction="urn:GetAllCommunities"/>
317 <input name="GetAllCommunitiesRequest">
318 <soap:body use="literal"/>
319 </input>
320 <output name="GetAllCommunitiesResponse">
321 <soap:body use="literal"/>
322 </output>
323 </operation>
324 <operation name="GetAllBusinessEntities">
325 <soap:operation soapAction="urn:GetAllBusinessEntities"/>
326 <input name="GetAllBusinessEntitiesRequest">
327 <soap:body use="literal"/>
328 </input>
329 <output name="GetAllBusinessEntitiesResponse">
330 <soap:body use="literal"/>
331 </output>
332 </operation>
333 <operation name="GetBusinessEntity">
334 <soap:operation soapAction="urn:GetBusinessEntity"/>
335 <input name="GetBusinessEntityRequest">
336 <soap:body use="literal"/>
337 </input>
338 <output name="GetBusinessEntityResponse">
339 <soap:body use="literal"/>
340 </output>
341 </operation>
342 <operation name="GetConnectionInfoSet">
343 <soap:operation soapAction="urn:GetConnectionInfoSet"/>
344 <input name="GetConnectionInfoSetRequest">
345 <soap:body use="literal"/>
346 </input>
347 <output name="GetConnectionInfoSetResponse">
348 <soap:body use="literal"/>
349 </output>
350 </operation>
351 <operation name="GetConnectionInfoEndpointSet">
352 <soap:operation soapAction="urn:GetConnectionInfoEndpointSet"/>
353 <input name="GetConnectionInfoEndpointSetRequest">
354 <soap:body use="literal"/>
355 </input>
356 <output name="GetConnectionInfoEndpointSetResponse">
357 <soap:body use="literal"/>
358 </output>
359 </operation>
360 <operation name="GetBusinessEntitySet">
361 <soap:operation soapAction="urn:GetBusinessEntitySet"/>
362 <input name="GetBusinessEntitySetRequest">
363 <soap:body use="literal"/>
364 </input>
365 <output name="GetBusinessEntitySetResponse">
366 <soap:body use="literal"/>
367 </output>
368 </operation>
369 <operation name="GetConnectionInfoSetByServiceName">
370 <soap:operation soapAction="urn:GetConnectionInfoSetByServiceName"/>
371 <input name="GetConnectionInfoSetByServiceNameRequest">
372 <soap:body use="literal"/>
373 </input>
374 <output name="GetConnectionInfoSetByServiceNameResponse">
375 <soap:body use="literal"/>
376 </output>
377 </operation>
378 <operation name="GetConnectionInfoEndpointSetByServiceName">
379 <soap:operation soapAction="urn:GetConnectionInfoEndpointSetByServiceName"/>
380 <input name="GetConnectionInfoEndpointSetByServiceNameRequest">
381 <soap:body use="literal"/>
382 </input>
383 <output name="GetConnectionInfoEndpointSetByServiceNameResponse">
384 <soap:body use="literal"/>
385 </output>
386 </operation>
387 <operation name="GetBusinessEntitySetByServiceName">
388 <soap:operation soapAction="urn:GetBusinessEntitySetByServiceName"/>
389 <input name="GetBusinessEntitySetByServiceNameRequest">
390 <soap:body use="literal"/>
391 </input>
392 <output name="GetBusinessEntitySetByServiceNameResponse">
393 <soap:body use="literal"/>
394 </output>
395 </operation>
396 <operation name="GetConnectionInfoByServiceName">
397 <soap:operation soapAction="urn:GetConnectionInfoByServiceName"/>
398 <input name="GetConnectionInfoByServiceNameRequest">
399 <soap:body use="literal"/>
400 </input>
401 <output name="GetConnectionInfoByServiceNameResponse">
402 <soap:body use="literal"/>
403 </output>
404 </operation>
405 <operation name="GetConnectionInfoEndpointByServiceName">
406 <soap:operation soapAction="urn:GetConnectionInfoEndpointByServiceName"/>
407 <input name="GetConnectionInfoEndpointByServiceNameRequest">
408 <soap:body use="literal"/>
409 </input>
410 <output name="GetConnectionInfoEndpointByServiceNameResponse">
411 <soap:body use="literal"/>
412 </output>
413 </operation>
414 <operation name="GetBusinessEntityByServiceName">
415 <soap:operation soapAction="urn:GetBusinessEntityByServiceName"/>
416 <input name="GetBusinessEntityByServiceNameRequest">
417 <soap:body use="literal"/>
418 </input>
419 <output name="GetBusinessEntityByServiceNameResponse">
420 <soap:body use="literal"/>
421 </output>
422 </operation>
423 <operation name="GetAllConnectionInfoSetByServiceName">
424 <soap:operation soapAction="urn:GetAllConnectionInfoSetByServiceName"/>
425 <input name="GetAllConnectionInfoSetByServiceNameRequest">
426 <soap:body use="literal"/>
427 </input>
428 <output name="GetAllConnectionInfoSetByServiceNameResponse">
429 <soap:body use="literal"/>
430 </output>
431 </operation>
432 <operation name="GetAllConnectionInfoEndpointSetByServiceName">
433 <soap:operation soapAction="urn:GetAllConnectionInfoEndpointSetByServiceName"/>
434 <input name="GetAllConnectionInfoEndpointSetByServiceNameRequest">
435 <soap:body use="literal"/>
436 </input>
437 <output name="GetAllConnectionInfoEndpointSetByServiceNameResponse">
438 <soap:body use="literal"/>
439 </output>
440 </operation>
441 <operation name="GetAllBusinessEntitySetByServiceName">
442 <soap:operation soapAction="urn:GetAllBusinessEntitySetByServiceName"/>
443 <input name="GetAllBusinessEntitySetByServiceNameRequest">
444 <soap:body use="literal"/>
445 </input>
446 <output name="GetAllBusinessEntitySetByServiceNameResponse">
447 <soap:body use="literal"/>
448 </output>
449 </operation>
450 <operation name="ForceRefreshUDDICache">
451 <soap:operation soapAction="urn:ForceRefreshUDDICache"/>
452 <input name="ForceRefreshUDDICacheRequest">
453 <soap:body use="literal"/>
454 </input>
455 <output name="ForceRefreshUDDICacheResponse">
456 <soap:body use="literal"/>
457 </output>
458 </operation>
459 <operation name="ForceRefreshInternalConnectCache">
460 <soap:operation soapAction="urn:ForceRefreshInternalConnectCache"/>
461 <input name="ForceRefreshInternalConnectCacheRequest">
462 <soap:body use="literal"/>
463 </input>
464 <output name="ForceRefreshInternalConnectCacheResponse">
465 <soap:body use="literal"/>
466 </output>
467 </operation>
468 <operation name="GetAssigningAuthoritiesByHomeCommunity">
469 <soap:operation soapAction="urn:GetAssigningAuthoritiesByHomeCommunity"/>
470 <input name="GetAssigningAuthoritiesByHomeCommunityRequest">
471 <soap:body use="literal"/>
472 </input>
473 <output name="GetAssigningAuthoritiesByHomeCommunityResponse">
474 <soap:body use="literal"/>
475 </output>
476 </operation>
477 <operation name="GetHomeCommunityByAssigningAuthority">
478 <soap:operation soapAction="urn:GetHomeCommunityByAssigningAuthority"/>
479 <input name="GetHomeCommunityByAssigningAuthorityRequest">
480 <soap:body use="literal"/>
481 </input>
482 <output name="GetHomeCommunityByAssigningAuthorityResponse">
483 <soap:body use="literal"/>
484 </output>
485 </operation>
486 <operation name="GetConnectionInfoEndpontFromNhinTarget">
487 <soap:operation soapAction="GetConnectionInfoEndpontFromNhinTarget"/>
488 <input name="GetConnectionInfoEndpontFromNhinTargetRequest">
489 <soap:body use="literal"/>
490 </input>
491 <output name="GetConnectionInfoEndpontFromNhinTargetResponse">
492 <soap:body use="literal"/>
493 </output>
494 </operation>
495 </binding>
496 <service name="NhincComponentConnectionManager">
497 <port name="NhincComponentConnectionManagerPortSoap11"
498 binding="tns:NhincComponentConnectionManagerBindingSoap11">
499 <soap:address
500 location="http://localhost:${NhincHttpPort}/NhinConnect/NhincComponentConnectionManager"/>
501 </port>
502 </service>
503 <plnk:partnerLinkType name="NhincComponentConnectionManager">
504 <!-- A partner link type is automatically generated when a new port
505 type is added. Partner link types are used by BPEL processes.
506 In a BPEL process, a partner link represents the interaction
507 between the BPEL process and a partner service. Each partner
508 link is associated with a partner link type. A partner link
509 type characterizes the conversational relationship between
510 two services. The partner link type can have one or two roles.-->
511 <plnk:role name="NhincComponentConnectionManagerPortTypeRole"
512 portType="tns:NhincComponentConnectionManagerPortType"/>
513 </plnk:partnerLinkType>
514</definitions>
Note: See TracBrowser for help on using the repository browser.