blob: 669c96802e456c6faf01340f5f6e369fdefe0334 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
(c) 2004 BEA Systems Inc., Computer Associates, Microsoft Corporation, Inc., Sonic Software, and Systinet Corporation. All rights reserved.
Permission to copy and display the WS-Enumeration (the "Specification", which includes WSDL and schema documents), in any medium without fee or royalty is hereby granted, provided that you include the following on ALL copies of the Specification that you make:
1. A link or URL to the Specification at one of the Co-Developers' websites.
2. The copyright notice as shown in the Specification.
BEA Systems, Computer Associates, Microsoft, Sonic Software, and Systinet (collectively, the "Co-Developers") each agree to grant you a license, under royalty-free and otherwise reasonable, non-discriminatory terms and conditions, to their respective essential patent claims that they deem necessary to implement the Specification.
THE SPECIFICATION IS PROVIDED "AS IS," AND THE CO-DEVELOPERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF THE SPECIFICATION ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
THE CO-DEVELOPERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF OR RELATING TO ANY USE OR DISTRIBUTION OF THE SPECIFICATIONS.
The name and trademarks of the Co-Developers may NOT be used in any manner, including advertising or publicity pertaining to the Specifications or their contents without specific, written prior permission. Title to copyright in the Specifications will at all times remain with the Co-Developers.
No other rights are granted by implication, estoppel or otherwise.
-->
<wsdl:definitions
targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
xmlns:wsen="http://schemas.xmlsoap.org/ws/2004/09/enumeration"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xs="http://www.w3.org/2001/XMLSchema" >
<wsdl:types>
<xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2004/09/enumeration">
<xs:include schemaLocation="enumeration.xsd" />
</xs:schema>
</wsdl:types>
<wsdl:message name="EnumerateMsg">
<wsdl:part name="body" element="wsen:Enumerate" />
</wsdl:message>
<wsdl:message name="EnumerateResponseMsg">
<wsdl:part name="body" element="wsen:EnumerateResponse" />
</wsdl:message>
<wsdl:message name="PullMsg">
<wsdl:part name="body" element="wsen:Pull" />
</wsdl:message>
<wsdl:message name="PullResponseMsg">
<wsdl:part name="body" element="wsen:PullResponse" />
</wsdl:message>
<wsdl:message name="RenewMsg" >
<wsdl:part name="body" element="wsen:Renew" />
</wsdl:message>
<wsdl:message name="RenewResponseMsg" >
<wsdl:part name="body" element="wsen:RenewResponse" />
</wsdl:message>
<wsdl:message name="GetStatusMsg" >
<wsdl:part name="body" element="wsen:GetStatus" />
</wsdl:message>
<wsdl:message name="GetStatusResponseMsg" >
<wsdl:part name="body" element="wsen:GetStatusResponse" />
</wsdl:message>
<wsdl:message name="ReleaseMsg">
<wsdl:part name="body" element="wsen:Release" />
</wsdl:message>
<wsdl:message name="ReleaseResponseMsg" />
<wsdl:message name="EnumerationEndMsg" >
<wsdl:part name="body" element="wsen:EnumerationEnd" />
</wsdl:message>
<wsdl:portType name="DataSource">
<wsdl:operation name="EnumerateOp">
<wsdl:input message="wsen:EnumerateMsg" />
<wsdl:output message="wsen:EnumerateResponseMsg" />
</wsdl:operation>
<wsdl:operation name="PullOp">
<wsdl:input message="wsen:PullMsg" />
<wsdl:output message="wsen:PullResponseMsg" />
</wsdl:operation>
<wsdl:operation name="RenewOp" >
<wsdl:input message="wsen:RenewMsg" />
<wsdl:output message="wsen:RenewResponseMsg" />
</wsdl:operation>
<wsdl:operation name="GetStatusOp" >
<wsdl:input message="wsen:GetStatusMsg" />
<wsdl:output message="wsen:GetStatusResponseMsg" />
</wsdl:operation>
<wsdl:operation name="ReleaseOp">
<wsdl:input message="wsen:ReleaseMsg" />
<wsdl:output message="wsen:ReleaseResponseMsg" />
</wsdl:operation>
<wsdl:operation name="EnumerationEndOp" >
<wsdl:output message="wsen:EnumerationEnd" />
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>