source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Examples/WSDLClientFileIssue_OldESB/SampleService1EJB/src/conf/wsdl/client/uddi_v3_service/uddi_custody_v3_portType.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: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:uddi-org:custody_v3_portType" xmlns:uddi="urn:uddi-org:api_v3" xmlns:uddi_custody="urn:uddi-org:custody_v3" targetNamespace="urn:uddi-org:custody_v3_portType">
3 <documentation>
4 This WSDL document defines the portType for the custody transfer API calls for interacting with the UDDI registry.
5 </documentation>
6 <types>
7 <xsd:schema targetNamespace="urn:uddi-org:custody_v3_portType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
8 <xsd:import namespace="urn:uddi-org:api_v3" schemaLocation="../schemas/uddi/uddi_v3.xsd"/>
9 <xsd:import namespace="urn:uddi-org:custody_v3" schemaLocation="../schemas/uddi/uddi_v3custody.xsd"/>
10 </xsd:schema>
11 </types>
12 <message name="successMessage"/>
13 <message name="dispositionReportFaultMessage">
14 <part name="body" element="uddi:dispositionReport"/>
15 </message>
16 <message name="discard_transferToken">
17 <part name="body" element="uddi_custody:discard_transferToken"/>
18 </message>
19 <message name="get_transferTokenMessage">
20 <part name="body" element="uddi_custody:get_transferToken"/>
21 </message>
22 <message name="transfer_entitiesMessage">
23 <part name="body" element="uddi_custody:transfer_entities"/>
24 </message>
25 <message name="transferTokenMessage">
26 <part name="body" element="uddi_custody:transferToken"/>
27 </message>
28 <portType name="UDDI_CustodyTransfer_PortType">
29 <documentation>This portType defines all of the UDDI custody transfer operations.</documentation>
30 <operation name="discard_transferToken">
31 <input message="tns:discard_transferToken"/>
32 <output message="tns:successMessage"/>
33 <fault name="error" message="tns:dispositionReportFaultMessage"/>
34 </operation>
35 <operation name="get_transferToken">
36 <input message="tns:get_transferTokenMessage"/>
37 <output message="tns:transferTokenMessage"/>
38 <fault name="error" message="tns:dispositionReportFaultMessage"/>
39 </operation>
40 <operation name="transfer_entities">
41 <input message="tns:transfer_entitiesMessage"/>
42 <output message="tns:successMessage"/>
43 <fault name="error" message="tns:dispositionReportFaultMessage"/>
44 </operation>
45 </portType>
46 <!--
47 Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc. Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc., Intel Corporation,
48 International Business Machines Corporation, Microsoft Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc., and VeriSign, Inc. All Rights Reserved.
49
50 Copyright (c) OASIS Open 2002-2004. All Rights Reserved.
51 Version 3.0.2
52 -->
53</definitions>
Note: See TracBrowser for help on using the repository browser.