blob: babc0b1a7eafac8c785ec039f80fe901ea7dd04c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2003-2004 The Apache Software Foundation. -->
<!-- -->
<!-- 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. -->
<wsdl:definitions targetNamespace="urn:counters"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="urn:counters"
xmlns:intf="urn:counters"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:message name="countRequest">
<wsdl:part name="in0" type="xsd:int"/>
</wsdl:message>
<wsdl:message name="countResponse">
<wsdl:part name="countReturn" type="xsd:int"/>
</wsdl:message>
<wsdl:portType name="Counter">
<wsdl:operation name="count">
<wsdl:input message="intf:countRequest" name="countRequest"/>
<wsdl:output message="intf:countResponse" name="countResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CounterSoapBinding" type="intf:Counter">
<wsdlsoap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="count">
<wsdlsoap:operation soapAction="Counter#count"/>
<wsdl:input name="countRequest">
<wsdlsoap:body
encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:counters"
use="encoded"/>
</wsdl:input>
<wsdl:output name="countResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
namespace="urn:counters"
use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="Counter">
<wsdl:port binding="intf:CounterSoapBinding" name="Counter">
<wsdlsoap:address location="http://localhost/axis/Counter"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>