source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhinCA/src/jbiServiceUnits/NhinBPEL/META-INF/src/_references/_projects/Interfaces/src/wsdl/AdapterDocRetrieve.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: 4.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 Adapter Document Retrieve
4 -->
5<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
6 xmlns="http://schemas.xmlsoap.org/wsdl/"
7 xmlns:tns="urn:gov:hhs:fha:nhinc:adapterdocretrieve"
8 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
9 xmlns:ihe="urn:ihe:iti:xds-b:2007"
10 xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
11 xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
12 xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
13 xmlns:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization"
14 xmlns:nccommonadapter="urn:gov:hhs:fha:nhinc:common:nhinccommonadapter"
15 name="AdapterDocRetrieve"
16 targetNamespace="urn:gov:hhs:fha:nhinc:adapterdocretrieve">
17 <documentation>Adapter document retrieve</documentation>
18 <types>
19 <xsd:schema>
20 <xsd:import namespace="urn:ihe:iti:xds-b:2007"
21 schemaLocation="../schemas/ihe/XDS.b_DocumentRepository.xsd"/>
22 <xsd:import namespace="urn:gov:hhs:fha:nhinc:common:nhinccommonadapter"
23 schemaLocation="../schemas/nhinc/common/NhincCommonAdapter.xsd"/>
24 </xsd:schema>
25 </types>
26 <message name="RespondingGateway_CrossGatewayRetrieveRequestMessage">
27 <part name="RespondingGateway_CrossGatewayRetrieveRequest"
28 element="nccommonadapter:RespondingGateway_CrossGatewayRetrieveRequest"/>
29 </message>
30 <message name="RespondingGateway_CrossGatewayRetrieveResponseMessage">
31 <part name="RespondingGateway_CrossGatewayRetrieveResponse"
32 element="ihe:RetrieveDocumentSetResponse"/>
33 </message>
34
35 <portType name="AdapterDocRetrievePortType">
36 <operation name="RespondingGateway_CrossGatewayRetrieve">
37 <input name="RespondingGateway_CrossGatewayRetrieveRequest"
38 message="tns:RespondingGateway_CrossGatewayRetrieveRequestMessage" />
39 <output name="RespondingGateway_CrossGatewayRetrieveResponse"
40 message="tns:RespondingGateway_CrossGatewayRetrieveResponseMessage"/>
41 </operation>
42 </portType>
43
44 <binding name="AdapterDocRetrieveBindingSoap11"
45 type="tns:AdapterDocRetrievePortType">
46 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
47 <wsp:PolicyReference URI="#AdapterDocRetrievePolicy"/>
48 <operation name="RespondingGateway_CrossGatewayRetrieve">
49 <soap:operation soapAction="urn:RespondingGateway_CrossGatewayRetrieve"/>
50 <input name="RespondingGateway_CrossGatewayRetrieveRequest">
51 <soap:body use="literal"/>
52 </input>
53 <output name="RespondingGateway_CrossGatewayRetrieveResponse">
54 <soap:body use="literal"/>
55 </output>
56 </operation>
57 </binding>
58
59 <service name="AdapterDocRetrieve">
60 <port name="AdapterDocRetrievePortSoap11"
61 binding="tns:AdapterDocRetrieveBindingSoap11">
62 <soap:address
63 location="http://localhost:${HttpDefaultPort}/NhinConnect/AdapterDocRetrieve"/>
64 </port>
65 </service>
66
67 <plnk:partnerLinkType name="AdapterDocRetrieve">
68 <!-- A partner link type is automatically generated when a new port type is added.
69 Partner link types are used by BPEL processes. In a BPEL process, a partner
70 link represents the interaction between the BPEL process and a partner service.
71 Each partner link is associated with a partner link type. A partner link type
72 characterizes the conversational relationship between two services. The
73 partner link type can have one or two roles.-->
74 <plnk:role name="AdapterDocRetrievePortTypeRole"
75 portType="tns:AdapterDocRetrievePortType"/>
76 </plnk:partnerLinkType>
77
78 <wsp:Policy wsu:Id="AdapterDocRetrievePolicy">
79 <wsp:ExactlyOne>
80 <wsp:All>
81 <wsoma:OptimizedMimeSerialization/>
82 </wsp:All>
83 </wsp:ExactlyOne>
84 </wsp:Policy>
85</definitions>
Note: See TracBrowser for help on using the repository browser.