source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Common/Interfaces/src/wsdl/NhinUddiSubrV3Binding.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: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions
3 xmlns="http://schemas.xmlsoap.org/wsdl/"
4 xmlns:uddi_subr_v3_portType="urn:uddi-org:subr_v3_portType"
5 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
6 targetNamespace="urn:uddi-org:subr_v3_binding"
7 xmlns:tns="urn:uddi-org:subr_v3_binding">
8
9 <!--
10 Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc.
11 Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc., Intel
12 Corporation, International Business Machines Corporation, Microsoft
13 Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc., and
14 VeriSign, Inc. All Rights Reserved.
15
16 Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
17 Version 3.0.2
18 -->
19 <documentation>
20 WSDL SOAP/HTTP binding for UDDI SubscriptionListener API V3.0.
21 </documentation>
22
23 <import namespace="urn:uddi-org:subr_v3_portType"
24 location="NhinUddiSubrV3PortType.wsdl"/>
25 <binding name="UDDI_SubscriptionListener_SoapBinding"
26 type="uddi_subr_v3_portType:UDDI_SubscriptionListener_PortType">
27 <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
28 <operation name="notify_subscriptionListener">
29 <soap:operation soapAction="notify_subscriptionListener"/>
30 <input>
31 <soap:body use="literal"/>
32 </input>
33 <output>
34 <soap:body use="literal"/>
35 </output>
36 <fault name="error">
37 <soap:fault name="error" use="literal"/>
38 </fault>
39 </operation>
40 </binding>
41
42 <service name='NHIE_SubscriptionListener' >
43 <port name='UDDI_SubscriptionListener_SoapBinding'
44 binding='tns:UDDI_SubscriptionListener_SoapBinding' >
45 <soap:address
46 location='http://localhost:${HttpDefaultPort}/NhinConnect/NHIE_SubscriptionListener' />
47 </port>
48 </service>
49</definitions>
Note: See TracBrowser for help on using the repository browser.