<?xml version="1.0"?>
<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schema.example.com" targetNamespace="http://schema.example.com">
  <wsdl:types>
    <xsd:schema targetNamespace="http://schema.example.com">
      <xsd:complexType name="deleteScriptReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="deleteScriptResp">
        <xsd:all>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testCaseGetReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testCaseGetResp">
        <xsd:all>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
          <xsd:element name="Content" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testResultsGetReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testResultsGetResp">
        <xsd:all>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="CalcActTime" type="xsd:string"/>
          <xsd:element name="CalcEstTime" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="OsName" type="xsd:string"/>
          <xsd:element name="OverActTime" type="xsd:string"/>
          <xsd:element name="OverEstTime" type="xsd:string"/>
          <xsd:element name="PlatformName" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="ProductVersion" type="xsd:string"/>
          <xsd:element name="TestCases" type="tns:testResultsGetRespCaseArray"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testResultsGetRespCaseArray">
        <xsd:complexContent>
          <xsd:restriction base="SOAP-ENC:Array">
            <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="tns:testResultsGetRespCase[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="testResultsGetRespCase">
        <xsd:all>
          <xsd:element name="ProductVersion" type="xsd:string"/>
          <xsd:element name="ResultCategory" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptGetReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptGetResp">
        <xsd:all>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="CalcActTime" type="xsd:string"/>
          <xsd:element name="CalcEstTime" type="xsd:string"/>
          <xsd:element name="Content" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="OsName" type="xsd:string"/>
          <xsd:element name="OverActTime" type="xsd:string"/>
          <xsd:element name="OverEstTime" type="xsd:string"/>
          <xsd:element name="PlatformName" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="ProductVersion" type="xsd:string"/>
          <xsd:element name="TestDesignTitle" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptCasesReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptCasesResp">
        <xsd:all>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="TestCases" type="tns:stringArray"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="stringArray">
        <xsd:complexContent>
          <xsd:restriction base="SOAP-ENC:Array">
            <xsd:attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
      <xsd:complexType name="includeTestCaseInTestScriptReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="CalcEstTime" type="xsd:string"/>
          <xsd:element name="Ordering" type="xsd:int"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="Priority" type="xsd:int"/>
          <xsd:element name="ResultsSourceID" type="xsd:int"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="includeTestCaseInTestScriptResp">
        <xsd:all>
          <xsd:element name="CalcActTime" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="Os" type="xsd:string"/>
          <xsd:element name="Platform" type="xsd:string"/>
          <xsd:element name="ProductVersions" type="xsd:string"/>
          <xsd:element name="ResultCategory" type="xsd:string"/>
          <xsd:element name="ResultsSource" type="xsd:string"/>
          <xsd:element name="TestCaseVersionID" type="xsd:string"/>
          <xsd:element name="TestScriptVersionID" type="xsd:string"/>
          <xsd:element name="Tester" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testCaseReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="ComponentName" type="tns:stringArray"/>
          <xsd:element name="Content" type="xsd:string"/>
          <xsd:element name="MajorVersion" type="xsd:int"/>
          <xsd:element name="MinorVersion" type="xsd:int"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="RequirementID" type="tns:stringArray"/>
          <xsd:element name="Title" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testCaseResp">
        <xsd:all>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="Content" type="xsd:string"/>
          <xsd:element name="MajorVersion" type="xsd:int"/>
          <xsd:element name="MinorVersion" type="xsd:int"/>
          <xsd:element name="OsName" type="xsd:string"/>
          <xsd:element name="OverActTime" type="xsd:string"/>
          <xsd:element name="OverEstTime" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="PlatformName" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="ProductVersion" type="xsd:string"/>
          <xsd:element name="TestDesignID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="testScriptResp">
        <xsd:all>
          <xsd:element name="AuthorName" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="ProductName" type="xsd:string"/>
          <xsd:element name="ProductVersion" type="xsd:string"/>
          <xsd:element name="TestDesignTitle" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Title" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="removeTestCaseFromTestScriptReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="removeTestCaseFromTestScriptResp">
        <xsd:all>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="TestCaseVersionID" type="xsd:string"/>
          <xsd:element name="TestScriptVersionID" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="updateTestResultReq">
        <xsd:all>
          <xsd:element name="APIID" type="xsd:string"/>
          <xsd:element name="CalcActTime" type="xsd:string"/>
          <xsd:element name="Comments" type="xsd:string"/>
          <xsd:element name="OsName" type="xsd:string"/>
          <xsd:element name="Password" type="xsd:string"/>
          <xsd:element name="PlatformName" type="xsd:string"/>
          <xsd:element name="ProductVersionName" type="xsd:string"/>
          <xsd:element name="ResultCategoryName" type="xsd:string"/>
          <xsd:element name="ResultsSourceName" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="TestDate" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
          <xsd:element name="Username" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
      <xsd:complexType name="updateTestResultResp">
        <xsd:all>
          <xsd:element name="CalcActTime" type="xsd:string"/>
          <xsd:element name="Comments" type="xsd:string"/>
          <xsd:element name="ErrorCode" type="xsd:string"/>
          <xsd:element name="ErrorMessage" type="xsd:string"/>
          <xsd:element name="OsName" type="xsd:string"/>
          <xsd:element name="PlatformName" type="xsd:string"/>
          <xsd:element name="ProductVersionName" type="xsd:string"/>
          <xsd:element name="ResultCategoryName" type="xsd:string"/>
          <xsd:element name="ResultsSourceName" type="xsd:string"/>
          <xsd:element name="TestCaseID" type="xsd:string"/>
          <xsd:element name="TestDate" type="xsd:string"/>
          <xsd:element name="TestScriptID" type="xsd:string"/>
          <xsd:element name="TesterName" type="xsd:string"/>
        </xsd:all>
      </xsd:complexType>
    </xsd:schema>
  </wsdl:types>
  <message name="deleteTestScriptRequest">
    <part name="DeleteScriptReq" type="tns:deleteScriptReq"/>
  </message>
  <message name="deleteTestScriptResponse">
    <part name="deleteTestScriptReturn" type="tns:deleteScriptResp"/>
  </message>
  <message name="getTestCaseRequest">
    <part name="TestCaseGetReq" type="tns:testCaseGetReq"/>
  </message>
  <message name="getTestCaseResponse">
    <part name="getTestCaseReturn" type="tns:testCaseGetResp"/>
  </message>
  <message name="getTestResultsRequest">
    <part name="TestResultsGetReq" type="tns:testResultsGetReq"/>
  </message>
  <message name="getTestResultsResponse">
    <part name="getTestResultsReturn" type="tns:testResultsGetResp"/>
  </message>
  <message name="getTestScriptRequest">
    <part name="TestScriptGetReq" type="tns:testScriptGetReq"/>
  </message>
  <message name="getTestScriptResponse">
    <part name="getTestScriptReturn" type="tns:testScriptGetResp"/>
  </message>
  <message name="getTestScriptCasesRequest">
    <part name="TestScriptCasesReq" type="tns:testScriptCasesReq"/>
  </message>
  <message name="getTestScriptCasesResponse">
    <part name="getTestScriptCasesReturn" type="tns:testScriptCasesResp"/>
  </message>
  <message name="includeTestCaseInTestScriptRequest">
    <part name="IncludeTestCaseInTestScriptReq" type="tns:includeTestCaseInTestScriptReq"/>
  </message>
  <message name="includeTestCaseInTestScriptResponse">
    <part name="includeTestCaseInTestScriptReturn" type="tns:includeTestCaseInTestScriptResp"/>
  </message>
  <message name="insertTestCaseRequest">
    <part name="TestCaseReq" type="tns:testCaseReq"/>
  </message>
  <message name="insertTestCaseResponse">
    <part name="insertTestCaseReturn" type="tns:testCaseResp"/>
  </message>
  <message name="insertTestScriptRequest">
    <part name="TestScriptReq" type="tns:testScriptReq"/>
  </message>
  <message name="insertTestScriptResponse">
    <part name="insertTestScriptReturn" type="tns:testScriptResp"/>
  </message>
  <message name="removeTestCaseFromTestScriptRequest">
    <part name="RemoveTestCaseFromTestScriptReq" type="tns:removeTestCaseFromTestScriptReq"/>
  </message>
  <message name="removeTestCaseFromTestScriptResponse">
    <part name="removeTestCaseFromTestScriptReturn" type="tns:removeTestCaseFromTestScriptResp"/>
  </message>
  <message name="updateTestResultRequest">
    <part name="UpdateTestResultReq" type="tns:updateTestResultReq"/>
  </message>
  <message name="updateTestResultResponse">
    <part name="updateTestResultReturn" type="tns:updateTestResultResp"/>
  </message>
  <wsdl:portType name="apiManagerPortType">
    <wsdl:operation name="deleteTestScript">
      <wsdl:input message="tns:deleteTestScriptRequest"/>
      <wsdl:output message="tns:deleteTestScriptResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getTestCase">
      <wsdl:input message="tns:getTestCaseRequest"/>
      <wsdl:output message="tns:getTestCaseResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getTestResults">
      <wsdl:input message="tns:getTestResultsRequest"/>
      <wsdl:output message="tns:getTestResultsResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getTestScript">
      <wsdl:input message="tns:getTestScriptRequest"/>
      <wsdl:output message="tns:getTestScriptResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getTestScriptCases">
      <wsdl:input message="tns:getTestScriptCasesRequest"/>
      <wsdl:output message="tns:getTestScriptCasesResponse"/>
    </wsdl:operation>
    <wsdl:operation name="includeTestCaseInTestScript">
      <wsdl:input message="tns:includeTestCaseInTestScriptRequest"/>
      <wsdl:output message="tns:includeTestCaseInTestScriptResponse"/>
    </wsdl:operation>
    <wsdl:operation name="insertTestCase">
      <wsdl:input message="tns:insertTestCaseRequest"/>
      <wsdl:output message="tns:insertTestCaseResponse"/>
    </wsdl:operation>
    <wsdl:operation name="insertTestScript">
      <wsdl:input message="tns:insertTestScriptRequest"/>
      <wsdl:output message="tns:insertTestScriptResponse"/>
    </wsdl:operation>
    <wsdl:operation name="removeTestCaseFromTestScript">
      <wsdl:input message="tns:removeTestCaseFromTestScriptRequest"/>
      <wsdl:output message="tns:removeTestCaseFromTestScriptResponse"/>
    </wsdl:operation>
    <wsdl:operation name="updateTestResult">
      <wsdl:input message="tns:updateTestResultRequest"/>
      <wsdl:output message="tns:updateTestResultResponse"/>
    </wsdl:operation>
  </wsdl:portType>
  <binding name="apiManagerBinding" type="tns:apiManagerPortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="deleteTestScript">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=deleteTestScript" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getTestCase">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=getTestCase" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getTestResults">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=getTestResults" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getTestScript">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=getTestScript" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getTestScriptCases">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=getTestScriptCases" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="includeTestCaseInTestScript">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=includeTestCaseInTestScript" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertTestCase">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=insertTestCase" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="insertTestScript">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=insertTestScript" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="removeTestCaseFromTestScript">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=removeTestCaseFromTestScript" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="updateTestResult">
      <soap:operation soapAction="http://localhost/tmt/api.php?class=apiManager&amp;method=updateTestResult" style="rpc"/>
      <wsdl:input>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="encoded" namespace="http://schema.example.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
      </wsdl:output>
    </wsdl:operation>
  </binding>
  <wsdl:service name="apiManager">
    <wsdl:port name="apiManagerPort" binding="tns:apiManagerBinding">
      <soap:address location="http://localhost/qatraq/dev/qatraq_692_b1_pro/tmt//api.php?class=apiManager"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>
