<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ITestServiceservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
  <message name="ComputeAddRequest">
    <part name="Value1" type="xs:int"/>
    <part name="Value2" type="xs:int"/>
  </message>
  <message name="ComputeAddResponse">
    <part name="return" type="xs:int"/>
  </message>
  <message name="ComputeSubtractRequest">
    <part name="Value1" type="xs:int"/>
    <part name="Value2" type="xs:int"/>
  </message>
  <message name="ComputeSubtractResponse">
    <part name="return" type="xs:int"/>
  </message>
  <portType name="ITestService">
    <operation name="ComputeAdd">
      <input message="tns:ComputeAddRequest"/>
      <output message="tns:ComputeAddResponse"/>
    </operation>
    <operation name="ComputeSubtract">
      <input message="tns:ComputeSubtractRequest"/>
      <output message="tns:ComputeSubtractResponse"/>
    </operation>
  </portType>
  <binding name="ITestServicebinding" type="tns:ITestService">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="ComputeAdd">
      <soap:operation soapAction="urn:TestServiceIntf-ITestService#ComputeAdd" style="rpc"/>
      <input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TestServiceIntf-ITestService"/>
      </input>
      <output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TestServiceIntf-ITestService"/>
      </output>
    </operation>
    <operation name="ComputeSubtract">
      <soap:operation soapAction="urn:TestServiceIntf-ITestService#ComputeSubtract" style="rpc"/>
      <input>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TestServiceIntf-ITestService"/>
      </input>
      <output>
        <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TestServiceIntf-ITestService"/>
      </output>
    </operation>
  </binding>
  <service name="ITestServiceservice">
    <port name="ITestServicePort" binding="tns:ITestServicebinding">
      <soap:address location="http://www.wwlnk.com/boheme/webservices/service01/Project1.exe/soap/ITestService"/>
    </port>
  </service>
</definitions>

