source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/WSDLClientFileIssue_OldESB/SampleService2EJB/src/conf/wsdl/client/uddi_v3_service/uddi_v3_service.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<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
2 xmlns:uddi_api_v3_binding="urn:uddi-org:api_v3_binding"
3 xmlns:uddi_custody_v3_binding="urn:uddi-org:custody_v3_binding"
4 xmlns:uddi_sub_v3_binding="urn:uddi-org:sub_v3_binding"
5 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
6 targetNamespace="urn:uddi-org:v3_service">
7 <!--
8 Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
9
10 Version 3.0.2
11 -->
12 <documentation>WSDL service definition for UDDI 3.0.2 JAX-RPC client</documentation>
13
14 <import namespace="urn:uddi-org:api_v3_binding" location="uddi_api_v3_binding.wsdl"/>
15 <import namespace="urn:uddi-org:custody_v3_binding" location="uddi_custody_v3_binding.wsdl"/>
16 <import namespace="urn:uddi-org:sub_v3_binding" location="uddi_sub_v3_binding.wsdl"/>
17
18 <service name="UDDI_Service">
19 <port name="UDDI_Inquiry_Port" binding="uddi_api_v3_binding:UDDI_Inquiry_SoapBinding">
20 <soap:address location="http://localhost/uddi/inquire/"/>
21 </port>
22 <port name="UDDI_Publication_Port" binding="uddi_api_v3_binding:UDDI_Publication_SoapBinding">
23 <soap:address location="http://localhost/uddi/publish/"/>
24 </port>
25 <port name="UDDI_Security_Port" binding="uddi_api_v3_binding:UDDI_Security_SoapBinding">
26 <soap:address location="http://localhost/uddi/security/"/>
27 </port>
28 <port name="UDDI_Custody_Port" binding="uddi_custody_v3_binding:UDDI_CustodyTransfer_SoapBinding">
29 <soap:address location="http://localhost/uddi/custody/"/>
30 </port>
31 <port name="UDDI_Subscription_Port" binding="uddi_sub_v3_binding:UDDI_Subscription_SoapBinding">
32 <soap:address location="http://localhost/uddi/subscription/"/>
33 </port>
34 </service>
35
36
37</definitions>
Note: See TracBrowser for help on using the repository browser.