<?xml version='1.0' encoding='UTF-8'?>

<!--generated by GLUE-->

<definitions name='Counter'
    targetNamespace='http://www.themindelectric.com/wsdl/Counter/'
    xmlns:tns='http://www.themindelectric.com/wsdl/Counter/'
    xmlns:electric='http://www.themindelectric.com/'
    xmlns:soap='http://schemas.xmlsoap.org/wsdl/soap/'
    xmlns:http='http://schemas.xmlsoap.org/wsdl/http/'
    xmlns:mime='http://schemas.xmlsoap.org/wsdl/mime/'
    xmlns:xsd='http://www.w3.org/2001/XMLSchema'
    xmlns:soapenc='http://schemas.xmlsoap.org/soap/encoding/'
    xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
    xmlns='http://schemas.xmlsoap.org/wsdl/'>

    <message name='getValue0SoapIn'/>
    <message name='getValue0SoapOut'>
	<part name='Result' type='xsd:int'/>
    </message>
    <message name='reset1SoapIn'>
	<part name='newVal' type='xsd:int'/>
    </message>
    <message name='reset1SoapOut'/>
    <message name='up2SoapIn'/>
    <message name='up2SoapOut'/>

    <portType name='CounterSoap'>
	<operation name='getValue'>
	    <input name='getValue0SoapIn' message='tns:getValue0SoapIn'/>
	    <output name='getValue0SoapOut' message='tns:getValue0SoapOut'/>
	</operation>
	<operation name='reset' parameterOrder='newVal'>
	    <input name='reset1SoapIn' message='tns:reset1SoapIn'/>
	    <output name='reset1SoapOut' message='tns:reset1SoapOut'/>
	</operation>
	<operation name='up'>
	    <input name='up2SoapIn' message='tns:up2SoapIn'/>
	    <output name='up2SoapOut' message='tns:up2SoapOut'/>
	</operation>
    </portType>

    <binding name='CounterSoap' type='tns:CounterSoap'>
	<soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
	<operation name='getValue'>
	    <soap:operation soapAction='getValue' style='rpc'/>
	    <input name='getValue0SoapIn'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </input>
	    <output name='getValue0SoapOut'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </output>
	</operation>
	<operation name='reset'>
	    <soap:operation soapAction='reset' style='rpc'/>
	    <input name='reset1SoapIn'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </input>
	    <output name='reset1SoapOut'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </output>
	</operation>
	<operation name='up'>
	    <soap:operation soapAction='up' style='rpc'/>
	    <input name='up2SoapIn'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </input>
	    <output name='up2SoapOut'>
		<soap:body use='encoded' namespace='http://tempuri.org/Counter'
		    encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'/>
	    </output>
	</operation>
    </binding>

    <service name='Counter'>
	<documentation>
	// ICounter.java//</documentation>
	<port name='CounterSoap' binding='tns:CounterSoap'>
	    <soap:address location='http://127.0.0.1:4031/soap/Counter/c1'/>
	</port>
    </service>
</definitions>
