source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/EntityCA/src/jbiServiceUnits/NhinDocQuery.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: 3.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 NHIN Cross Community Access (XCAD) WSDL defintions for Responding Gateway Query
4 -->
5<definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
6 xmlns="http://schemas.xmlsoap.org/wsdl/"
7 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8 xmlns:ihe="urn:ihe:iti:xds-b:2007"
9 xmlns:rs="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
10 xmlns:query="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"
11 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
12 xmlns:wsaws="http://www.w3.org/2005/08/addressing"
13 xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
14 xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
15 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
16 xmlns:sc="http://schemas.sun.com/2006/03/wss/server"
17 xmlns:wspp="http://java.sun.com/xml/ns/wsit/policy"
18 name="XCA_RespondingGateway"
19 targetNamespace="urn:ihe:iti:xds-b:2007" xmlns:sc1="http://schemas.sun.com/2006/03/wss/client">
20 <documentation>NHIN Responding Gateway Query</documentation>
21 <types>
22 <xsd:schema>
23 <xsd:import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0"
24 schemaLocation="../schemas/ebRS/rs.xsd"/>
25 <xsd:import namespace="urn:oasis:names:tc:ebxml-regrep:xsd:query:3.0"
26 schemaLocation="../schemas/ebRS/query.xsd"/>
27 </xsd:schema>
28 </types>
29 <message name="CrossGatewayQuery_Message">
30 <documentation>Cross Gateway Query</documentation>
31 <part name="body" element="query:AdhocQueryRequest"/>
32 </message>
33 <message name="CrossGatewayQueryResponse_Message">
34 <documentation>Cross Gateway Query Response</documentation>
35 <part name="body" element="query:AdhocQueryResponse"/>
36 </message>
37 <portType name="RespondingGateway_Query_PortType">
38 <operation name="RespondingGateway_CrossGatewayQuery">
39 <input message="ihe:CrossGatewayQuery_Message"
40 wsaw:Action="urn:ihe:iti:2007:CrossGatewayQuery"/>
41 <output message="ihe:CrossGatewayQueryResponse_Message"
42 wsaw:Action="urn:ihe:iti:2007:CrossGatewayQueryResponse"/>
43 </operation>
44 </portType>
45 <binding name="RespondingGateway_Query_Binding_Soap11" type="ihe:RespondingGateway_Query_PortType">
46 <wsp:PolicyReference URI="#RespondingGateway_Query_Binding_Soap11Policy"/>
47 <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
48 <operation name="RespondingGateway_CrossGatewayQuery">
49 <soap:operation soapAction="urn:ihe:iti:2007:CrossGatewayQuery"/>
50 <input>
51 <soap:body use="literal"/>
52 </input>
53 <output>
54 <soap:body use="literal"/>
55 </output>
56 </operation>
57 </binding>
58 <service name="RespondingGateway_Query_Service">
59 <port name="RespondingGateway_Query_Port_Soap11"
60 binding="ihe:RespondingGateway_Query_Binding_Soap11">
61 <soap:address location="https://localhost:9081/RespondingGateway_Query_Service"/>
62 </port>
63 </service>
64 <wsp:Policy wsu:Id="RespondingGateway_Query_Binding_Soap11Policy">
65 <wsp:ExactlyOne>
66 <wsp:All>
67 <sc1:KeyStore wspp:visibility="private" aliasSelector="gov.hhs.fha.nhinc.callback.KeyStoreClientAliasSelector" callbackHandler="gov.hhs.fha.nhinc.callback.KeyStoreCallbackHandler"/>
68 <sc1:TrustStore wspp:visibility="private" certSelector = "gov.hhs.fha.nhinc.callback.TrustStoreAliasSelector" callbackHandler="gov.hhs.fha.nhinc.callback.TrustStoreCallbackHandler"/>
69 <sc1:CallbackHandlerConfiguration wspp:visibility="private">
70 <sc1:CallbackHandler name="samlHandler" classname="gov.hhs.fha.nhinc.callback.SamlCallbackHandler"/>
71 </sc1:CallbackHandlerConfiguration>
72 </wsp:All>
73 </wsp:ExactlyOne>
74 </wsp:Policy>
75</definitions>
Note: See TracBrowser for help on using the repository browser.