source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhinCA/src/jbiServiceUnits/NhincInternalOrchBPEL/META-INF/src/_references/_projects/Interfaces/src/wsdl/NhincProxySubjectDiscovery.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: 8.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<wsdl:definitions xmlns:tns="urn:gov:hhs:fha:nhinc:nhincproxysubjectdiscovery"
3 xmlns:wsoap11="http://schemas.xmlsoap.org/wsdl/soap/"
4 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
5 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
7 xmlns:hl7="urn:hl7-org:v3"
8 xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype"
9 name="NhincProxySubjectDiscovery"
10 targetNamespace="urn:gov:hhs:fha:nhinc:nhincproxysubjectdiscovery">
11 <wsdl:documentation>
12 WSDL for NHINC Proxy interface of Subject Discovery
13 </wsdl:documentation>
14 <wsdl:types>
15
16 <xsd:schema elementFormDefault="qualified"
17 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
18 <xsd:include schemaLocation="../schemas/nhinc/hl7/HL7ProxySubjectDiscoveryMessages.xsd"/>
19 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/MCCI_IN000002UV01.xsd"/>
20 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/PRPA_IN201310UV.xsd"/>
21 </xsd:schema>
22 </wsdl:types>
23 <wsdl:message name="PIXConsumer_PRPA_IN201301UVProxyRequestMessage">
24 <wsdl:part name="PIXConsumer_PRPA_IN201301UVProxyRequest"
25 element="hl7:PIXConsumer_PRPA_IN201301UVProxyRequest"/>
26 </wsdl:message>
27 <wsdl:message name="PIXConsumer_PRPA_IN201301UVProxyResponseMessage">
28 <wsdl:part name="PIXConsumer_PRPA_IN201301UVProxyResponse"
29 element="hl7:MCCI_IN000002UV01"/>
30 </wsdl:message>
31
32 <wsdl:message name="PIXConsumer_PRPA_IN201302UVProxyRequestMessage">
33 <wsdl:part name="PIXConsumer_PRPA_IN201302UVProxyRequest"
34 element="hl7:PIXConsumer_PRPA_IN201302UVProxyRequest"/>
35 </wsdl:message>
36 <wsdl:message name="PIXConsumer_PRPA_IN201302UVProxyResponseMessage">
37 <wsdl:part name="PIXConsumer_PRPA_IN201302UVProxyResponse"
38 element="hl7:MCCI_IN000002UV01"/>
39 </wsdl:message>
40
41 <wsdl:message name="PIXConsumer_PRPA_IN201303UVProxyRequestMessage">
42 <wsdl:part name="PIXConsumer_PRPA_IN201303UVProxyRequest"
43 element="hl7:PIXConsumer_PRPA_IN201303UVProxyRequest"/>
44 </wsdl:message>
45 <wsdl:message name="PIXConsumer_PRPA_IN201303UVProxyResponseMessage">
46 <wsdl:part name="PIXConsumer_PRPA_IN201303UVProxyResponse"
47 element="hl7:MCCI_IN000002UV01"/>
48 </wsdl:message>
49
50 <wsdl:message name="PIXConsumer_PRPA_IN201304UVProxyRequestMessage">
51 <wsdl:part name="PIXConsumer_PRPA_IN201304UVProxyRequest"
52 element="hl7:PIXConsumer_PRPA_IN201304UVProxyRequest"/>
53 </wsdl:message>
54 <wsdl:message name="PIXConsumer_PRPA_IN201304UVProxyResponseMessage">
55 <wsdl:part name="PIXConsumer_PRPA_IN201304UVProxyResponse"
56 element="hl7:MCCI_IN000002UV01"/>
57 </wsdl:message>
58
59 <wsdl:message name="PIXConsumer_PRPA_IN201309UVProxyRequestMessage">
60 <wsdl:part name="PIXConsumer_PRPA_IN201309UVProxyRequest"
61 element="hl7:PIXConsumer_PRPA_IN201309UVProxyRequest"/>
62 </wsdl:message>
63 <wsdl:message name="PIXConsumer_PRPA_IN201309UVProxyResponseMessage">
64 <wsdl:part name="PIXConsumer_PRPA_IN201309UVProxyResponse"
65 element="hl7:PRPA_IN201310UV"/>
66 </wsdl:message>
67
68 <wsdl:portType name="NhincProxySubjectDiscoveryPortType">
69 <wsdl:operation name="PIXConsumer_PRPA_IN201301UV">
70 <wsdl:input name="PIXConsumer_PRPA_IN201301UVProxyRequest"
71 message="tns:PIXConsumer_PRPA_IN201301UVProxyRequestMessage" />
72 <wsdl:output name="PIXConsumer_PRPA_IN201301UVProxyResponse"
73 message="tns:PIXConsumer_PRPA_IN201301UVProxyResponseMessage" />
74 </wsdl:operation>
75 <wsdl:operation name="PIXConsumer_PRPA_IN201302UV">
76 <wsdl:input name="PIXConsumer_PRPA_IN201302UVProxyRequest"
77 message="tns:PIXConsumer_PRPA_IN201302UVProxyRequestMessage"/>
78 <wsdl:output name="PIXConsumer_PRPA_IN201302UVProxyResponse"
79 message="tns:PIXConsumer_PRPA_IN201302UVProxyResponseMessage"/>
80 </wsdl:operation>
81 <wsdl:operation name="PIXConsumer_PRPA_IN201303UV">
82 <wsdl:input name="PIXConsumer_PRPA_IN201303UVProxyRequest"
83 message="tns:PIXConsumer_PRPA_IN201303UVProxyRequestMessage" />
84 <wsdl:output name="PIXConsumer_PRPA_IN201303UVProxyResponse"
85 message="tns:PIXConsumer_PRPA_IN201303UVProxyResponseMessage"/>
86 </wsdl:operation>
87 <wsdl:operation name="PIXConsumer_PRPA_IN201304UV">
88 <wsdl:input name="PIXConsumer_PRPA_IN201304UVProxyRequest"
89 message="tns:PIXConsumer_PRPA_IN201304UVProxyRequestMessage" />
90 <wsdl:output name="PIXConsumer_PRPA_IN201304UVProxyResponse"
91 message="tns:PIXConsumer_PRPA_IN201304UVProxyResponseMessage" />
92 </wsdl:operation>
93 <wsdl:operation name="PIXConsumer_PRPA_IN201309UV">
94 <wsdl:input name="PIXConsumer_PRPA_IN201309UVProxyRequest"
95 message="tns:PIXConsumer_PRPA_IN201309UVProxyRequestMessage" />
96 <wsdl:output name="PIXConsumer_PRPA_IN201309UVProxyResponse"
97 message="tns:PIXConsumer_PRPA_IN201309UVProxyResponseMessage" />
98 </wsdl:operation>
99 </wsdl:portType>
100 <wsdl:binding name="NhincProxySubjectDiscoveryBindingSoap11"
101 type="tns:NhincProxySubjectDiscoveryPortType">
102 <wsoap11:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
103 <wsdl:operation name="PIXConsumer_PRPA_IN201301UV">
104 <wsoap11:operation soapAction="urn:PIXConsumer_PRPA_IN201301UV"/>
105 <wsdl:input name="PIXConsumer_PRPA_IN201301UVProxyRequest" >
106 <wsoap11:body use="literal"/>
107 </wsdl:input>
108 <wsdl:output name="PIXConsumer_PRPA_IN201301UVProxyResponse" >
109 <wsoap11:body use="literal"/>
110 </wsdl:output>
111 </wsdl:operation>
112 <wsdl:operation name="PIXConsumer_PRPA_IN201302UV">
113 <wsoap11:operation soapAction="urn:PIXConsumer_PRPA_IN201302UV"/>
114 <wsdl:input name="PIXConsumer_PRPA_IN201302UVProxyRequest" >
115 <wsoap11:body use="literal"/>
116 </wsdl:input>
117 <wsdl:output name="PIXConsumer_PRPA_IN201302UVProxyResponse" >
118 <wsoap11:body use="literal"/>
119 </wsdl:output>
120 </wsdl:operation>
121 <wsdl:operation name="PIXConsumer_PRPA_IN201303UV">
122 <wsoap11:operation soapAction="urn:PIXConsumer_PRPA_IN201303UV"/>
123 <wsdl:input name="PIXConsumer_PRPA_IN201303UVProxyRequest" >
124 <wsoap11:body use="literal"/>
125 </wsdl:input>
126 <wsdl:output name="PIXConsumer_PRPA_IN201303UVProxyResponse" >
127 <wsoap11:body use="literal"/>
128 </wsdl:output>
129 </wsdl:operation>
130 <wsdl:operation name="PIXConsumer_PRPA_IN201304UV">
131 <wsoap11:operation soapAction="urn:PIXConsumer_PRPA_IN201304UV"/>
132 <wsdl:input name="PIXConsumer_PRPA_IN201304UVProxyRequest" >
133 <wsoap11:body use="literal"/>
134 </wsdl:input>
135 <wsdl:output name="PIXConsumer_PRPA_IN201304UVProxyResponse" >
136 <wsoap11:body use="literal"/>
137 </wsdl:output>
138 </wsdl:operation>
139 <wsdl:operation name="PIXConsumer_PRPA_IN201309UV">
140 <wsoap11:operation soapAction="urn:PIXConsumer_PRPA_IN201309UV"/>
141 <wsdl:input name="PIXConsumer_PRPA_IN201309UVProxyRequest" >
142 <wsoap11:body use="literal"/>
143 </wsdl:input>
144 <wsdl:output name="PIXConsumer_PRPA_IN201309UVProxyResponse" >
145 <wsoap11:body use="literal"/>
146 </wsdl:output>
147 </wsdl:operation>
148 </wsdl:binding>
149 <wsdl:service name="NhincProxySubjectDiscovery">
150 <wsdl:port name="NhincProxySubjectDiscoveryPortSoap11"
151 binding="tns:NhincProxySubjectDiscoveryBindingSoap11">
152 <wsoap11:address
153 location="http://localhost:${HttpDefaultPort}/NhinConnect/NhincProxySubjectDiscovery"/>
154 </wsdl:port>
155 </wsdl:service>
156 <plnk:partnerLinkType name="NhincProxySubjectDiscovery">
157 <!-- A partner link type is automatically generated when a new port type is added.
158 Partner link types are used by BPEL processes. In a BPEL process, a partner
159 link represents the interaction between the BPEL process and a partner service.
160 Each partner link is associated with a partner link type. A partner link type
161 characterizes the conversational relationship between two services. The
162 partner link type can have one or two roles.-->
163 <plnk:role name="NhincProxySubjectDiscoveryPortTypeRole"
164 portType="tns:NhincProxySubjectDiscoveryPortType"/>
165 </plnk:partnerLinkType>
166
167</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.