blob: ac95a7e20da76cacabe2fdce6cb033784e520fd6 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
*/ -->
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:uddi-org:vscache_v3_portType" xmlns:uddi_vscache="urn:uddi-org:vscache_v3" xmlns:uddi="urn:uddi-org:api_v3" targetNamespace="urn:uddi-org:vscache_v3_portType">
<!--
Copyright (c) 2000-2002 by Accenture, Ariba, Inc., Commerce One, Inc.
Fujitsu Limited, Hewlett-Packard Company, i2 Technologies, Inc., Intel
Corporation, International Business Machines Corporation, Microsoft
Corporation, Oracle Corporation, SAP AG, Sun Microsystems, Inc., and
VeriSign, Inc. All Rights Reserved. Copyright (c) OASIS Open
2002-2004. All Rights Reserved. Version 3.0.2 This document and
translations of it may be copied and furnished to others, and
derivative works that comment on or otherwise explain it or assist in
its implementation may be prepared, copied, published and distributed,
in whole or in part, without restriction of any kind, provided that
the above copyright notice and this paragraph are included on all such
copies and derivative works. However, this document itself may not be
modified in any way, such as by removing the copyright notice or
references to OASIS, except as needed for the purpose of developing
OASIS specifications, in which case the procedures for copyrights
defined in the OASIS Intellectual Property Rights document must be
followed, or as required to translate it into languages other than
English.
-->
<documentation>
This WSDL document defines the portTypes for the UDDI V3 Value Set Caching API.
</documentation>
<types>
<xsd:schema targetNamespace="urn:uddi-org:vscache_v3_portType" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:import namespace="urn:uddi-org:api_v3" schemaLocation="uddi_v3.xsd"/>
<xsd:import namespace="urn:uddi-org:vscache_v3" schemaLocation="uddi_v3valuesetcaching.xsd"/>
</xsd:schema>
</types>
<message name="dispositionReportFaultMessage">
<part name="body" element="uddi:dispositionReport"/>
</message>
<message name="get_allValidValuesMessage">
<part name="body" element="uddi_vscache:get_allValidValues"/>
</message>
<message name="validValuesListMessage">
<part name="body" element="uddi_vscache:validValuesList"/>
</message>
<portType name="UDDI_ValueSetCaching_PortType">
<documentation>This portType defines all of the UDDI value set caching operations.</documentation>
<operation name="get_allValidValues">
<input message="tns:get_allValidValuesMessage"/>
<output message="tns:validValuesListMessage"/>
<fault name="error" message="tns:dispositionReportFaultMessage"/>
</operation>
</portType>
</definitions>