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