source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/DynamicPolicyExample/NhincProxyCA/src/jbiasa/NhinSubjectDiscovery.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: 7.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<wsdl:definitions xmlns:tns="urn:ihe:iti:pixv3:2007"
3 xmlns:wsoap11="http://schemas.xmlsoap.org/wsdl/soap/"
4 xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
5 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
6 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8 xmlns:hl7="urn:hl7-org:v3"
9 xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
10 xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
11 xmlns:wsaws="http://www.w3.org/2005/08/addressing"
12 xmlns:wspp="http://java.sun.com/xml/ns/wsit/policy"
13 xmlns:sc1="http://schemas.sun.com/2006/03/wss/client"
14 name="PIXConsumer" targetNamespace="urn:ihe:iti:pixv3:2007">
15 <wsdl:documentation>
16 Example WSDL for PIX Consumer, receiving update notifications
17 </wsdl:documentation>
18 <wsdl:types>
19 <xsd:schema elementFormDefault="qualified"
20 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
21 <!-- Include the message schema -->
22 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/PRPA_IN201301UV.xsd"/>
23 </xsd:schema>
24 <xsd:schema elementFormDefault="qualified"
25 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
26 <!-- Include the message schema -->
27 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/PRPA_IN201302UV.xsd"/>
28 </xsd:schema>
29 <xsd:schema elementFormDefault="qualified"
30 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
31 <!-- Include the message schema -->
32 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/PRPA_IN201303UV.xsd"/>
33 </xsd:schema>
34 <xsd:schema elementFormDefault="qualified"
35 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
36 <!-- Include the message schema -->
37 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/PRPA_IN201304UV.xsd"/>
38 </xsd:schema>
39 <xsd:schema elementFormDefault="qualified"
40 targetNamespace="urn:hl7-org:v3" xmlns:hl7="urn:hl7-org:v3">
41 <!-- Include the message schema -->
42 <xsd:include schemaLocation="../schemas/HL7V3/multicacheschemas/MCCI_IN000002UV01.xsd"/>
43 </xsd:schema>
44 </wsdl:types>
45 <wsdl:message name="PRPA_IN201301UV_Message">
46 <wsdl:part name="Body" element="hl7:PRPA_IN201301UV"/>
47 </wsdl:message>
48 <wsdl:message name="PRPA_IN201302UV_Message">
49 <wsdl:part name="Body" element="hl7:PRPA_IN201302UV"/>
50 </wsdl:message>
51 <wsdl:message name="PRPA_IN201303UV_Message">
52 <wsdl:part name="Body" element="hl7:PRPA_IN201303UV"/>
53 </wsdl:message>
54 <wsdl:message name="PRPA_IN201304UV_Message">
55 <wsdl:part name="Body" element="hl7:PRPA_IN201304UV"/>
56 </wsdl:message>
57 <wsdl:message name="MCCI_IN000002UV01_Message">
58 <wsdl:part name="Body" element="hl7:MCCI_IN000002UV01"/>
59 </wsdl:message>
60 <wsdl:portType name="PIXConsumer_PortType">
61 <wsdl:operation name="PIXConsumer_PRPA_IN201301UV">
62 <wsdl:input message="tns:PRPA_IN201301UV_Message"
63 wsaw:Action="urn:hl7-org:v3:PRPA_IN201301UV"/>
64 <wsdl:output message="tns:MCCI_IN000002UV01_Message"
65 wsaw:Action="urn:hl7-org:v3:MCCI_IN000002UV01"/>
66 </wsdl:operation>
67 <wsdl:operation name="PIXConsumer_PRPA_IN201302UV">
68 <wsdl:input message="tns:PRPA_IN201302UV_Message"
69 wsaw:Action="urn:hl7-org:v3:PRPA_IN201302UV"/>
70 <wsdl:output message="tns:MCCI_IN000002UV01_Message"
71 wsaw:Action="urn:hl7-org:v3:MCCI_IN000002UV01"/>
72 </wsdl:operation>
73 <wsdl:operation name="PIXConsumer_PRPA_IN201303UV">
74 <wsdl:input message="tns:PRPA_IN201303UV_Message"
75 wsaw:Action="urn:hl7-org:v3:PRPA_IN201303UV"/>
76 <wsdl:output message="tns:MCCI_IN000002UV01_Message"
77 wsaw:Action="urn:hl7-org:v3:MCCI_IN000002UV01"/>
78 </wsdl:operation>
79 <wsdl:operation name="PIXConsumer_PRPA_IN201304UV">
80 <wsdl:input message="tns:PRPA_IN201304UV_Message"
81 wsaw:Action="urn:hl7-org:v3:PRPA_IN201304UV"/>
82 <wsdl:output message="tns:MCCI_IN000002UV01_Message"
83 wsaw:Action="urn:hl7-org:v3:MCCI_IN000002UV01"/>
84 </wsdl:operation>
85 </wsdl:portType>
86 <wsdl:binding name="PIXConsumer_Binding_Soap11" type="tns:PIXConsumer_PortType">
87 <wsoap11:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
88 <wsp:PolicyReference URI="#PIXConsumer_Binding_Soap11Policy"/>
89 <wsdl:operation name="PIXConsumer_PRPA_IN201301UV">
90 <wsoap11:operation soapAction="urn:hl7-org:v3:PRPA_IN201301UV"/>
91 <wsdl:input>
92 <wsoap11:body use="literal"/>
93 </wsdl:input>
94 <wsdl:output>
95 <wsoap11:body use="literal"/>
96 </wsdl:output>
97 </wsdl:operation>
98 <wsdl:operation name="PIXConsumer_PRPA_IN201302UV">
99 <wsoap11:operation soapAction="urn:hl7-org:v3:PRPA_IN201302UV"/>
100 <wsdl:input>
101 <wsoap11:body use="literal"/>
102 </wsdl:input>
103 <wsdl:output>
104 <wsoap11:body use="literal"/>
105 </wsdl:output>
106 </wsdl:operation>
107 <wsdl:operation name="PIXConsumer_PRPA_IN201303UV">
108 <wsoap11:operation soapAction="urn:hl7-org:v3:PRPA_IN201303UV"/>
109 <wsdl:input>
110 <wsoap11:body use="literal"/>
111 </wsdl:input>
112 <wsdl:output>
113 <wsoap11:body use="literal"/>
114 </wsdl:output>
115 </wsdl:operation>
116 <wsdl:operation name="PIXConsumer_PRPA_IN201304UV">
117 <wsoap11:operation soapAction="urn:hl7-org:v3:PRPA_IN201304UV"/>
118 <wsdl:input>
119 <wsoap11:body use="literal"/>
120 </wsdl:input>
121 <wsdl:output>
122 <wsoap11:body use="literal"/>
123 </wsdl:output>
124 </wsdl:operation>
125 </wsdl:binding>
126 <wsdl:service name="PIXConsumer_Service">
127 <wsdl:port name="PIXConsumer_Port_Soap11" binding="tns:PIXConsumer_Binding_Soap11">
128 <wsoap11:address location="https://localhost:9081/PIXConsumer_Soap11"/>
129 </wsdl:port>
130 </wsdl:service>
131 <wsp:Policy wsu:Id="PIXConsumer_Binding_Soap11Policy">
132 <wsp:ExactlyOne>
133 <wsp:All>
134 <sc1:KeyStore wspp:visibility="private" aliasSelector="xwss.saml.KeyStoreClientAliasSelector" callbackHandler="xwss.saml.KeyStoreCallbackHandler"/>
135 <sc1:TrustStore wspp:visibility="private" certSelector = "xwss.saml.TrustStoreAliasSelector" callbackHandler="xwss.saml.TrustStoreCallbackHandler"/>
136 <sc1:CallbackHandlerConfiguration wspp:visibility="private">
137 <sc1:CallbackHandler name="samlHandler" classname="xwss.saml.SamlCallbackHandler"/>
138 </sc1:CallbackHandlerConfiguration>
139 </wsp:All>
140 </wsp:ExactlyOne>
141 </wsp:Policy>
142</wsdl:definitions>
Note: See TracBrowser for help on using the repository browser.