<?xml version="1.0" encoding="utf-8"?><wsdl:definitions name="RestService" targetNamespace="http://www.inflectra.com/SpiraTest/Services/v4.0/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:i0="http://tempuri.org/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.inflectra.com/SpiraTest/Services/v4.0/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"><wsdl:types><xs:schema elementFormDefault="qualified" targetNamespace="http://www.inflectra.com/SpiraTest/Services/v4.0/" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:import namespace="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element name="TestRun_Save"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="end_date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestRuns" nillable="true" type="q1:ArrayOfRemoteManualTestRun" xmlns:q1="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_SaveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_SaveResult" nillable="true" type="q2:ArrayOfRemoteManualTestRun" xmlns:q2="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_run_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveByIdResult" nillable="true" type="q3:RemoteTestRun" xmlns:q3="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomatedById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_run_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomatedByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveAutomatedByIdResult" nillable="true" type="q4:RemoteAutomatedTestRun" xmlns:q4="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManualById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_run_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManualByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveManualByIdResult" nillable="true" type="q5:RemoteManualTestRun" xmlns:q5="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_Retrieve1Result" nillable="true" type="q6:ArrayOfRemoteTestRun" xmlns:q6="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q7:ArrayOfRemoteFilter" xmlns:q7="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_Retrieve2Result" nillable="true" type="q8:ArrayOfRemoteTestRun" xmlns:q8="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManual1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManual1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveManual1Result" nillable="true" type="q9:ArrayOfRemoteManualTestRun" xmlns:q9="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManual2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q10:ArrayOfRemoteFilter" xmlns:q10="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveManual2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveManual2Result" nillable="true" type="q11:ArrayOfRemoteManualTestRun" xmlns:q11="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomated1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomated1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveAutomated1Result" nillable="true" type="q12:ArrayOfRemoteAutomatedTestRun" xmlns:q12="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomated2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q13:ArrayOfRemoteFilter" xmlns:q13="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RetrieveAutomated2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RetrieveAutomated2Result" nillable="true" type="q14:ArrayOfRemoteAutomatedTestRun" xmlns:q14="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTask" nillable="true" type="q15:RemoteTask" xmlns:q15="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_CreateResult" nillable="true" type="q16:RemoteTask" xmlns:q16="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Count1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Count1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_Count1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Count2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q17:ArrayOfRemoteFilter" xmlns:q17="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Count2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_Count2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Retrieve"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q18:ArrayOfRemoteFilter" xmlns:q18="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_RetrieveResult" nillable="true" type="q19:ArrayOfRemoteTask" xmlns:q19="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="task_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_RetrieveByIdResult" nillable="true" type="q20:RemoteTask" xmlns:q20="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveForOwner"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Task_RetrieveForOwnerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_RetrieveForOwnerResult" nillable="true" type="q21:ArrayOfRemoteTask" xmlns:q21="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveNew"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="creation_date" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveNewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_RetrieveNewResult" nillable="true" type="q22:ArrayOfRemoteTask" xmlns:q22="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTask" nillable="true" type="q23:RemoteTask" xmlns:q23="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Task_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="task_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Task_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="task_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_RetrieveCommentsResult" nillable="true" type="q24:ArrayOfRemoteComment" xmlns:q24="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_CreateComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="task_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComment" nillable="true" type="q25:RemoteComment" xmlns:q25="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Task_CreateCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Task_CreateCommentResult" nillable="true" type="q26:RemoteComment" xmlns:q26="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_AddTestMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="owner_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="existing_test_set_test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parameters" nillable="true" type="q27:ArrayOfRemoteTestSetTestCaseParameter" xmlns:q27="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_AddTestMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_AddTestMappingResult" nillable="true" type="q28:ArrayOfRemoteTestSetTestCaseMapping" xmlns:q28="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_test_set_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestSet" nillable="true" type="q29:RemoteTestSet" xmlns:q29="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_CreateResult" nillable="true" type="q30:RemoteTestSet" xmlns:q30="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_CreateFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_test_set_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestSet" nillable="true" type="q31:RemoteTestSet" xmlns:q31="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_CreateFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_CreateFolderResult" nillable="true" type="q32:RemoteTestSet" xmlns:q32="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RemoveTestMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RemoveTestMappingResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestSet_RetrieveTestCaseMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveTestCaseMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_RetrieveTestCaseMappingResult" nillable="true" type="q33:ArrayOfRemoteTestSetTestCaseMapping" xmlns:q33="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_Retrieve1Result" nillable="true" type="q34:ArrayOfRemoteTestSet" xmlns:q34="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q35:ArrayOfRemoteFilter" xmlns:q35="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_Retrieve2Result" nillable="true" type="q36:ArrayOfRemoteTestSet" xmlns:q36="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_RetrieveByIdResult" nillable="true" type="q37:RemoteTestSet" xmlns:q37="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveForOwner"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestSet_RetrieveForOwnerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_RetrieveForOwnerResult" nillable="true" type="q38:ArrayOfRemoteTestSet" xmlns:q38="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestSet" nillable="true" type="q39:RemoteTestSet" xmlns:q39="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestSet_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestSet_Move"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="destination_test_set_folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_MoveResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestSet_Count1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Count1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_Count1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Count2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q40:ArrayOfRemoteFilter" xmlns:q40="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_Count2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_Count2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_RetrieveCommentsResult" nillable="true" type="q41:ArrayOfRemoteComment" xmlns:q41="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_CreateComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComment" nillable="true" type="q42:RemoteComment" xmlns:q42="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestSet_CreateCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestSet_CreateCommentResult" nillable="true" type="q43:RemoteComment" xmlns:q43="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password_question" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="password_answer" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="project_role_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteUser" nillable="true" type="q44:RemoteUser" xmlns:q44="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="User_CreateResult" nillable="true" type="q45:RemoteUser" xmlns:q45="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_Retrieve"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="User_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="User_RetrieveResult" nillable="true" type="q46:RemoteUser" xmlns:q46="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="user_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="User_RetrieveByIdResult" nillable="true" type="q47:RemoteUser" xmlns:q47="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_RetrieveByUserName"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="user_name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_RetrieveByUserNameResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="User_RetrieveByUserNameResult" nillable="true" type="q48:RemoteUser" xmlns:q48="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="user_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="User_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="AutomationHost_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationHost_Retrieve1Result" nillable="true" type="q49:ArrayOfRemoteAutomationHost" xmlns:q49="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_field" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_direction" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q50:ArrayOfRemoteFilter" xmlns:q50="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationHost_Retrieve2Result" nillable="true" type="q51:ArrayOfRemoteAutomationHost" xmlns:q51="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="automation_host_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationHost_RetrieveByIdResult" nillable="true" type="q52:RemoteAutomationHost" xmlns:q52="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_RetrieveByToken"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_RetrieveByTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationHost_RetrieveByTokenResult" nillable="true" type="q53:RemoteAutomationHost" xmlns:q53="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteAutomationHost" nillable="true" type="q54:RemoteAutomationHost" xmlns:q54="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationHost_CreateResult" nillable="true" type="q55:RemoteAutomationHost" xmlns:q55="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteAutomationHost" nillable="true" type="q56:RemoteAutomationHost" xmlns:q56="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="AutomationHost_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="automation_host_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationHost_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="AutomationEngine_RetrieveByToken"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_RetrieveByTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationEngine_RetrieveByTokenResult" nillable="true" type="q57:RemoteAutomationEngine" xmlns:q57="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_Retrieve"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="active_only" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationEngine_RetrieveResult" nillable="true" type="q58:ArrayOfRemoteAutomationEngine" xmlns:q58="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="remoteEngine" nillable="true" type="q59:RemoteAutomationEngine" xmlns:q59="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationEngine_CreateResult" nillable="true" type="q60:RemoteAutomationEngine" xmlns:q60="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="automation_engine_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="AutomationEngine_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="AutomationEngine_RetrieveByIdResult" nillable="true" type="q61:RemoteAutomationEngine" xmlns:q61="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="build_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Build_RetrieveByIdResult" nillable="true" type="q62:RemoteBuild" xmlns:q62="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_RetrieveByReleaseId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_RetrieveByReleaseIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Build_RetrieveByReleaseIdResult" nillable="true" type="q63:ArrayOfRemoteBuild" xmlns:q63="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteBuild" nillable="true" type="q64:RemoteBuild" xmlns:q64="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Build_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Build_CreateResult" nillable="true" type="q65:RemoteBuild" xmlns:q65="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="ProjectRole_Retrieve"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="ProjectRole_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="ProjectRole_RetrieveResult" nillable="true" type="q66:ArrayOfRemoteProjectRole" xmlns:q66="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Association_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteAssociation" nillable="true" type="q67:RemoteAssociation" xmlns:q67="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Association_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Association_CreateResult" nillable="true" type="q68:RemoteAssociation" xmlns:q68="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Association_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteAssociation" nillable="true" type="q69:RemoteAssociation" xmlns:q69="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Association_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Association_RetrieveForArtifact"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Association_RetrieveForArtifactResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Association_RetrieveForArtifactResult" nillable="true" type="q70:ArrayOfRemoteAssociation" xmlns:q70="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveArtifactMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveArtifactMappingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveArtifactMappingsResult" nillable="true" type="q71:ArrayOfRemoteDataMapping" xmlns:q71="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_AddArtifactMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteDataMappings" nillable="true" type="q72:ArrayOfRemoteDataMapping" xmlns:q72="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_AddArtifactMappingsResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataMapping_RemoveArtifactMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteDataMappings" nillable="true" type="q73:ArrayOfRemoteDataMapping" xmlns:q73="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RemoveArtifactMappingsResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataMapping_AddUserMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteDataMappings" nillable="true" type="q74:ArrayOfRemoteDataMapping" xmlns:q74="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_AddUserMappingsResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveUserMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveUserMappingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveUserMappingsResult" nillable="true" type="q75:ArrayOfRemoteDataMapping" xmlns:q75="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveCustomPropertyMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_property_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveCustomPropertyMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveCustomPropertyMappingResult" nillable="true" type="q76:RemoteDataMapping" xmlns:q76="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveCustomPropertyValueMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_property_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveCustomPropertyValueMappingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveCustomPropertyValueMappingsResult" nillable="true" type="q77:ArrayOfRemoteDataMapping" xmlns:q77="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveFieldValueMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_field_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveFieldValueMappingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveFieldValueMappingsResult" nillable="true" type="q78:ArrayOfRemoteDataMapping" xmlns:q78="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveProjectMappings"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataMapping_RetrieveProjectMappingsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataMapping_RetrieveProjectMappingsResult" nillable="true" type="q79:ArrayOfRemoteDataMapping" xmlns:q79="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_Retrieve"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataSyncSystem_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="DataSyncSystem_RetrieveResult" nillable="true" type="q80:ArrayOfRemoteDataSyncSystem" xmlns:q80="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunFailure"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunFailureResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunSuccess"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="lastRunDate" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunSuccessResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunWarning"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="data_sync_system_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="lastRunDate" type="xs:dateTime"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_SaveRunWarningResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="DataSyncSystem_WriteEvent"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="remoteEvent" nillable="true" type="q81:RemoteEvent" xmlns:q81="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="DataSyncSystem_WriteEventResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="System_GetProductVersion"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="System_GetProductVersionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="System_GetProductVersionResult" nillable="true" type="q82:RemoteVersion" xmlns:q82="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveByIdResult" nillable="true" type="q83:RemoteIncident" xmlns:q83="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveByIdList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_ids" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveByIdListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveByIdListResult" nillable="true" type="q84:ArrayOfRemoteIncident" xmlns:q84="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrievePriorities"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrievePrioritiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrievePrioritiesResult" nillable="true" type="q85:ArrayOfRemoteIncidentPriority" xmlns:q85="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddPriority"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncidentPriority" nillable="true" type="q86:RemoteIncidentPriority" xmlns:q86="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddPriorityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_AddPriorityResult" nillable="true" type="q87:RemoteIncidentPriority" xmlns:q87="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveSeverities"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveSeveritiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveSeveritiesResult" nillable="true" type="q88:ArrayOfRemoteIncidentSeverity" xmlns:q88="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddSeverity"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncidentSeverity" nillable="true" type="q89:RemoteIncidentSeverity" xmlns:q89="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddSeverityResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_AddSeverityResult" nillable="true" type="q90:RemoteIncidentSeverity" xmlns:q90="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveStatuses"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveStatusesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveStatusesResult" nillable="true" type="q91:ArrayOfRemoteIncidentStatus" xmlns:q91="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddStatus"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncidentStatus" nillable="true" type="q92:RemoteIncidentStatus" xmlns:q92="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_AddStatusResult" nillable="true" type="q93:RemoteIncidentStatus" xmlns:q93="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddType"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncidentType" nillable="true" type="q94:RemoteIncidentType" xmlns:q94="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddTypeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_AddTypeResult" nillable="true" type="q95:RemoteIncidentType" xmlns:q95="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveTypes"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveTypesResult" nillable="true" type="q96:ArrayOfRemoteIncidentType" xmlns:q96="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveDefaultStatus"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveDefaultStatusResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveDefaultStatusResult" nillable="true" type="q97:RemoteIncidentStatus" xmlns:q97="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveDefaultType"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveDefaultTypeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveDefaultTypeResult" nillable="true" type="q98:RemoteIncidentType" xmlns:q98="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveCommentsResult" nillable="true" type="q99:ArrayOfRemoteComment" xmlns:q99="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowTransitions"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_status_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="is_detector" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="is_owner" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowTransitionsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveWorkflowTransitionsResult" nillable="true" type="q100:ArrayOfRemoteWorkflowIncidentTransition" xmlns:q100="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowFields"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_status_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowFieldsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveWorkflowFieldsResult" nillable="true" type="q101:ArrayOfRemoteWorkflowIncidentFields" xmlns:q101="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowCustomProperties"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_status_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveWorkflowCustomPropertiesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveWorkflowCustomPropertiesResult" nillable="true" type="q102:ArrayOfRemoteWorkflowIncidentCustomProperties" xmlns:q102="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Count"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_CountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_CountResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_Retrieve1Result" nillable="true" type="q103:ArrayOfRemoteIncident" xmlns:q103="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_by" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_Retrieve2Result" nillable="true" type="q104:ArrayOfRemoteIncident" xmlns:q104="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveNew"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="creation_date" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_RetrieveNewResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_RetrieveNewResult" nillable="true" type="q105:ArrayOfRemoteIncident" xmlns:q105="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve3"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_by" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q106:ArrayOfRemoteFilter" xmlns:q106="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Retrieve3Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_Retrieve3Result" nillable="true" type="q107:ArrayOfRemoteIncident" xmlns:q107="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComments" nillable="true" type="q108:ArrayOfRemoteComment" xmlns:q108="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_AddCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_AddCommentsResult" nillable="true" type="q109:ArrayOfRemoteComment" xmlns:q109="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncident" nillable="true" type="q110:RemoteIncident" xmlns:q110="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Incident_CreateResult" nillable="true" type="q111:RemoteIncident" xmlns:q111="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteIncident" nillable="true" type="q112:RemoteIncident" xmlns:q112="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Incident_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="incident_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Incident_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveForArtifactType"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveForArtifactTypeResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_RetrieveForArtifactTypeResult" nillable="true" type="q113:ArrayOfRemoteCustomProperty" xmlns:q113="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveCustomListById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_list_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveCustomListByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_RetrieveCustomListByIdResult" nillable="true" type="q114:RemoteCustomList" xmlns:q114="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddCustomList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteCustomList" nillable="true" type="q115:RemoteCustomList" xmlns:q115="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddCustomListResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_AddCustomListResult" nillable="true" type="q116:RemoteCustomList" xmlns:q116="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddCustomListValue"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_list_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteCustomListValue" nillable="true" type="q117:RemoteCustomListValue" xmlns:q117="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddCustomListValueResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_AddCustomListValueResult" nillable="true" type="q118:RemoteCustomListValue" xmlns:q118="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddDefinition"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_list_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteCustomProperty" nillable="true" type="q119:RemoteCustomProperty" xmlns:q119="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_AddDefinitionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_AddDefinitionResult" nillable="true" type="q120:RemoteCustomProperty" xmlns:q120="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_UpdateDefinition"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_property_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteCustomProperty" nillable="true" type="q121:RemoteCustomProperty" xmlns:q121="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_UpdateDefinitionResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="CustomProperty_DeleteDefinition"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_property_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_DeleteDefinitionResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveCustomLists"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_RetrieveCustomListsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="CustomProperty_RetrieveCustomListsResult" nillable="true" type="q122:ArrayOfRemoteCustomList" xmlns:q122="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_UpdateCustomList"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="custom_list_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteCustomList" nillable="true" type="q123:RemoteCustomList" xmlns:q123="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="CustomProperty_UpdateCustomListResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_Retrieve1Result" nillable="true" type="q124:ArrayOfRemoteRelease" xmlns:q124="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q125:ArrayOfRemoteFilter" xmlns:q125="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_Retrieve2Result" nillable="true" type="q126:ArrayOfRemoteRelease" xmlns:q126="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_RetrieveByIdResult" nillable="true" type="q127:RemoteRelease" xmlns:q127="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_AddTestMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="testCaseIds" nillable="true" type="q128:ArrayOfint" xmlns:q128="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_AddTestMappingResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_Count"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q129:ArrayOfRemoteFilter" xmlns:q129="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_CountResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_CountResult" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Create1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRelease" nillable="true" type="q130:RemoteRelease" xmlns:q130="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Create1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_Create1Result" nillable="true" type="q131:RemoteRelease" xmlns:q131="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Create2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRelease" nillable="true" type="q132:RemoteRelease" xmlns:q132="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_Create2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_Create2Result" nillable="true" type="q133:RemoteRelease" xmlns:q133="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RemoveTestMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RemoveTestMappingResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRelease" nillable="true" type="q134:RemoteRelease" xmlns:q134="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_Move"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="destination_release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_MoveResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Release_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_RetrieveCommentsResult" nillable="true" type="q135:ArrayOfRemoteComment" xmlns:q135="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RetrieveTestMapping"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_RetrieveTestMappingResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_RetrieveTestMappingResult" nillable="true" type="q136:ArrayOfRemoteReleaseTestCaseMapping" xmlns:q136="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_CreateComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComment" nillable="true" type="q137:RemoteComment" xmlns:q137="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Release_CreateCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Release_CreateCommentResult" nillable="true" type="q138:RemoteComment" xmlns:q138="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_RetrieveUserMembership"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_RetrieveUserMembershipResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Project_RetrieveUserMembershipResult" nillable="true" type="q139:ArrayOfRemoteProjectUser" xmlns:q139="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_Retrieve"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Project_RetrieveResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Project_RetrieveResult" nillable="true" type="q140:ArrayOfRemoteProject" xmlns:q140="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Project_RetrieveByIdResult" nillable="true" type="q141:RemoteProject" xmlns:q141="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="existing_project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteProject" nillable="true" type="q142:RemoteProject" xmlns:q142="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Project_CreateResult" nillable="true" type="q143:RemoteProject" xmlns:q143="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Project_RefreshProgressExecutionStatusCaches"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="run_async" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Project_RefreshProgressExecutionStatusCachesResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Document_OpenFile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_OpenFileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_OpenFileResult" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFile"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="filename" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="tags" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="binaryData" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFileResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_AddFileResult" nillable="true" type="q144:RemoteDocument" xmlns:q144="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddUrl"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="tags" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddUrlResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_AddUrlResult" nillable="true" type="q145:RemoteDocument" xmlns:q145="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFileVersion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="filename" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="version" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="make_current" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="binaryData" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFileVersionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_AddFileVersionResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddUrlVersion"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="url" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="version" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="make_current" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddUrlVersionResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_AddUrlVersionResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Document_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_Retrieve1Result" nillable="true" type="q146:ArrayOfRemoteDocument" xmlns:q146="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_by" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q147:ArrayOfRemoteFilter" xmlns:q147="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_Retrieve2Result" nillable="true" type="q148:ArrayOfRemoteDocument" xmlns:q148="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveForFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="start_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="sort_by" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q149:ArrayOfRemoteFilter" xmlns:q149="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveForFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveForFolderResult" nillable="true" type="q150:ArrayOfRemoteDocument" xmlns:q150="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveForArtifact"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveForArtifactResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveForArtifactResult" nillable="true" type="q151:ArrayOfRemoteDocument" xmlns:q151="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddToArtifactId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddToArtifactIdResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Document_DeleteFromArtifact"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="artifact_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_DeleteFromArtifactResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Document_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="document_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveByIdResult" nillable="true" type="q152:RemoteDocument" xmlns:q152="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveTypes"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="active_only" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveTypesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveTypesResult" nillable="true" type="q153:ArrayOfRemoteDocumentType" xmlns:q153="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveFolders"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveFoldersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveFoldersResult" nillable="true" type="q154:ArrayOfRemoteDocumentFolder" xmlns:q154="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveFolderById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_RetrieveFolderByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_RetrieveFolderByIdResult" nillable="true" type="q155:RemoteDocumentFolder" xmlns:q155="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteDocumentFolder" nillable="true" type="q156:RemoteDocumentFolder" xmlns:q156="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_AddFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Document_AddFolderResult" nillable="true" type="q157:RemoteDocumentFolder" xmlns:q157="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_DeleteFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_DeleteFolderResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Document_UpdateFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteDocumentFolder" nillable="true" type="q158:RemoteDocumentFolder" xmlns:q158="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Document_UpdateFolderResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Count1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Count1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Count1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Count2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q159:ArrayOfRemoteFilter" xmlns:q159="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Count2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Count2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_AddTestCoverage"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteReqTestCaseMapping" nillable="true" type="q160:RemoteRequirementTestCaseMapping" xmlns:q160="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_AddTestCoverageResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Create1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRequirement" nillable="true" type="q161:RemoteRequirement" xmlns:q161="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Create1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Create1Result" nillable="true" type="q162:RemoteRequirement" xmlns:q162="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Create2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="indent_position" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRequirement" nillable="true" type="q163:RemoteRequirement" xmlns:q163="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Create2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Create2Result" nillable="true" type="q164:RemoteRequirement" xmlns:q164="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Create3"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_requirement_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRequirement" nillable="true" type="q165:RemoteRequirement" xmlns:q165="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Create3Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Create3Result" nillable="true" type="q166:RemoteRequirement" xmlns:q166="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RemoveTestCoverage"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteReqTestCaseMapping" nillable="true" type="q167:RemoteRequirementTestCaseMapping" xmlns:q167="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RemoveTestCoverageResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q168:ArrayOfRemoteFilter" xmlns:q168="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Retrieve1Result" nillable="true" type="q169:ArrayOfRemoteRequirement" xmlns:q169="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_Retrieve2Result" nillable="true" type="q170:ArrayOfRemoteRequirement" xmlns:q170="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_RetrieveByIdResult" nillable="true" type="q171:RemoteRequirement" xmlns:q171="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteRequirement" nillable="true" type="q172:RemoteRequirement" xmlns:q172="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_RetrieveForOwner"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_RetrieveForOwnerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_RetrieveForOwnerResult" nillable="true" type="q173:ArrayOfRemoteRequirement" xmlns:q173="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RetrieveTestCoverage"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RetrieveTestCoverageResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_RetrieveTestCoverageResult" nillable="true" type="q174:ArrayOfRemoteRequirementTestCaseMapping" xmlns:q174="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Move"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="destination_requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_MoveResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Indent"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_IndentResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_Outdent"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_OutdentResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="Requirement_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_RetrieveCommentsResult" nillable="true" type="q175:ArrayOfRemoteComment" xmlns:q175="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_CreateComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="requirement_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComment" nillable="true" type="q176:RemoteComment" xmlns:q176="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="Requirement_CreateCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="Requirement_CreateCommentResult" nillable="true" type="q177:RemoteComment" xmlns:q177="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Count1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Count1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_Count1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Count2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q178:ArrayOfRemoteFilter" xmlns:q178="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Count2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_Count2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddParameter"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestCaseParameter" nillable="true" type="q179:RemoteTestCaseParameter" xmlns:q179="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddParameterResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_AddParameterResult" nillable="true" type="q180:RemoteTestCaseParameter" xmlns:q180="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Create"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_test_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestCase" nillable="true" type="q181:RemoteTestCase" xmlns:q181="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CreateResult" nillable="true" type="q182:RemoteTestCase" xmlns:q182="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parent_test_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestCase" nillable="true" type="q183:RemoteTestCase" xmlns:q183="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CreateFolderResult" nillable="true" type="q184:RemoteTestCase" xmlns:q184="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateParameterToken"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parameter_name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateParameterTokenResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CreateParameterTokenResult" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Retrieve1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q185:ArrayOfRemoteFilter" xmlns:q185="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Retrieve1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_Retrieve1Result" nillable="true" type="q186:ArrayOfRemoteTestCase" xmlns:q186="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Retrieve2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Retrieve2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_Retrieve2Result" nillable="true" type="q187:ArrayOfRemoteTestCase" xmlns:q187="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveParameters"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveParametersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveParametersResult" nillable="true" type="q188:ArrayOfRemoteTestCaseParameter" xmlns:q188="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveStepParameters"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_step_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveStepParametersResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveStepParametersResult" nillable="true" type="q189:ArrayOfRemoteTestStepParameter" xmlns:q189="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveById"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveByIdResult" nillable="true" type="q190:RemoteTestCase" xmlns:q190="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByReleaseId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="starting_row" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="number_of_rows" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q191:ArrayOfRemoteFilter" xmlns:q191="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByReleaseIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveByReleaseIdResult" nillable="true" type="q192:ArrayOfRemoteTestCase" xmlns:q192="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByTestSetId"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByTestSetIdResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveByTestSetIdResult" nillable="true" type="q193:ArrayOfRemoteTestCase" xmlns:q193="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveForOwner"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_RetrieveForOwnerResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveForOwnerResult" nillable="true" type="q194:ArrayOfRemoteTestCase" xmlns:q194="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByFolder"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveByFolderResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveByFolderResult" nillable="true" type="q195:ArrayOfRemoteTestCase" xmlns:q195="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_Update"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestCase" nillable="true" type="q196:RemoteTestCase" xmlns:q196="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_UpdateResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_Delete"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_DeleteResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_Move"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="destination_test_case_folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_MoveResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_MoveStep"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="source_test_step_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="destination_test_step_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_MoveStepResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_DeleteStep"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_step_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_DeleteStepResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_AddStep"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestStep" nillable="true" type="q197:RemoteTestStep" xmlns:q197="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddStepResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_AddStepResult" nillable="true" type="q198:RemoteTestStep" xmlns:q198="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddLink"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="linked_test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="position" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="parameters" nillable="true" type="q199:ArrayOfRemoteTestStepParameter" xmlns:q199="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddLinkResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_AddLinkResult" type="xs:int"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddUpdateAutomationScript"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="automation_engine_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="url_or_filename" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="version" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="project_attachment_type_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="project_attachment_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="binaryData" nillable="true" type="xs:base64Binary"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_AddUpdateAutomationScriptResponse"><xs:complexType><xs:sequence/></xs:complexType></xs:element><xs:element name="TestCase_CountForFolder1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_folder_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CountForFolder1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CountForFolder1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CountForFolder2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_folder_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q200:ArrayOfRemoteFilter" xmlns:q200="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CountForFolder2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CountForFolder2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveComments"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_RetrieveCommentsResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_RetrieveCommentsResult" nillable="true" type="q201:ArrayOfRemoteComment" xmlns:q201="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateComment"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_case_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteComment" nillable="true" type="q202:RemoteComment" xmlns:q202="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestCase_CreateCommentResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestCase_CreateCommentResult" nillable="true" type="q203:RemoteComment" xmlns:q203="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateFromTestCases"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="release_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="testCaseIds" nillable="true" type="q204:ArrayOfint" xmlns:q204="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateFromTestCasesResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_CreateFromTestCasesResult" nillable="true" type="q205:ArrayOfRemoteManualTestRun" xmlns:q205="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateFromTestSet"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateFromTestSetResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_CreateFromTestSetResult" nillable="true" type="q206:ArrayOfRemoteManualTestRun" xmlns:q206="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateForAutomationHost"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="automation_host_token" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="dateRange" nillable="true" type="q207:DateRange" xmlns:q207="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateForAutomationHostResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_CreateForAutomationHostResult" nillable="true" type="q208:ArrayOfRemoteAutomatedTestRun" xmlns:q208="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateForAutomatedTestSet"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="test_set_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="automation_host_token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_CreateForAutomatedTestSetResponse"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_CreateForAutomatedTestSetResult" nillable="true" type="q209:ArrayOfRemoteAutomatedTestRun" xmlns:q209="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Count1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Count1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_Count1Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Count2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteFilters" nillable="true" type="q210:ArrayOfRemoteFilter" xmlns:q210="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_Count2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_Count2Result" type="xs:long"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RecordAutomated1"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestRun" nillable="true" type="q211:RemoteAutomatedTestRun" xmlns:q211="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RecordAutomated1Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RecordAutomated1Result" nillable="true" type="q212:RemoteAutomatedTestRun" xmlns:q212="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RecordAutomated2"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="project_id" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="remoteTestRuns" nillable="true" type="q213:ArrayOfRemoteAutomatedTestRun" xmlns:q213="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element><xs:element name="TestRun_RecordAutomated2Response"><xs:complexType><xs:sequence><xs:element minOccurs="0" name="TestRun_RecordAutomated2Result" nillable="true" type="q214:ArrayOfRemoteAutomatedTestRun" xmlns:q214="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"/></xs:sequence></xs:complexType></xs:element></xs:schema><xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/"><xs:element name="anyType" nillable="true" type="xs:anyType"/><xs:element name="anyURI" nillable="true" type="xs:anyURI"/><xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/><xs:element name="boolean" nillable="true" type="xs:boolean"/><xs:element name="byte" nillable="true" type="xs:byte"/><xs:element name="dateTime" nillable="true" type="xs:dateTime"/><xs:element name="decimal" nillable="true" type="xs:decimal"/><xs:element name="double" nillable="true" type="xs:double"/><xs:element name="float" nillable="true" type="xs:float"/><xs:element name="int" nillable="true" type="xs:int"/><xs:element name="long" nillable="true" type="xs:long"/><xs:element name="QName" nillable="true" type="xs:QName"/><xs:element name="short" nillable="true" type="xs:short"/><xs:element name="string" nillable="true" type="xs:string"/><xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/><xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/><xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/><xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/><xs:element name="char" nillable="true" type="tns:char"/><xs:simpleType name="char"><xs:restriction base="xs:int"/></xs:simpleType><xs:element name="duration" nillable="true" type="tns:duration"/><xs:simpleType name="duration"><xs:restriction base="xs:duration"><xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?"/><xs:minInclusive value="-P10675199DT2H48M5.4775808S"/><xs:maxInclusive value="P10675199DT2H48M5.4775807S"/></xs:restriction></xs:simpleType><xs:element name="guid" nillable="true" type="tns:guid"/><xs:simpleType name="guid"><xs:restriction base="xs:string"><xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/></xs:restriction></xs:simpleType><xs:attribute name="FactoryType" type="xs:QName"/><xs:attribute name="Id" type="xs:ID"/><xs:attribute name="Ref" type="xs:IDREF"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.datacontract.org/2004/07/Inflectra.SpiraTest.Web.Services.v4_0.DataObjects"><xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:complexType name="ArrayOfRemoteManualTestRun"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteManualTestRun" nillable="true" type="tns:RemoteManualTestRun"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteManualTestRun" nillable="true" type="tns:ArrayOfRemoteManualTestRun"/><xs:complexType name="RemoteManualTestRun"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteTestRun"><xs:sequence><xs:element minOccurs="0" name="TestRunSteps" nillable="true" type="tns:ArrayOfRemoteTestRunStep"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteManualTestRun" nillable="true" type="tns:RemoteManualTestRun"/><xs:complexType name="RemoteTestRun"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="ActualDuration" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="BuildId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EstimatedDuration" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ExecutionStatusId" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/><xs:element minOccurs="0" name="TestRunId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestRunTypeId" type="xs:int"/><xs:element minOccurs="0" name="TestSetId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestSetTestCaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TesterId" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteTestRun" nillable="true" type="tns:RemoteTestRun"/><xs:complexType name="RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="ArtifactTypeId" type="xs:int"/><xs:element minOccurs="0" name="ConcurrencyDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CustomProperties" nillable="true" type="tns:ArrayOfRemoteArtifactCustomProperty"/><xs:element minOccurs="0" name="ProjectId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteArtifact" nillable="true" type="tns:RemoteArtifact"/><xs:complexType name="ArrayOfRemoteArtifactCustomProperty"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteArtifactCustomProperty" nillable="true" type="tns:RemoteArtifactCustomProperty"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteArtifactCustomProperty" nillable="true" type="tns:ArrayOfRemoteArtifactCustomProperty"/><xs:complexType name="RemoteArtifactCustomProperty"><xs:sequence><xs:element minOccurs="0" name="BooleanValue" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="DateTimeValue" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="DecimalValue" nillable="true" type="xs:decimal"/><xs:element minOccurs="0" name="Definition" nillable="true" type="tns:RemoteCustomProperty"/><xs:element minOccurs="0" name="IntegerListValue" nillable="true" type="q1:ArrayOfint" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/><xs:element minOccurs="0" name="IntegerValue" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="PropertyNumber" type="xs:int"/><xs:element minOccurs="0" name="StringValue" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteArtifactCustomProperty" nillable="true" type="tns:RemoteArtifactCustomProperty"/><xs:complexType name="RemoteCustomProperty"><xs:sequence><xs:element minOccurs="0" name="ArtifactTypeId" type="xs:int"/><xs:element minOccurs="0" name="CustomList" nillable="true" type="tns:RemoteCustomList"/><xs:element minOccurs="0" name="CustomPropertyFieldName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CustomPropertyId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CustomPropertyTypeId" type="xs:int"/><xs:element minOccurs="0" name="CustomPropertyTypeName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IsDeleted" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Options" nillable="true" type="tns:ArrayOfRemoteCustomPropertyOption"/><xs:element minOccurs="0" name="ProjectId" type="xs:int"/><xs:element minOccurs="0" name="PropertyNumber" type="xs:int"/><xs:element minOccurs="0" name="SystemDataType" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteCustomProperty" nillable="true" type="tns:RemoteCustomProperty"/><xs:complexType name="RemoteCustomList"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="CustomPropertyListId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectId" type="xs:int"/><xs:element minOccurs="0" name="SortedOnValue" type="xs:boolean"/><xs:element minOccurs="0" name="Values" nillable="true" type="tns:ArrayOfRemoteCustomListValue"/></xs:sequence></xs:complexType><xs:element name="RemoteCustomList" nillable="true" type="tns:RemoteCustomList"/><xs:complexType name="ArrayOfRemoteCustomListValue"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteCustomListValue" nillable="true" type="tns:RemoteCustomListValue"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteCustomListValue" nillable="true" type="tns:ArrayOfRemoteCustomListValue"/><xs:complexType name="RemoteCustomListValue"><xs:sequence><xs:element minOccurs="0" name="CustomPropertyListId" type="xs:int"/><xs:element minOccurs="0" name="CustomPropertyValueId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteCustomListValue" nillable="true" type="tns:RemoteCustomListValue"/><xs:complexType name="ArrayOfRemoteCustomPropertyOption"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteCustomPropertyOption" nillable="true" type="tns:RemoteCustomPropertyOption"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteCustomPropertyOption" nillable="true" type="tns:ArrayOfRemoteCustomPropertyOption"/><xs:complexType name="RemoteCustomPropertyOption"><xs:sequence><xs:element minOccurs="0" name="CustomPropertyOptionId" type="xs:int"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteCustomPropertyOption" nillable="true" type="tns:RemoteCustomPropertyOption"/><xs:complexType name="ArrayOfRemoteTestRunStep"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestRunStep" nillable="true" type="tns:RemoteTestRunStep"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestRunStep" nillable="true" type="tns:ArrayOfRemoteTestRunStep"/><xs:complexType name="RemoteTestRunStep"><xs:sequence><xs:element minOccurs="0" name="ActualResult" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExecutionStatusId" type="xs:int"/><xs:element minOccurs="0" name="ExpectedResult" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Position" type="xs:int"/><xs:element minOccurs="0" name="SampleData" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestCaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestRunId" type="xs:int"/><xs:element minOccurs="0" name="TestRunStepId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestStepId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteTestRunStep" nillable="true" type="tns:RemoteTestRunStep"/><xs:complexType name="RemoteAutomatedTestRun"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteTestRun"><xs:sequence><xs:element minOccurs="0" name="AutomationAttachmentId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AutomationEngineId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AutomationEngineToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutomationHostId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Parameters" nillable="true" type="tns:ArrayOfRemoteTestSetTestCaseParameter"/><xs:element minOccurs="0" name="RunnerAssertCount" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RunnerMessage" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RunnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RunnerStackTrace" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RunnerTestName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ScheduledDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TestRunFormatId" type="xs:int"/><xs:element minOccurs="0" name="TestRunSteps" nillable="true" type="tns:ArrayOfRemoteTestRunStep"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteAutomatedTestRun" nillable="true" type="tns:RemoteAutomatedTestRun"/><xs:complexType name="ArrayOfRemoteTestSetTestCaseParameter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestSetTestCaseParameter" nillable="true" type="tns:RemoteTestSetTestCaseParameter"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestSetTestCaseParameter" nillable="true" type="tns:ArrayOfRemoteTestSetTestCaseParameter"/><xs:complexType name="RemoteTestSetTestCaseParameter"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteTestSetTestCaseParameter" nillable="true" type="tns:RemoteTestSetTestCaseParameter"/><xs:complexType name="ArrayOfRemoteTestRun"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestRun" nillable="true" type="tns:RemoteTestRun"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestRun" nillable="true" type="tns:ArrayOfRemoteTestRun"/><xs:complexType name="ArrayOfRemoteFilter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteFilter" nillable="true" type="tns:RemoteFilter"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteFilter" nillable="true" type="tns:ArrayOfRemoteFilter"/><xs:complexType name="RemoteFilter"><xs:sequence><xs:element minOccurs="0" name="DateRangeValue" nillable="true" type="tns:DateRange"/><xs:element minOccurs="0" name="IntValue" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="MultiValue" nillable="true" type="tns:MultiValueFilter"/><xs:element minOccurs="0" name="PropertyName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StringValue" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteFilter" nillable="true" type="tns:RemoteFilter"/><xs:complexType name="DateRange"><xs:sequence><xs:element minOccurs="0" name="ConsiderTimes" type="xs:boolean"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/></xs:sequence></xs:complexType><xs:element name="DateRange" nillable="true" type="tns:DateRange"/><xs:complexType name="MultiValueFilter"><xs:sequence><xs:element minOccurs="0" name="IsNone" type="xs:boolean"/><xs:element minOccurs="0" name="Values" nillable="true" type="q2:ArrayOfint" xmlns:q2="http://schemas.microsoft.com/2003/10/Serialization/Arrays"/></xs:sequence></xs:complexType><xs:element name="MultiValueFilter" nillable="true" type="tns:MultiValueFilter"/><xs:complexType name="ArrayOfRemoteAutomatedTestRun"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteAutomatedTestRun" nillable="true" type="tns:RemoteAutomatedTestRun"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteAutomatedTestRun" nillable="true" type="tns:ArrayOfRemoteAutomatedTestRun"/><xs:complexType name="RemoteTask"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="ActualEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CompletionPercent" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="EstimatedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReleaseVersionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RemainingEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RequirementId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RequirementName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TaskId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskPriorityId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskPriorityName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TaskStatusId" type="xs:int"/><xs:element minOccurs="0" name="TaskStatusName" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteTask" nillable="true" type="tns:RemoteTask"/><xs:complexType name="ArrayOfRemoteTask"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTask" nillable="true" type="tns:RemoteTask"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTask" nillable="true" type="tns:ArrayOfRemoteTask"/><xs:complexType name="ArrayOfRemoteComment"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteComment" nillable="true" type="tns:RemoteComment"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteComment" nillable="true" type="tns:ArrayOfRemoteComment"/><xs:complexType name="RemoteComment"><xs:sequence><xs:element minOccurs="0" name="ArtifactId" type="xs:int"/><xs:element minOccurs="0" name="CommentId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="IsDeleted" type="xs:boolean"/><xs:element minOccurs="0" name="Text" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteComment" nillable="true" type="tns:RemoteComment"/><xs:complexType name="ArrayOfRemoteTestSetTestCaseMapping"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestSetTestCaseMapping" nillable="true" type="tns:RemoteTestSetTestCaseMapping"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestSetTestCaseMapping" nillable="true" type="tns:ArrayOfRemoteTestSetTestCaseMapping"/><xs:complexType name="RemoteTestSetTestCaseMapping"><xs:sequence><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/><xs:element minOccurs="0" name="TestSetId" type="xs:int"/><xs:element minOccurs="0" name="TestSetTestCaseId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteTestSetTestCaseMapping" nillable="true" type="tns:RemoteTestSetTestCaseMapping"/><xs:complexType name="RemoteTestSet"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="AutomationHostId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountBlocked" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountCaution" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountFailed" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountNotApplicable" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountNotRun" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CountPassed" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreatorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExecutionDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Folder" type="xs:boolean"/><xs:element minOccurs="0" name="IndentLevel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlannedDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RecurrenceId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RecurrenceName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReleaseVersionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestRunTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestSetId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestSetStatusId" type="xs:int"/><xs:element minOccurs="0" name="TestSetStatusName" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteTestSet" nillable="true" type="tns:RemoteTestSet"/><xs:complexType name="ArrayOfRemoteTestSet"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestSet" nillable="true" type="tns:RemoteTestSet"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestSet" nillable="true" type="tns:ArrayOfRemoteTestSet"/><xs:complexType name="RemoteUser"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Admin" type="xs:boolean"/><xs:element minOccurs="0" name="Approved" type="xs:boolean"/><xs:element minOccurs="0" name="Department" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EmailAddress" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LdapDn" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Locked" type="xs:boolean"/><xs:element minOccurs="0" name="MiddleInitial" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RssToken" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UserId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteUser" nillable="true" type="tns:RemoteUser"/><xs:complexType name="ArrayOfRemoteAutomationHost"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteAutomationHost" nillable="true" type="tns:RemoteAutomationHost"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteAutomationHost" nillable="true" type="tns:ArrayOfRemoteAutomationHost"/><xs:complexType name="RemoteAutomationHost"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="AutomationHostId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastContactDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteAutomationHost" nillable="true" type="tns:RemoteAutomationHost"/><xs:complexType name="RemoteAutomationEngine"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="AutomationEngineId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Token" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteAutomationEngine" nillable="true" type="tns:RemoteAutomationEngine"/><xs:complexType name="ArrayOfRemoteAutomationEngine"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteAutomationEngine" nillable="true" type="tns:RemoteAutomationEngine"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteAutomationEngine" nillable="true" type="tns:ArrayOfRemoteAutomationEngine"/><xs:complexType name="RemoteBuild"><xs:sequence><xs:element minOccurs="0" name="BuildId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="BuildStatusId" type="xs:int"/><xs:element minOccurs="0" name="BuildStatusName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectId" type="xs:int"/><xs:element minOccurs="0" name="ReleaseId" type="xs:int"/><xs:element minOccurs="0" name="Revisions" nillable="true" type="tns:ArrayOfRemoteBuildSourceCode"/></xs:sequence></xs:complexType><xs:element name="RemoteBuild" nillable="true" type="tns:RemoteBuild"/><xs:complexType name="ArrayOfRemoteBuildSourceCode"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteBuildSourceCode" nillable="true" type="tns:RemoteBuildSourceCode"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteBuildSourceCode" nillable="true" type="tns:ArrayOfRemoteBuildSourceCode"/><xs:complexType name="RemoteBuildSourceCode"><xs:sequence><xs:element minOccurs="0" name="BuildId" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="RevisionKey" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteBuildSourceCode" nillable="true" type="tns:RemoteBuildSourceCode"/><xs:complexType name="ArrayOfRemoteBuild"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteBuild" nillable="true" type="tns:RemoteBuild"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteBuild" nillable="true" type="tns:ArrayOfRemoteBuild"/><xs:complexType name="ArrayOfRemoteProjectRole"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteProjectRole" nillable="true" type="tns:RemoteProjectRole"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteProjectRole" nillable="true" type="tns:ArrayOfRemoteProjectRole"/><xs:complexType name="RemoteProjectRole"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Admin" type="xs:boolean"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DiscussionsAdd" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentsAdd" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentsDelete" type="xs:boolean"/><xs:element minOccurs="0" name="DocumentsEdit" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectRoleId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SourceCodeView" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RemoteProjectRole" nillable="true" type="tns:RemoteProjectRole"/><xs:complexType name="RemoteAssociation"><xs:sequence><xs:element minOccurs="0" name="ArtifactLinkId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreatorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DestArtifactId" type="xs:int"/><xs:element minOccurs="0" name="DestArtifactName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DestArtifactTypeId" type="xs:int"/><xs:element minOccurs="0" name="DestArtifactTypeName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SourceArtifactId" type="xs:int"/><xs:element minOccurs="0" name="SourceArtifactTypeId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteAssociation" nillable="true" type="tns:RemoteAssociation"/><xs:complexType name="ArrayOfRemoteAssociation"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteAssociation" nillable="true" type="tns:RemoteAssociation"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteAssociation" nillable="true" type="tns:ArrayOfRemoteAssociation"/><xs:complexType name="ArrayOfRemoteDataMapping"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDataMapping" nillable="true" type="tns:RemoteDataMapping"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDataMapping" nillable="true" type="tns:ArrayOfRemoteDataMapping"/><xs:complexType name="RemoteDataMapping"><xs:sequence><xs:element minOccurs="0" name="ExternalKey" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="InternalId" type="xs:int"/><xs:element minOccurs="0" name="Primary" type="xs:boolean"/><xs:element minOccurs="0" name="ProjectId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteDataMapping" nillable="true" type="tns:RemoteDataMapping"/><xs:complexType name="ArrayOfRemoteDataSyncSystem"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDataSyncSystem" nillable="true" type="tns:RemoteDataSyncSystem"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDataSyncSystem" nillable="true" type="tns:ArrayOfRemoteDataSyncSystem"/><xs:complexType name="RemoteDataSyncSystem"><xs:sequence><xs:element minOccurs="0" name="AutoMapUsers" type="xs:boolean"/><xs:element minOccurs="0" name="ConnectionString" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Custom01" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Custom02" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Custom03" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Custom04" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Custom05" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DataSyncStatusId" type="xs:int"/><xs:element minOccurs="0" name="DataSyncStatusName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DataSyncSystemId" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastSyncDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Login" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Password" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TimeOffsetHours" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteDataSyncSystem" nillable="true" type="tns:RemoteDataSyncSystem"/><xs:complexType name="RemoteEvent"><xs:sequence><xs:element minOccurs="0" name="Details" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EventLogEntryType" type="xs:int"/><xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteEvent" nillable="true" type="tns:RemoteEvent"/><xs:complexType name="RemoteVersion"><xs:sequence><xs:element minOccurs="0" name="Patch" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Version" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteVersion" nillable="true" type="tns:RemoteVersion"/><xs:complexType name="RemoteIncident"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="ActualEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ClosedDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="CompletionPercent" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DetectedReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="DetectedReleaseVersionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EstimatedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="FixedBuildId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="FixedBuildName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncidentId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IncidentStatusId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IncidentStatusName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncidentStatusOpenStatus" nillable="true" type="xs:boolean"/><xs:element minOccurs="0" name="IncidentTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="IncidentTypeName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OpenerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OpenerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriorityId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="PriorityName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="RemainingEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ResolvedReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ResolvedReleaseVersionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeverityId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="SeverityName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="TestRunStepId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="VerifiedReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="VerifiedReleaseVersionNumber" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteIncident" nillable="true" type="tns:RemoteIncident"/><xs:complexType name="ArrayOfRemoteIncident"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteIncident" nillable="true" type="tns:RemoteIncident"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteIncident" nillable="true" type="tns:ArrayOfRemoteIncident"/><xs:complexType name="ArrayOfRemoteIncidentPriority"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteIncidentPriority" nillable="true" type="tns:RemoteIncidentPriority"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteIncidentPriority" nillable="true" type="tns:ArrayOfRemoteIncidentPriority"/><xs:complexType name="RemoteIncidentPriority"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Color" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PriorityId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteIncidentPriority" nillable="true" type="tns:RemoteIncidentPriority"/><xs:complexType name="ArrayOfRemoteIncidentSeverity"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteIncidentSeverity" nillable="true" type="tns:RemoteIncidentSeverity"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteIncidentSeverity" nillable="true" type="tns:ArrayOfRemoteIncidentSeverity"/><xs:complexType name="RemoteIncidentSeverity"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Color" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="SeverityId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteIncidentSeverity" nillable="true" type="tns:RemoteIncidentSeverity"/><xs:complexType name="ArrayOfRemoteIncidentStatus"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteIncidentStatus" nillable="true" type="tns:RemoteIncidentStatus"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteIncidentStatus" nillable="true" type="tns:ArrayOfRemoteIncidentStatus"/><xs:complexType name="RemoteIncidentStatus"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="IncidentStatusId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Open" type="xs:boolean"/></xs:sequence></xs:complexType><xs:element name="RemoteIncidentStatus" nillable="true" type="tns:RemoteIncidentStatus"/><xs:complexType name="RemoteIncidentType"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="IncidentTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Issue" type="xs:boolean"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Risk" type="xs:boolean"/><xs:element minOccurs="0" name="WorkflowId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteIncidentType" nillable="true" type="tns:RemoteIncidentType"/><xs:complexType name="ArrayOfRemoteIncidentType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteIncidentType" nillable="true" type="tns:RemoteIncidentType"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteIncidentType" nillable="true" type="tns:ArrayOfRemoteIncidentType"/><xs:complexType name="ArrayOfRemoteWorkflowIncidentTransition"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteWorkflowIncidentTransition" nillable="true" type="tns:RemoteWorkflowIncidentTransition"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteWorkflowIncidentTransition" nillable="true" type="tns:ArrayOfRemoteWorkflowIncidentTransition"/><xs:complexType name="RemoteWorkflowIncidentTransition"><xs:sequence><xs:element minOccurs="0" name="ExecuteByDetector" type="xs:boolean"/><xs:element minOccurs="0" name="ExecuteByOwner" type="xs:boolean"/><xs:element minOccurs="0" name="IncidentStatusId_Input" type="xs:int"/><xs:element minOccurs="0" name="IncidentStatusId_Output" type="xs:int"/><xs:element minOccurs="0" name="IncidentStatusName_Input" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IncidentStatusName_Output" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TransitionId" type="xs:int"/><xs:element minOccurs="0" name="WorkflowId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteWorkflowIncidentTransition" nillable="true" type="tns:RemoteWorkflowIncidentTransition"/><xs:complexType name="ArrayOfRemoteWorkflowIncidentFields"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteWorkflowIncidentFields" nillable="true" type="tns:RemoteWorkflowIncidentFields"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteWorkflowIncidentFields" nillable="true" type="tns:ArrayOfRemoteWorkflowIncidentFields"/><xs:complexType name="RemoteWorkflowIncidentFields"><xs:sequence><xs:element minOccurs="0" name="FieldCaption" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FieldId" type="xs:int"/><xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FieldStateId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteWorkflowIncidentFields" nillable="true" type="tns:RemoteWorkflowIncidentFields"/><xs:complexType name="ArrayOfRemoteWorkflowIncidentCustomProperties"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteWorkflowIncidentCustomProperties" nillable="true" type="tns:RemoteWorkflowIncidentCustomProperties"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteWorkflowIncidentCustomProperties" nillable="true" type="tns:ArrayOfRemoteWorkflowIncidentCustomProperties"/><xs:complexType name="RemoteWorkflowIncidentCustomProperties"><xs:sequence><xs:element minOccurs="0" name="CustomPropertyId" type="xs:int"/><xs:element minOccurs="0" name="FieldCaption" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FieldName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FieldStateId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteWorkflowIncidentCustomProperties" nillable="true" type="tns:RemoteWorkflowIncidentCustomProperties"/><xs:complexType name="ArrayOfRemoteCustomProperty"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteCustomProperty" nillable="true" type="tns:RemoteCustomProperty"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteCustomProperty" nillable="true" type="tns:ArrayOfRemoteCustomProperty"/><xs:complexType name="ArrayOfRemoteCustomList"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteCustomList" nillable="true" type="tns:RemoteCustomList"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteCustomList" nillable="true" type="tns:ArrayOfRemoteCustomList"/><xs:complexType name="ArrayOfRemoteRelease"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteRelease" nillable="true" type="tns:RemoteRelease"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteRelease" nillable="true" type="tns:ArrayOfRemoteRelease"/><xs:complexType name="RemoteRelease"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="AvailableEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="CreatorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreatorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="DaysNonWorking" type="xs:int"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EndDate" type="xs:dateTime"/><xs:element minOccurs="0" name="FullName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IndentLevel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Iteration" type="xs:boolean"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlannedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ResourceCount" type="xs:int"/><xs:element minOccurs="0" name="StartDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Summary" type="xs:boolean"/><xs:element minOccurs="0" name="TaskActualEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskCount" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskEstimatedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="VersionNumber" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteRelease" nillable="true" type="tns:RemoteRelease"/><xs:complexType name="ArrayOfRemoteReleaseTestCaseMapping"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteReleaseTestCaseMapping" nillable="true" type="tns:RemoteReleaseTestCaseMapping"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteReleaseTestCaseMapping" nillable="true" type="tns:ArrayOfRemoteReleaseTestCaseMapping"/><xs:complexType name="RemoteReleaseTestCaseMapping"><xs:sequence><xs:element minOccurs="0" name="ReleaseId" type="xs:int"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteReleaseTestCaseMapping" nillable="true" type="tns:RemoteReleaseTestCaseMapping"/><xs:complexType name="ArrayOfRemoteProjectUser"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteProjectUser" nillable="true" type="tns:RemoteProjectUser"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteProjectUser" nillable="true" type="tns:ArrayOfRemoteProjectUser"/><xs:complexType name="RemoteProjectUser"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteUser"><xs:sequence><xs:element minOccurs="0" name="ProjectId" type="xs:int"/><xs:element minOccurs="0" name="ProjectRoleId" type="xs:int"/><xs:element minOccurs="0" name="ProjectRoleName" nillable="true" type="xs:string"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteProjectUser" nillable="true" type="tns:RemoteProjectUser"/><xs:complexType name="ArrayOfRemoteProject"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteProject" nillable="true" type="tns:RemoteProject"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteProject" nillable="true" type="tns:ArrayOfRemoteProject"/><xs:complexType name="RemoteProject"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="NonWorkingHours" type="xs:int"/><xs:element minOccurs="0" name="ProjectId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Website" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="WorkingDays" type="xs:int"/><xs:element minOccurs="0" name="WorkingHours" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteProject" nillable="true" type="tns:RemoteProject"/><xs:complexType name="RemoteDocument"><xs:sequence><xs:element minOccurs="0" name="ArtifactId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ArtifactTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AttachmentId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AttachmentTypeId" type="xs:int"/><xs:element minOccurs="0" name="AttachmentTypeName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AuthorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AuthorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CurrentVersion" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EditedDate" type="xs:dateTime"/><xs:element minOccurs="0" name="EditorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="EditorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FilenameOrUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectAttachmentFolderId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectAttachmentTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectAttachmentTypeName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Size" type="xs:int"/><xs:element minOccurs="0" name="Tags" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="UploadDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Versions" nillable="true" type="tns:ArrayOfRemoteDocumentVersion"/></xs:sequence></xs:complexType><xs:element name="RemoteDocument" nillable="true" type="tns:RemoteDocument"/><xs:complexType name="ArrayOfRemoteDocumentVersion"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDocumentVersion" nillable="true" type="tns:RemoteDocumentVersion"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDocumentVersion" nillable="true" type="tns:ArrayOfRemoteDocumentVersion"/><xs:complexType name="RemoteDocumentVersion"><xs:sequence><xs:element minOccurs="0" name="AttachmentId" type="xs:int"/><xs:element minOccurs="0" name="AttachmentVersionId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AuthorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AuthorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="FilenameOrUrl" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Size" type="xs:int"/><xs:element minOccurs="0" name="UploadDate" type="xs:dateTime"/><xs:element minOccurs="0" name="VersionNumber" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteDocumentVersion" nillable="true" type="tns:RemoteDocumentVersion"/><xs:complexType name="ArrayOfRemoteDocument"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDocument" nillable="true" type="tns:RemoteDocument"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDocument" nillable="true" type="tns:ArrayOfRemoteDocument"/><xs:complexType name="ArrayOfRemoteDocumentType"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDocumentType" nillable="true" type="tns:RemoteDocumentType"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDocumentType" nillable="true" type="tns:ArrayOfRemoteDocumentType"/><xs:complexType name="RemoteDocumentType"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="Default" type="xs:boolean"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectAttachmentTypeId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteDocumentType" nillable="true" type="tns:RemoteDocumentType"/><xs:complexType name="ArrayOfRemoteDocumentFolder"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteDocumentFolder" nillable="true" type="tns:RemoteDocumentFolder"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteDocumentFolder" nillable="true" type="tns:ArrayOfRemoteDocumentFolder"/><xs:complexType name="RemoteDocumentFolder"><xs:sequence><xs:element minOccurs="0" name="IndentLevel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ParentProjectAttachmentFolderId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectAttachmentFolderId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteDocumentFolder" nillable="true" type="tns:RemoteDocumentFolder"/><xs:complexType name="RemoteRequirementTestCaseMapping"><xs:sequence><xs:element minOccurs="0" name="RequirementId" type="xs:int"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteRequirementTestCaseMapping" nillable="true" type="tns:RemoteRequirementTestCaseMapping"/><xs:complexType name="RemoteRequirement"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="AuthorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AuthorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="CoverageCountBlocked" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CoverageCountCaution" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CoverageCountFailed" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CoverageCountPassed" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CoverageCountTotal" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ImportanceId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ImportanceName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="IndentLevel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="PlannedEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ReleaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ReleaseVersionNumber" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="RequirementId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="StatusId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="StatusName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Summary" type="xs:boolean"/><xs:element minOccurs="0" name="TaskActualEffort" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskCount" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TaskEstimatedEffort" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteRequirement" nillable="true" type="tns:RemoteRequirement"/><xs:complexType name="ArrayOfRemoteRequirement"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteRequirement" nillable="true" type="tns:RemoteRequirement"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteRequirement" nillable="true" type="tns:ArrayOfRemoteRequirement"/><xs:complexType name="ArrayOfRemoteRequirementTestCaseMapping"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteRequirementTestCaseMapping" nillable="true" type="tns:RemoteRequirementTestCaseMapping"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteRequirementTestCaseMapping" nillable="true" type="tns:ArrayOfRemoteRequirementTestCaseMapping"/><xs:complexType name="RemoteTestCaseParameter"><xs:sequence><xs:element minOccurs="0" name="DefaultValue" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/><xs:element minOccurs="0" name="TestCaseParameterId" nillable="true" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="RemoteTestCaseParameter" nillable="true" type="tns:RemoteTestCaseParameter"/><xs:complexType name="RemoteTestCase"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="Active" type="xs:boolean"/><xs:element minOccurs="0" name="AuthorId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AuthorName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="AutomationAttachmentId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="AutomationEngineId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="CreationDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="EstimatedDuration" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ExecutionDate" nillable="true" type="xs:dateTime"/><xs:element minOccurs="0" name="ExecutionStatusId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Folder" type="xs:boolean"/><xs:element minOccurs="0" name="IndentLevel" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="OwnerId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="OwnerName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ProjectName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestCaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestCasePriorityId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="TestCasePriorityName" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestSteps" nillable="true" type="tns:ArrayOfRemoteTestStep"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteTestCase" nillable="true" type="tns:RemoteTestCase"/><xs:complexType name="ArrayOfRemoteTestStep"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestStep" nillable="true" type="tns:RemoteTestStep"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestStep" nillable="true" type="tns:ArrayOfRemoteTestStep"/><xs:complexType name="RemoteTestStep"><xs:complexContent mixed="false"><xs:extension base="tns:RemoteArtifact"><xs:sequence><xs:element minOccurs="0" name="Description" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="ExecutionStatusId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="ExpectedResult" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="LastUpdateDate" type="xs:dateTime"/><xs:element minOccurs="0" name="LinkedTestCaseId" nillable="true" type="xs:int"/><xs:element minOccurs="0" name="Position" type="xs:int"/><xs:element minOccurs="0" name="SampleData" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="TestCaseId" type="xs:int"/><xs:element minOccurs="0" name="TestStepId" nillable="true" type="xs:int"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType><xs:element name="RemoteTestStep" nillable="true" type="tns:RemoteTestStep"/><xs:complexType name="ArrayOfRemoteTestCase"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestCase" nillable="true" type="tns:RemoteTestCase"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestCase" nillable="true" type="tns:ArrayOfRemoteTestCase"/><xs:complexType name="ArrayOfRemoteTestCaseParameter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestCaseParameter" nillable="true" type="tns:RemoteTestCaseParameter"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestCaseParameter" nillable="true" type="tns:ArrayOfRemoteTestCaseParameter"/><xs:complexType name="ArrayOfRemoteTestStepParameter"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="RemoteTestStepParameter" nillable="true" type="tns:RemoteTestStepParameter"/></xs:sequence></xs:complexType><xs:element name="ArrayOfRemoteTestStepParameter" nillable="true" type="tns:ArrayOfRemoteTestStepParameter"/><xs:complexType name="RemoteTestStepParameter"><xs:sequence><xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/><xs:element minOccurs="0" name="Value" nillable="true" type="xs:string"/></xs:sequence></xs:complexType><xs:element name="RemoteTestStepParameter" nillable="true" type="tns:RemoteTestStepParameter"/></xs:schema><xs:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"><xs:complexType name="ArrayOfint"><xs:sequence><xs:element minOccurs="0" maxOccurs="unbounded" name="int" type="xs:int"/></xs:sequence></xs:complexType><xs:element name="ArrayOfint" nillable="true" type="tns:ArrayOfint"/></xs:schema><xs:schema elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:element name="PROJECT_ID" nillable="true" type="xs:string"/><xs:element name="END_DATE" nillable="true" type="xs:string"/><xs:element name="TEST_RUN_ID" nillable="true" type="xs:string"/><xs:element name="STARTING_ROW" nillable="true" type="xs:string"/><xs:element name="NUMBER_OF_ROWS" nillable="true" type="xs:string"/><xs:element name="SORT_FIELD" nillable="true" type="xs:string"/><xs:element name="SORT_DIRECTION" nillable="true" type="xs:string"/><xs:element name="TASK_ID" nillable="true" type="xs:string"/><xs:element name="CREATION_DATE" nillable="true" type="xs:string"/><xs:element name="START_ROW" nillable="true" type="xs:string"/><xs:element name="TEST_SET_ID" nillable="true" type="xs:string"/><xs:element name="TEST_CASE_ID" nillable="true" type="xs:string"/><xs:element name="OWNER_ID" nillable="true" type="xs:string"/><xs:element name="EXISTING_TEST_SET_TEST_CASE_ID" nillable="true" type="xs:string"/><xs:element name="PARENT_TEST_SET_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="TEST_SET_TEST_CASE_ID" nillable="true" type="xs:string"/><xs:element name="DESTINATION_TEST_SET_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="PASSWORD" nillable="true" type="xs:string"/><xs:element name="PASSWORD_QUESTION" nillable="true" type="xs:string"/><xs:element name="PASSWORD_ANSWER" nillable="true" type="xs:string"/><xs:element name="PROJECT_ROLE_ID" nillable="true" type="xs:string"/><xs:element name="USER_ID" nillable="true" type="xs:string"/><xs:element name="USER_NAME" nillable="true" type="xs:string"/><xs:element name="AUTOMATION_HOST_ID" nillable="true" type="xs:string"/><xs:element name="TOKEN" nillable="true" type="xs:string"/><xs:element name="ACTIVE_ONLY" nillable="true" type="xs:string"/><xs:element name="AUTOMATION_ENGINE_ID" nillable="true" type="xs:string"/><xs:element name="RELEASE_ID" nillable="true" type="xs:string"/><xs:element name="BUILD_ID" nillable="true" type="xs:string"/><xs:element name="ARTIFACT_TYPE_ID" nillable="true" type="xs:string"/><xs:element name="ARTIFACT_ID" nillable="true" type="xs:string"/><xs:element name="DATA_SYNC_SYSTEM_ID" nillable="true" type="xs:string"/><xs:element name="CUSTOM_PROPERTY_ID" nillable="true" type="xs:string"/><xs:element name="ARTIFACT_FIELD_ID" nillable="true" type="xs:string"/><xs:element name="INCIDENT_ID" nillable="true" type="xs:string"/><xs:element name="INCIDENT_IDS" nillable="true" type="xs:string"/><xs:element name="INCIDENT_TYPE_ID" nillable="true" type="xs:string"/><xs:element name="INCIDENT_STATUS_ID" nillable="true" type="xs:string"/><xs:element name="IS_DETECTOR" nillable="true" type="xs:string"/><xs:element name="IS_OWNER" nillable="true" type="xs:string"/><xs:element name="NUMBER_ROWS" nillable="true" type="xs:string"/><xs:element name="SORT_BY" nillable="true" type="xs:string"/><xs:element name="ARTIFACT_TYPE_NAME" nillable="true" type="xs:string"/><xs:element name="CUSTOM_LIST_ID" nillable="true" type="xs:string"/><xs:element name="DESTINATION_RELEASE_ID" nillable="true" type="xs:string"/><xs:element name="RUN_ASYNC" nillable="true" type="xs:string"/><xs:element name="DOCUMENT_ID" nillable="true" type="xs:string"/><xs:element name="FILENAME" nillable="true" type="xs:string"/><xs:element name="TAGS" nillable="true" type="xs:string"/><xs:element name="FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="DOCUMENT_TYPE_ID" nillable="true" type="xs:string"/><xs:element name="URL" nillable="true" type="xs:string"/><xs:element name="VERSION" nillable="true" type="xs:string"/><xs:element name="MAKE_CURRENT" nillable="true" type="xs:string"/><xs:element name="INDENT_POSITION" nillable="true" type="xs:string"/><xs:element name="PARENT_REQUIREMENT_ID" nillable="true" type="xs:string"/><xs:element name="REQUIREMENT_ID" nillable="true" type="xs:string"/><xs:element name="DESTINATION_REQUIREMENT_ID" nillable="true" type="xs:string"/><xs:element name="PARENT_TEST_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="PARAMETER_NAME" nillable="true" type="xs:string"/><xs:element name="TEST_STEP_ID" nillable="true" type="xs:string"/><xs:element name="TEST_CASE_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="DESTINATION_TEST_CASE_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="SOURCE_TEST_STEP_ID" nillable="true" type="xs:string"/><xs:element name="DESTINATION_TEST_STEP_ID" nillable="true" type="xs:string"/><xs:element name="LINKED_TEST_CASE_ID" nillable="true" type="xs:string"/><xs:element name="POSITION" nillable="true" type="xs:string"/><xs:element name="URL_OR_FILENAME" nillable="true" type="xs:string"/><xs:element name="DESCRIPTION" nillable="true" type="xs:string"/><xs:element name="PROJECT_ATTACHMENT_TYPE_ID" nillable="true" type="xs:string"/><xs:element name="PROJECT_ATTACHMENT_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="TEST_FOLDER_ID" nillable="true" type="xs:string"/><xs:element name="AUTOMATION_HOST_TOKEN" nillable="true" type="xs:string"/></xs:schema></wsdl:types><wsdl:message name="IRestService_TestRun_Save_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_Save"/></wsdl:message><wsdl:message name="IRestService_TestRun_Save_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_SaveResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomatedById_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomatedById"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomatedById_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomatedByIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManualById_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManualById"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManualById_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManualByIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_TestRun_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_TestRun_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual1_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManual1"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual1_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManual1Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual2_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManual2"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual2_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveManual2Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated1_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomated1"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated1_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomated1Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated2_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomated2"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated2_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RetrieveAutomated2Response"/></wsdl:message><wsdl:message name="IRestService_Task_Create_InputMessage"><wsdl:part name="parameters" element="tns:Task_Create"/></wsdl:message><wsdl:message name="IRestService_Task_Create_OutputMessage"><wsdl:part name="parameters" element="tns:Task_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_Task_Count1_InputMessage"><wsdl:part name="parameters" element="tns:Task_Count1"/></wsdl:message><wsdl:message name="IRestService_Task_Count1_OutputMessage"><wsdl:part name="parameters" element="tns:Task_Count1Response"/></wsdl:message><wsdl:message name="IRestService_Task_Count2_InputMessage"><wsdl:part name="parameters" element="tns:Task_Count2"/></wsdl:message><wsdl:message name="IRestService_Task_Count2_OutputMessage"><wsdl:part name="parameters" element="tns:Task_Count2Response"/></wsdl:message><wsdl:message name="IRestService_Task_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:Task_Retrieve"/></wsdl:message><wsdl:message name="IRestService_Task_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveForOwner_InputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveForOwner"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveForOwner_OutputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveForOwnerResponse"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveNew_InputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveNew"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveNew_OutputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveNewResponse"/></wsdl:message><wsdl:message name="IRestService_Task_Update_InputMessage"><wsdl:part name="parameters" element="tns:Task_Update"/></wsdl:message><wsdl:message name="IRestService_Task_Update_OutputMessage"><wsdl:part name="parameters" element="tns:Task_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_Task_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Task_Delete"/></wsdl:message><wsdl:message name="IRestService_Task_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Task_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:Task_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_Task_CreateComment_InputMessage"><wsdl:part name="parameters" element="tns:Task_CreateComment"/></wsdl:message><wsdl:message name="IRestService_Task_CreateComment_OutputMessage"><wsdl:part name="parameters" element="tns:Task_CreateCommentResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_AddTestMapping_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_AddTestMapping"/></wsdl:message><wsdl:message name="IRestService_TestSet_AddTestMapping_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_AddTestMappingResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Create_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Create"/></wsdl:message><wsdl:message name="IRestService_TestSet_Create_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_CreateFolder_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_CreateFolder"/></wsdl:message><wsdl:message name="IRestService_TestSet_CreateFolder_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_CreateFolderResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_RemoveTestMapping_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_RemoveTestMapping"/></wsdl:message><wsdl:message name="IRestService_TestSet_RemoveTestMapping_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_RemoveTestMappingResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveTestCaseMapping_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveTestCaseMapping"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveTestCaseMapping_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveTestCaseMappingResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_TestSet_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_TestSet_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_TestSet_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveForOwner_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveForOwner"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveForOwner_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveForOwnerResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Update_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Update"/></wsdl:message><wsdl:message name="IRestService_TestSet_Update_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Delete_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Delete"/></wsdl:message><wsdl:message name="IRestService_TestSet_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Move_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Move"/></wsdl:message><wsdl:message name="IRestService_TestSet_Move_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_MoveResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_Count1_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Count1"/></wsdl:message><wsdl:message name="IRestService_TestSet_Count1_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_Count1Response"/></wsdl:message><wsdl:message name="IRestService_TestSet_Count2_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_Count2"/></wsdl:message><wsdl:message name="IRestService_TestSet_Count2_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_Count2Response"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_TestSet_CreateComment_InputMessage"><wsdl:part name="parameters" element="tns:TestSet_CreateComment"/></wsdl:message><wsdl:message name="IRestService_TestSet_CreateComment_OutputMessage"><wsdl:part name="parameters" element="tns:TestSet_CreateCommentResponse"/></wsdl:message><wsdl:message name="IRestService_User_Create_InputMessage"><wsdl:part name="parameters" element="tns:User_Create"/></wsdl:message><wsdl:message name="IRestService_User_Create_OutputMessage"><wsdl:part name="parameters" element="tns:User_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_User_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:User_Retrieve"/></wsdl:message><wsdl:message name="IRestService_User_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:User_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:User_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:User_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveByUserName_InputMessage"><wsdl:part name="parameters" element="tns:User_RetrieveByUserName"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveByUserName_OutputMessage"><wsdl:part name="parameters" element="tns:User_RetrieveByUserNameResponse"/></wsdl:message><wsdl:message name="IRestService_User_Delete_InputMessage"><wsdl:part name="parameters" element="tns:User_Delete"/></wsdl:message><wsdl:message name="IRestService_User_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:User_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveByToken_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_RetrieveByToken"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveByToken_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_RetrieveByTokenResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Create_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Create"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Create_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Update_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Update"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Update_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Delete_InputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_Delete"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationHost_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveByToken_InputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_RetrieveByToken"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveByToken_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_RetrieveByTokenResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_Retrieve"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_Create_InputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_Create"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_Create_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:AutomationEngine_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Build_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Build_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveByReleaseId_InputMessage"><wsdl:part name="parameters" element="tns:Build_RetrieveByReleaseId"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveByReleaseId_OutputMessage"><wsdl:part name="parameters" element="tns:Build_RetrieveByReleaseIdResponse"/></wsdl:message><wsdl:message name="IRestService_Build_Create_InputMessage"><wsdl:part name="parameters" element="tns:Build_Create"/></wsdl:message><wsdl:message name="IRestService_Build_Create_OutputMessage"><wsdl:part name="parameters" element="tns:Build_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_ProjectRole_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:ProjectRole_Retrieve"/></wsdl:message><wsdl:message name="IRestService_ProjectRole_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:ProjectRole_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_Association_Create_InputMessage"><wsdl:part name="parameters" element="tns:Association_Create"/></wsdl:message><wsdl:message name="IRestService_Association_Create_OutputMessage"><wsdl:part name="parameters" element="tns:Association_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_Association_Update_InputMessage"><wsdl:part name="parameters" element="tns:Association_Update"/></wsdl:message><wsdl:message name="IRestService_Association_Update_OutputMessage"><wsdl:part name="parameters" element="tns:Association_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_Association_RetrieveForArtifact_InputMessage"><wsdl:part name="parameters" element="tns:Association_RetrieveForArtifact"/></wsdl:message><wsdl:message name="IRestService_Association_RetrieveForArtifact_OutputMessage"><wsdl:part name="parameters" element="tns:Association_RetrieveForArtifactResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveArtifactMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveArtifactMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveArtifactMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveArtifactMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_AddArtifactMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_AddArtifactMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_AddArtifactMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_AddArtifactMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RemoveArtifactMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RemoveArtifactMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RemoveArtifactMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RemoveArtifactMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_AddUserMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_AddUserMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_AddUserMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_AddUserMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveUserMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveUserMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveUserMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveUserMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyMapping_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveCustomPropertyMapping"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyMapping_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveCustomPropertyMappingResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyValueMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveCustomPropertyValueMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyValueMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveCustomPropertyValueMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveFieldValueMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveFieldValueMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveFieldValueMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveFieldValueMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveProjectMappings_InputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveProjectMappings"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveProjectMappings_OutputMessage"><wsdl:part name="parameters" element="tns:DataMapping_RetrieveProjectMappingsResponse"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_Retrieve"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunFailure_InputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunFailure"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunFailure_OutputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunFailureResponse"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunSuccess_InputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunSuccess"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunSuccess_OutputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunSuccessResponse"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunWarning_InputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunWarning"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunWarning_OutputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_SaveRunWarningResponse"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_WriteEvent_InputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_WriteEvent"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_WriteEvent_OutputMessage"><wsdl:part name="parameters" element="tns:DataSyncSystem_WriteEventResponse"/></wsdl:message><wsdl:message name="IRestService_System_GetProductVersion_InputMessage"><wsdl:part name="parameters" element="tns:System_GetProductVersion"/></wsdl:message><wsdl:message name="IRestService_System_GetProductVersion_OutputMessage"><wsdl:part name="parameters" element="tns:System_GetProductVersionResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveByIdList_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveByIdList"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveByIdList_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveByIdListResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrievePriorities_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrievePriorities"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrievePriorities_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrievePrioritiesResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_AddPriority_InputMessage"><wsdl:part name="parameters" element="tns:Incident_AddPriority"/></wsdl:message><wsdl:message name="IRestService_Incident_AddPriority_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_AddPriorityResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveSeverities_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveSeverities"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveSeverities_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveSeveritiesResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_AddSeverity_InputMessage"><wsdl:part name="parameters" element="tns:Incident_AddSeverity"/></wsdl:message><wsdl:message name="IRestService_Incident_AddSeverity_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_AddSeverityResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveStatuses_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveStatuses"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveStatuses_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveStatusesResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_AddStatus_InputMessage"><wsdl:part name="parameters" element="tns:Incident_AddStatus"/></wsdl:message><wsdl:message name="IRestService_Incident_AddStatus_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_AddStatusResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_AddType_InputMessage"><wsdl:part name="parameters" element="tns:Incident_AddType"/></wsdl:message><wsdl:message name="IRestService_Incident_AddType_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_AddTypeResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveTypes_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveTypes"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveTypes_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveTypesResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultStatus_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveDefaultStatus"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultStatus_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveDefaultStatusResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultType_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveDefaultType"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultType_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveDefaultTypeResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowTransitions_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowTransitions"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowTransitions_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowTransitionsResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowFields_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowFields"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowFields_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowFieldsResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowCustomProperties_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowCustomProperties"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowCustomProperties_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveWorkflowCustomPropertiesResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Count_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Count"/></wsdl:message><wsdl:message name="IRestService_Incident_Count_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_CountResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveNew_InputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveNew"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveNew_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_RetrieveNewResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve3_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve3"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve3_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_Retrieve3Response"/></wsdl:message><wsdl:message name="IRestService_Incident_AddComments_InputMessage"><wsdl:part name="parameters" element="tns:Incident_AddComments"/></wsdl:message><wsdl:message name="IRestService_Incident_AddComments_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_AddCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Create_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Create"/></wsdl:message><wsdl:message name="IRestService_Incident_Create_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Update_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Update"/></wsdl:message><wsdl:message name="IRestService_Incident_Update_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_Incident_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Incident_Delete"/></wsdl:message><wsdl:message name="IRestService_Incident_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Incident_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveForArtifactType_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveForArtifactType"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveForArtifactType_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveForArtifactTypeResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveCustomListById_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveCustomListById"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveCustomListById_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveCustomListByIdResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomList_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddCustomList"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomList_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddCustomListResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomListValue_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddCustomListValue"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomListValue_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddCustomListValueResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddDefinition_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddDefinition"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddDefinition_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_AddDefinitionResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_UpdateDefinition_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_UpdateDefinition"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_UpdateDefinition_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_UpdateDefinitionResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_DeleteDefinition_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_DeleteDefinition"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_DeleteDefinition_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_DeleteDefinitionResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveCustomLists_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveCustomLists"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveCustomLists_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_RetrieveCustomListsResponse"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_UpdateCustomList_InputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_UpdateCustomList"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_UpdateCustomList_OutputMessage"><wsdl:part name="parameters" element="tns:CustomProperty_UpdateCustomListResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:Release_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:Release_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:Release_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:Release_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Release_AddTestMapping_InputMessage"><wsdl:part name="parameters" element="tns:Release_AddTestMapping"/></wsdl:message><wsdl:message name="IRestService_Release_AddTestMapping_OutputMessage"><wsdl:part name="parameters" element="tns:Release_AddTestMappingResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Count_InputMessage"><wsdl:part name="parameters" element="tns:Release_Count"/></wsdl:message><wsdl:message name="IRestService_Release_Count_OutputMessage"><wsdl:part name="parameters" element="tns:Release_CountResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Create1_InputMessage"><wsdl:part name="parameters" element="tns:Release_Create1"/></wsdl:message><wsdl:message name="IRestService_Release_Create1_OutputMessage"><wsdl:part name="parameters" element="tns:Release_Create1Response"/></wsdl:message><wsdl:message name="IRestService_Release_Create2_InputMessage"><wsdl:part name="parameters" element="tns:Release_Create2"/></wsdl:message><wsdl:message name="IRestService_Release_Create2_OutputMessage"><wsdl:part name="parameters" element="tns:Release_Create2Response"/></wsdl:message><wsdl:message name="IRestService_Release_RemoveTestMapping_InputMessage"><wsdl:part name="parameters" element="tns:Release_RemoveTestMapping"/></wsdl:message><wsdl:message name="IRestService_Release_RemoveTestMapping_OutputMessage"><wsdl:part name="parameters" element="tns:Release_RemoveTestMappingResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Update_InputMessage"><wsdl:part name="parameters" element="tns:Release_Update"/></wsdl:message><wsdl:message name="IRestService_Release_Update_OutputMessage"><wsdl:part name="parameters" element="tns:Release_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Release_Delete"/></wsdl:message><wsdl:message name="IRestService_Release_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Release_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_Release_Move_InputMessage"><wsdl:part name="parameters" element="tns:Release_Move"/></wsdl:message><wsdl:message name="IRestService_Release_Move_OutputMessage"><wsdl:part name="parameters" element="tns:Release_MoveResponse"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveTestMapping_InputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveTestMapping"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveTestMapping_OutputMessage"><wsdl:part name="parameters" element="tns:Release_RetrieveTestMappingResponse"/></wsdl:message><wsdl:message name="IRestService_Release_CreateComment_InputMessage"><wsdl:part name="parameters" element="tns:Release_CreateComment"/></wsdl:message><wsdl:message name="IRestService_Release_CreateComment_OutputMessage"><wsdl:part name="parameters" element="tns:Release_CreateCommentResponse"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveUserMembership_InputMessage"><wsdl:part name="parameters" element="tns:Project_RetrieveUserMembership"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveUserMembership_OutputMessage"><wsdl:part name="parameters" element="tns:Project_RetrieveUserMembershipResponse"/></wsdl:message><wsdl:message name="IRestService_Project_Retrieve_InputMessage"><wsdl:part name="parameters" element="tns:Project_Retrieve"/></wsdl:message><wsdl:message name="IRestService_Project_Retrieve_OutputMessage"><wsdl:part name="parameters" element="tns:Project_RetrieveResponse"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Project_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Project_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Project_Create_InputMessage"><wsdl:part name="parameters" element="tns:Project_Create"/></wsdl:message><wsdl:message name="IRestService_Project_Create_OutputMessage"><wsdl:part name="parameters" element="tns:Project_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_Project_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Project_Delete"/></wsdl:message><wsdl:message name="IRestService_Project_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Project_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_Project_RefreshProgressExecutionStatusCaches_InputMessage"><wsdl:part name="parameters" element="tns:Project_RefreshProgressExecutionStatusCaches"/></wsdl:message><wsdl:message name="IRestService_Project_RefreshProgressExecutionStatusCaches_OutputMessage"><wsdl:part name="parameters" element="tns:Project_RefreshProgressExecutionStatusCachesResponse"/></wsdl:message><wsdl:message name="IRestService_Document_OpenFile_InputMessage"><wsdl:part name="parameters" element="tns:Document_OpenFile"/></wsdl:message><wsdl:message name="IRestService_Document_OpenFile_OutputMessage"><wsdl:part name="parameters" element="tns:Document_OpenFileResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddFile_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddFile"/></wsdl:message><wsdl:message name="IRestService_Document_AddFile_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddFileResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrl_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddUrl"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrl_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddUrlResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddFileVersion_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddFileVersion"/></wsdl:message><wsdl:message name="IRestService_Document_AddFileVersion_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddFileVersionResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrlVersion_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddUrlVersion"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrlVersion_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddUrlVersionResponse"/></wsdl:message><wsdl:message name="IRestService_Document_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Document_Delete"/></wsdl:message><wsdl:message name="IRestService_Document_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Document_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:Document_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:Document_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:Document_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:Document_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForFolder_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveForFolder"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForFolder_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveForFolderResponse"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForArtifact_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveForArtifact"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForArtifact_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveForArtifactResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddToArtifactId_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddToArtifactId"/></wsdl:message><wsdl:message name="IRestService_Document_AddToArtifactId_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddToArtifactIdResponse"/></wsdl:message><wsdl:message name="IRestService_Document_DeleteFromArtifact_InputMessage"><wsdl:part name="parameters" element="tns:Document_DeleteFromArtifact"/></wsdl:message><wsdl:message name="IRestService_Document_DeleteFromArtifact_OutputMessage"><wsdl:part name="parameters" element="tns:Document_DeleteFromArtifactResponse"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveTypes_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveTypes"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveTypes_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveTypesResponse"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolders_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveFolders"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolders_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveFoldersResponse"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolderById_InputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveFolderById"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolderById_OutputMessage"><wsdl:part name="parameters" element="tns:Document_RetrieveFolderByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Document_AddFolder_InputMessage"><wsdl:part name="parameters" element="tns:Document_AddFolder"/></wsdl:message><wsdl:message name="IRestService_Document_AddFolder_OutputMessage"><wsdl:part name="parameters" element="tns:Document_AddFolderResponse"/></wsdl:message><wsdl:message name="IRestService_Document_DeleteFolder_InputMessage"><wsdl:part name="parameters" element="tns:Document_DeleteFolder"/></wsdl:message><wsdl:message name="IRestService_Document_DeleteFolder_OutputMessage"><wsdl:part name="parameters" element="tns:Document_DeleteFolderResponse"/></wsdl:message><wsdl:message name="IRestService_Document_UpdateFolder_InputMessage"><wsdl:part name="parameters" element="tns:Document_UpdateFolder"/></wsdl:message><wsdl:message name="IRestService_Document_UpdateFolder_OutputMessage"><wsdl:part name="parameters" element="tns:Document_UpdateFolderResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Count1_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Count1"/></wsdl:message><wsdl:message name="IRestService_Requirement_Count1_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Count1Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_Count2_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Count2"/></wsdl:message><wsdl:message name="IRestService_Requirement_Count2_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Count2Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_AddTestCoverage_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_AddTestCoverage"/></wsdl:message><wsdl:message name="IRestService_Requirement_AddTestCoverage_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_AddTestCoverageResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create1_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create1"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create1_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create1Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create2_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create2"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create2_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create2Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create3_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create3"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create3_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Create3Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_RemoveTestCoverage_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_RemoveTestCoverage"/></wsdl:message><wsdl:message name="IRestService_Requirement_RemoveTestCoverage_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_RemoveTestCoverageResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_Requirement_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_Requirement_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Update_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Update"/></wsdl:message><wsdl:message name="IRestService_Requirement_Update_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveForOwner_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveForOwner"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveForOwner_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveForOwnerResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveTestCoverage_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveTestCoverage"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveTestCoverage_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveTestCoverageResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Delete_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Delete"/></wsdl:message><wsdl:message name="IRestService_Requirement_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Move_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Move"/></wsdl:message><wsdl:message name="IRestService_Requirement_Move_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_MoveResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Indent_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Indent"/></wsdl:message><wsdl:message name="IRestService_Requirement_Indent_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_IndentResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_Outdent_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_Outdent"/></wsdl:message><wsdl:message name="IRestService_Requirement_Outdent_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_OutdentResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_Requirement_CreateComment_InputMessage"><wsdl:part name="parameters" element="tns:Requirement_CreateComment"/></wsdl:message><wsdl:message name="IRestService_Requirement_CreateComment_OutputMessage"><wsdl:part name="parameters" element="tns:Requirement_CreateCommentResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Count1_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Count1"/></wsdl:message><wsdl:message name="IRestService_TestCase_Count1_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_Count1Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_Count2_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Count2"/></wsdl:message><wsdl:message name="IRestService_TestCase_Count2_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_Count2Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddParameter_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddParameter"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddParameter_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddParameterResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Create_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Create"/></wsdl:message><wsdl:message name="IRestService_TestCase_Create_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateFolder_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateFolder"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateFolder_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateFolderResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateParameterToken_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateParameterToken"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateParameterToken_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateParameterTokenResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Retrieve1_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Retrieve1"/></wsdl:message><wsdl:message name="IRestService_TestCase_Retrieve1_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_Retrieve1Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_Retrieve2_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Retrieve2"/></wsdl:message><wsdl:message name="IRestService_TestCase_Retrieve2_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_Retrieve2Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveParameters_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveParameters"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveParameters_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveParametersResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveStepParameters_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveStepParameters"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveStepParameters_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveStepParametersResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveById_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveById"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveById_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByReleaseId_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByReleaseId"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByReleaseId_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByReleaseIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByTestSetId_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByTestSetId"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByTestSetId_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByTestSetIdResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveForOwner_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveForOwner"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveForOwner_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveForOwnerResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByFolder_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByFolder"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByFolder_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveByFolderResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Update_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Update"/></wsdl:message><wsdl:message name="IRestService_TestCase_Update_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_UpdateResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Delete_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Delete"/></wsdl:message><wsdl:message name="IRestService_TestCase_Delete_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_DeleteResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_Move_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_Move"/></wsdl:message><wsdl:message name="IRestService_TestCase_Move_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_MoveResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_MoveStep_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_MoveStep"/></wsdl:message><wsdl:message name="IRestService_TestCase_MoveStep_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_MoveStepResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_DeleteStep_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_DeleteStep"/></wsdl:message><wsdl:message name="IRestService_TestCase_DeleteStep_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_DeleteStepResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddStep_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddStep"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddStep_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddStepResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddLink_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddLink"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddLink_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddLinkResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddUpdateAutomationScript_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddUpdateAutomationScript"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddUpdateAutomationScript_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_AddUpdateAutomationScriptResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_CountForFolder1_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_CountForFolder1"/></wsdl:message><wsdl:message name="IRestService_TestCase_CountForFolder1_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CountForFolder1Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_CountForFolder2_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_CountForFolder2"/></wsdl:message><wsdl:message name="IRestService_TestCase_CountForFolder2_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CountForFolder2Response"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveComments_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveComments"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveComments_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_RetrieveCommentsResponse"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateComment_InputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateComment"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateComment_OutputMessage"><wsdl:part name="parameters" element="tns:TestCase_CreateCommentResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestCases_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateFromTestCases"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestCases_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateFromTestCasesResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestSet_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateFromTestSet"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestSet_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateFromTestSetResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomationHost_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateForAutomationHost"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomationHost_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateForAutomationHostResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomatedTestSet_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateForAutomatedTestSet"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomatedTestSet_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_CreateForAutomatedTestSetResponse"/></wsdl:message><wsdl:message name="IRestService_TestRun_Count1_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_Count1"/></wsdl:message><wsdl:message name="IRestService_TestRun_Count1_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_Count1Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_Count2_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_Count2"/></wsdl:message><wsdl:message name="IRestService_TestRun_Count2_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_Count2Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated1_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RecordAutomated1"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated1_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RecordAutomated1Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated2_InputMessage"><wsdl:part name="parameters" element="tns:TestRun_RecordAutomated2"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated2_OutputMessage"><wsdl:part name="parameters" element="tns:TestRun_RecordAutomated2Response"/></wsdl:message><wsdl:message name="IRestService_TestRun_Save_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="END_DATE" element="END_DATE"/></wsdl:message><wsdl:message name="IRestService_TestRun_Save_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_RUN_ID" element="TEST_RUN_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveAutomatedById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_RUN_ID" element="TEST_RUN_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomatedById_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveManualById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_RUN_ID" element="TEST_RUN_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManualById_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_TestRun_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveManual1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveManual2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveManual2_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveAutomated1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RetrieveAutomated2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_TestRun_RetrieveAutomated2_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_Create_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Task_Create_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_Count1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Task_Count1_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TASK_ID" element="TASK_ID"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_RetrieveForOwner_preflight__InputMessage"/><wsdl:message name="IRestService_Task_RetrieveForOwner_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_RetrieveNew_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="CREATION_DATE" element="CREATION_DATE"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveNew_preflight__OutputMessage"/><wsdl:message name="IRestService_Task_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TASK_ID" element="TASK_ID"/></wsdl:message><wsdl:message name="IRestService_Task_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_AddTestMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="OWNER_ID" element="OWNER_ID"/><wsdl:part name="EXISTING_TEST_SET_TEST_CASE_ID" element="EXISTING_TEST_SET_TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_AddTestMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_Create_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARENT_TEST_SET_FOLDER_ID" element="PARENT_TEST_SET_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_Create_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_CreateFolder_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARENT_TEST_SET_FOLDER_ID" element="PARENT_TEST_SET_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_CreateFolder_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_RemoveTestMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/><wsdl:part name="TEST_SET_TEST_CASE_ID" element="TEST_SET_TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_RemoveTestMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_RetrieveTestCaseMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveTestCaseMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/></wsdl:message><wsdl:message name="IRestService_TestSet_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_RetrieveForOwner_preflight__InputMessage"/><wsdl:message name="IRestService_TestSet_RetrieveForOwner_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_Update_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_Update_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_Move_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/><wsdl:part name="DESTINATION_TEST_SET_FOLDER_ID" element="DESTINATION_TEST_SET_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_Move_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_Count1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_Count1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestSet_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/></wsdl:message><wsdl:message name="IRestService_TestSet_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_User_Create_preflight__InputMessage"><wsdl:part name="PASSWORD" element="PASSWORD"/><wsdl:part name="PASSWORD_QUESTION" element="PASSWORD_QUESTION"/><wsdl:part name="PASSWORD_ANSWER" element="PASSWORD_ANSWER"/><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PROJECT_ROLE_ID" element="PROJECT_ROLE_ID"/></wsdl:message><wsdl:message name="IRestService_User_Create_preflight__OutputMessage"/><wsdl:message name="IRestService_User_RetrieveById_preflight__InputMessage"><wsdl:part name="USER_ID" element="USER_ID"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_User_RetrieveByUserName_preflight__InputMessage"><wsdl:part name="USER_NAME" element="USER_NAME"/></wsdl:message><wsdl:message name="IRestService_User_RetrieveByUserName_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationHost_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationHost_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/><wsdl:part name="SORT_FIELD" element="SORT_FIELD"/><wsdl:part name="SORT_DIRECTION" element="SORT_DIRECTION"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationHost_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="AUTOMATION_HOST_ID" element="AUTOMATION_HOST_ID"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationHost_RetrieveByToken_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TOKEN" element="TOKEN"/></wsdl:message><wsdl:message name="IRestService_AutomationHost_RetrieveByToken_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationEngine_RetrieveByToken_preflight__InputMessage"><wsdl:part name="TOKEN" element="TOKEN"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveByToken_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationEngine_Retrieve_preflight__InputMessage"><wsdl:part name="ACTIVE_ONLY" element="ACTIVE_ONLY"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_Retrieve_preflight__OutputMessage"/><wsdl:message name="IRestService_AutomationEngine_RetrieveById_preflight__InputMessage"><wsdl:part name="AUTOMATION_ENGINE_ID" element="AUTOMATION_ENGINE_ID"/></wsdl:message><wsdl:message name="IRestService_AutomationEngine_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Build_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/><wsdl:part name="BUILD_ID" element="BUILD_ID"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Build_RetrieveByReleaseId_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_Build_RetrieveByReleaseId_preflight__OutputMessage"/><wsdl:message name="IRestService_ProjectRole_Retrieve_preflight__InputMessage"/><wsdl:message name="IRestService_ProjectRole_Retrieve_preflight__OutputMessage"/><wsdl:message name="IRestService_Association_Create_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Association_Create_preflight__OutputMessage"/><wsdl:message name="IRestService_Association_RetrieveForArtifact_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="ARTIFACT_ID" element="ARTIFACT_ID"/></wsdl:message><wsdl:message name="IRestService_Association_RetrieveForArtifact_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_RetrieveArtifactMappings_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveArtifactMappings_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_AddUserMappings_preflight__InputMessage"><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_AddUserMappings_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="CUSTOM_PROPERTY_ID" element="CUSTOM_PROPERTY_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyValueMappings_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="CUSTOM_PROPERTY_ID" element="CUSTOM_PROPERTY_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveCustomPropertyValueMappings_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_RetrieveFieldValueMappings_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/><wsdl:part name="ARTIFACT_FIELD_ID" element="ARTIFACT_FIELD_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveFieldValueMappings_preflight__OutputMessage"/><wsdl:message name="IRestService_DataMapping_RetrieveProjectMappings_preflight__InputMessage"><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/></wsdl:message><wsdl:message name="IRestService_DataMapping_RetrieveProjectMappings_preflight__OutputMessage"/><wsdl:message name="IRestService_DataSyncSystem_Retrieve_preflight__InputMessage"/><wsdl:message name="IRestService_DataSyncSystem_Retrieve_preflight__OutputMessage"/><wsdl:message name="IRestService_DataSyncSystem_SaveRunFailure_preflight__InputMessage"><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunFailure_preflight__OutputMessage"/><wsdl:message name="IRestService_DataSyncSystem_SaveRunSuccess_preflight__InputMessage"><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunSuccess_preflight__OutputMessage"/><wsdl:message name="IRestService_DataSyncSystem_SaveRunWarning_preflight__InputMessage"><wsdl:part name="DATA_SYNC_SYSTEM_ID" element="DATA_SYNC_SYSTEM_ID"/></wsdl:message><wsdl:message name="IRestService_DataSyncSystem_SaveRunWarning_preflight__OutputMessage"/><wsdl:message name="IRestService_DataSyncSystem_WriteEvent_preflight__InputMessage"/><wsdl:message name="IRestService_DataSyncSystem_WriteEvent_preflight__OutputMessage"/><wsdl:message name="IRestService_System_GetProductVersion_preflight__InputMessage"/><wsdl:message name="IRestService_System_GetProductVersion_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_ID" element="INCIDENT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveByIdList_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_IDS" element="INCIDENT_IDS"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveByIdList_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrievePriorities_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrievePriorities_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveSeverities_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveSeverities_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveStatuses_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveStatuses_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_AddType_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_AddType_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveDefaultStatus_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultStatus_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveDefaultType_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveDefaultType_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_ID" element="INCIDENT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveWorkflowTransitions_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_TYPE_ID" element="INCIDENT_TYPE_ID"/><wsdl:part name="INCIDENT_STATUS_ID" element="INCIDENT_STATUS_ID"/><wsdl:part name="IS_DETECTOR" element="IS_DETECTOR"/><wsdl:part name="IS_OWNER" element="IS_OWNER"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowTransitions_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveWorkflowFields_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_TYPE_ID" element="INCIDENT_TYPE_ID"/><wsdl:part name="INCIDENT_STATUS_ID" element="INCIDENT_STATUS_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowFields_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveWorkflowCustomProperties_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INCIDENT_TYPE_ID" element="INCIDENT_TYPE_ID"/><wsdl:part name="INCIDENT_STATUS_ID" element="INCIDENT_STATUS_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveWorkflowCustomProperties_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_Count_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_Count_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_ROWS" element="NUMBER_ROWS"/><wsdl:part name="SORT_BY" element="SORT_BY"/></wsdl:message><wsdl:message name="IRestService_Incident_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_Incident_RetrieveNew_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_ROWS" element="NUMBER_ROWS"/><wsdl:part name="CREATION_DATE" element="CREATION_DATE"/></wsdl:message><wsdl:message name="IRestService_Incident_RetrieveNew_preflight__OutputMessage"/><wsdl:message name="IRestService_CustomProperty_RetrieveForArtifactType_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="ARTIFACT_TYPE_NAME" element="ARTIFACT_TYPE_NAME"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveForArtifactType_preflight__OutputMessage"/><wsdl:message name="IRestService_CustomProperty_RetrieveCustomListById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="CUSTOM_LIST_ID" element="CUSTOM_LIST_ID"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_RetrieveCustomListById_preflight__OutputMessage"/><wsdl:message name="IRestService_CustomProperty_AddCustomList_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomList_preflight__OutputMessage"/><wsdl:message name="IRestService_CustomProperty_AddCustomListValue_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="CUSTOM_LIST_ID" element="CUSTOM_LIST_ID"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddCustomListValue_preflight__OutputMessage"/><wsdl:message name="IRestService_CustomProperty_AddDefinition_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="CUSTOM_LIST_ID" element="CUSTOM_LIST_ID"/></wsdl:message><wsdl:message name="IRestService_CustomProperty_AddDefinition_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_ROWS" element="NUMBER_ROWS"/></wsdl:message><wsdl:message name="IRestService_Release_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_AddTestMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_Release_AddTestMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_Count_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Release_Count_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_RemoveTestMapping_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_Release_RemoveTestMapping_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_Move_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/><wsdl:part name="DESTINATION_RELEASE_ID" element="DESTINATION_RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_Release_Move_preflight__OutputMessage"/><wsdl:message name="IRestService_Release_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_Release_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_Project_RetrieveUserMembership_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveUserMembership_preflight__OutputMessage"/><wsdl:message name="IRestService_Project_Retrieve_preflight__InputMessage"/><wsdl:message name="IRestService_Project_Retrieve_preflight__OutputMessage"/><wsdl:message name="IRestService_Project_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Project_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Project_RefreshProgressExecutionStatusCaches_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/><wsdl:part name="RUN_ASYNC" element="RUN_ASYNC"/></wsdl:message><wsdl:message name="IRestService_Project_RefreshProgressExecutionStatusCaches_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_OpenFile_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DOCUMENT_ID" element="DOCUMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_OpenFile_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_AddFile_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="FILENAME" element="FILENAME"/><wsdl:part name="TAGS" element="TAGS"/><wsdl:part name="FOLDER_ID" element="FOLDER_ID"/><wsdl:part name="DOCUMENT_TYPE_ID" element="DOCUMENT_TYPE_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="ARTIFACT_ID" element="ARTIFACT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_AddFile_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_AddUrl_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="URL" element="URL"/><wsdl:part name="TAGS" element="TAGS"/><wsdl:part name="FOLDER_ID" element="FOLDER_ID"/><wsdl:part name="DOCUMENT_TYPE_ID" element="DOCUMENT_TYPE_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="ARTIFACT_ID" element="ARTIFACT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrl_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_AddFileVersion_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DOCUMENT_ID" element="DOCUMENT_ID"/><wsdl:part name="FILENAME" element="FILENAME"/><wsdl:part name="VERSION" element="VERSION"/><wsdl:part name="MAKE_CURRENT" element="MAKE_CURRENT"/></wsdl:message><wsdl:message name="IRestService_Document_AddFileVersion_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_AddUrlVersion_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DOCUMENT_ID" element="DOCUMENT_ID"/><wsdl:part name="URL" element="URL"/><wsdl:part name="VERSION" element="VERSION"/><wsdl:part name="MAKE_CURRENT" element="MAKE_CURRENT"/></wsdl:message><wsdl:message name="IRestService_Document_AddUrlVersion_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_Delete_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="DOCUMENT_ID" element="DOCUMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_Delete_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_Retrieve2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_ROWS" element="NUMBER_ROWS"/><wsdl:part name="SORT_BY" element="SORT_BY"/></wsdl:message><wsdl:message name="IRestService_Document_Retrieve2_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_RetrieveForFolder_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="FOLDER_ID" element="FOLDER_ID"/><wsdl:part name="START_ROW" element="START_ROW"/><wsdl:part name="NUMBER_ROWS" element="NUMBER_ROWS"/><wsdl:part name="SORT_BY" element="SORT_BY"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForFolder_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_RetrieveForArtifact_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="ARTIFACT_ID" element="ARTIFACT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveForArtifact_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_AddToArtifactId_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="ARTIFACT_TYPE_ID" element="ARTIFACT_TYPE_ID"/><wsdl:part name="ARTIFACT_ID" element="ARTIFACT_ID"/><wsdl:part name="DOCUMENT_ID" element="DOCUMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_AddToArtifactId_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_RetrieveTypes_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="ACTIVE_ONLY" element="ACTIVE_ONLY"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveTypes_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_RetrieveFolders_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolders_preflight__OutputMessage"/><wsdl:message name="IRestService_Document_RetrieveFolderById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="FOLDER_ID" element="FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_Document_RetrieveFolderById_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Count1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Count1_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_AddTestCoverage_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_AddTestCoverage_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Create1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create1_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Create2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="INDENT_POSITION" element="INDENT_POSITION"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create2_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Create3_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARENT_REQUIREMENT_ID" element="PARENT_REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Create3_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/></wsdl:message><wsdl:message name="IRestService_Requirement_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_RetrieveForOwner_preflight__InputMessage"/><wsdl:message name="IRestService_Requirement_RetrieveForOwner_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_RetrieveTestCoverage_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveTestCoverage_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Move_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/><wsdl:part name="DESTINATION_REQUIREMENT_ID" element="DESTINATION_REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Move_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Indent_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Indent_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_Outdent_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_Outdent_preflight__OutputMessage"/><wsdl:message name="IRestService_Requirement_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="REQUIREMENT_ID" element="REQUIREMENT_ID"/></wsdl:message><wsdl:message name="IRestService_Requirement_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_Count1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_Count1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_AddParameter_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddParameter_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_Create_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARENT_TEST_FOLDER_ID" element="PARENT_TEST_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_Create_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_CreateFolder_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARENT_TEST_FOLDER_ID" element="PARENT_TEST_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateFolder_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_CreateParameterToken_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="PARAMETER_NAME" element="PARAMETER_NAME"/></wsdl:message><wsdl:message name="IRestService_TestCase_CreateParameterToken_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_Retrieve1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/></wsdl:message><wsdl:message name="IRestService_TestCase_Retrieve1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveParameters_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveParameters_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveStepParameters_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="TEST_STEP_ID" element="TEST_STEP_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveStepParameters_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveById_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveById_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveByReleaseId_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/><wsdl:part name="STARTING_ROW" element="STARTING_ROW"/><wsdl:part name="NUMBER_OF_ROWS" element="NUMBER_OF_ROWS"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByReleaseId_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveByTestSetId_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByTestSetId_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveForOwner_preflight__InputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveForOwner_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveByFolder_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_FOLDER_ID" element="TEST_CASE_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveByFolder_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_Move_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="DESTINATION_TEST_CASE_FOLDER_ID" element="DESTINATION_TEST_CASE_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_Move_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_MoveStep_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="SOURCE_TEST_STEP_ID" element="SOURCE_TEST_STEP_ID"/><wsdl:part name="DESTINATION_TEST_STEP_ID" element="DESTINATION_TEST_STEP_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_MoveStep_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_DeleteStep_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="TEST_STEP_ID" element="TEST_STEP_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_DeleteStep_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_AddStep_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddStep_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_AddLink_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="LINKED_TEST_CASE_ID" element="LINKED_TEST_CASE_ID"/><wsdl:part name="POSITION" element="POSITION"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddLink_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_AddUpdateAutomationScript_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/><wsdl:part name="AUTOMATION_ENGINE_ID" element="AUTOMATION_ENGINE_ID"/><wsdl:part name="URL_OR_FILENAME" element="URL_OR_FILENAME"/><wsdl:part name="DESCRIPTION" element="DESCRIPTION"/><wsdl:part name="VERSION" element="VERSION"/><wsdl:part name="PROJECT_ATTACHMENT_TYPE_ID" element="PROJECT_ATTACHMENT_TYPE_ID"/><wsdl:part name="PROJECT_ATTACHMENT_FOLDER_ID" element="PROJECT_ATTACHMENT_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_AddUpdateAutomationScript_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_CountForFolder1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_FOLDER_ID" element="TEST_FOLDER_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_CountForFolder1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestCase_RetrieveComments_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_CASE_ID" element="TEST_CASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestCase_RetrieveComments_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_CreateFromTestCases_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="RELEASE_ID" element="RELEASE_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestCases_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_CreateFromTestSet_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateFromTestSet_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_CreateForAutomationHost_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="AUTOMATION_HOST_TOKEN" element="AUTOMATION_HOST_TOKEN"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomationHost_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_CreateForAutomatedTestSet_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/><wsdl:part name="TEST_SET_ID" element="TEST_SET_ID"/><wsdl:part name="AUTOMATION_HOST_TOKEN" element="AUTOMATION_HOST_TOKEN"/></wsdl:message><wsdl:message name="IRestService_TestRun_CreateForAutomatedTestSet_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_Count1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_Count1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RecordAutomated1_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated1_preflight__OutputMessage"/><wsdl:message name="IRestService_TestRun_RecordAutomated2_preflight__InputMessage"><wsdl:part name="PROJECT_ID" element="PROJECT_ID"/></wsdl:message><wsdl:message name="IRestService_TestRun_RecordAutomated2_preflight__OutputMessage"/><wsdl:portType msc:usingSession="false" name="IRestService"><wsdl:operation name="TestRun_Save"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Save" message="tns:IRestService_TestRun_Save_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_SaveResponse" message="tns:IRestService_TestRun_Save_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveById" message="tns:IRestService_TestRun_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveByIdResponse" message="tns:IRestService_TestRun_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomatedById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomatedById" message="tns:IRestService_TestRun_RetrieveAutomatedById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomatedByIdResponse" message="tns:IRestService_TestRun_RetrieveAutomatedById_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManualById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManualById" message="tns:IRestService_TestRun_RetrieveManualById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManualByIdResponse" message="tns:IRestService_TestRun_RetrieveManualById_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve1" message="tns:IRestService_TestRun_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve1Response" message="tns:IRestService_TestRun_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve2" message="tns:IRestService_TestRun_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve2Response" message="tns:IRestService_TestRun_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManual1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual1" message="tns:IRestService_TestRun_RetrieveManual1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual1Response" message="tns:IRestService_TestRun_RetrieveManual1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManual2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual2" message="tns:IRestService_TestRun_RetrieveManual2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual2Response" message="tns:IRestService_TestRun_RetrieveManual2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomated1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated1" message="tns:IRestService_TestRun_RetrieveAutomated1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated1Response" message="tns:IRestService_TestRun_RetrieveAutomated1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomated2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated2" message="tns:IRestService_TestRun_RetrieveAutomated2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated2Response" message="tns:IRestService_TestRun_RetrieveAutomated2_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Create" message="tns:IRestService_Task_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_CreateResponse" message="tns:IRestService_Task_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Count1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count1" message="tns:IRestService_Task_Count1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count1Response" message="tns:IRestService_Task_Count1_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Count2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count2" message="tns:IRestService_Task_Count2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count2Response" message="tns:IRestService_Task_Count2_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Retrieve" message="tns:IRestService_Task_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveResponse" message="tns:IRestService_Task_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveById" message="tns:IRestService_Task_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveByIdResponse" message="tns:IRestService_Task_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveForOwner"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveForOwner" message="tns:IRestService_Task_RetrieveForOwner_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveForOwnerResponse" message="tns:IRestService_Task_RetrieveForOwner_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveNew"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveNew" message="tns:IRestService_Task_RetrieveNew_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveNewResponse" message="tns:IRestService_Task_RetrieveNew_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Update" message="tns:IRestService_Task_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_UpdateResponse" message="tns:IRestService_Task_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Delete" message="tns:IRestService_Task_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_DeleteResponse" message="tns:IRestService_Task_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveComments" message="tns:IRestService_Task_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveCommentsResponse" message="tns:IRestService_Task_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="Task_CreateComment"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_CreateComment" message="tns:IRestService_Task_CreateComment_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_CreateCommentResponse" message="tns:IRestService_Task_CreateComment_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_AddTestMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_AddTestMapping" message="tns:IRestService_TestSet_AddTestMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_AddTestMappingResponse" message="tns:IRestService_TestSet_AddTestMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Create" message="tns:IRestService_TestSet_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateResponse" message="tns:IRestService_TestSet_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_CreateFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateFolder" message="tns:IRestService_TestSet_CreateFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateFolderResponse" message="tns:IRestService_TestSet_CreateFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RemoveTestMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RemoveTestMapping" message="tns:IRestService_TestSet_RemoveTestMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RemoveTestMappingResponse" message="tns:IRestService_TestSet_RemoveTestMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveTestCaseMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveTestCaseMapping" message="tns:IRestService_TestSet_RetrieveTestCaseMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveTestCaseMappingResponse" message="tns:IRestService_TestSet_RetrieveTestCaseMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve1" message="tns:IRestService_TestSet_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve1Response" message="tns:IRestService_TestSet_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve2" message="tns:IRestService_TestSet_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve2Response" message="tns:IRestService_TestSet_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveById" message="tns:IRestService_TestSet_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveByIdResponse" message="tns:IRestService_TestSet_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveForOwner"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveForOwner" message="tns:IRestService_TestSet_RetrieveForOwner_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveForOwnerResponse" message="tns:IRestService_TestSet_RetrieveForOwner_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Update" message="tns:IRestService_TestSet_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_UpdateResponse" message="tns:IRestService_TestSet_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Delete" message="tns:IRestService_TestSet_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_DeleteResponse" message="tns:IRestService_TestSet_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Move"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Move" message="tns:IRestService_TestSet_Move_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_MoveResponse" message="tns:IRestService_TestSet_Move_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Count1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count1" message="tns:IRestService_TestSet_Count1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count1Response" message="tns:IRestService_TestSet_Count1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Count2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count2" message="tns:IRestService_TestSet_Count2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count2Response" message="tns:IRestService_TestSet_Count2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveComments" message="tns:IRestService_TestSet_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveCommentsResponse" message="tns:IRestService_TestSet_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_CreateComment"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateComment" message="tns:IRestService_TestSet_CreateComment_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateCommentResponse" message="tns:IRestService_TestSet_CreateComment_OutputMessage"/></wsdl:operation><wsdl:operation name="User_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_Create" message="tns:IRestService_User_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_CreateResponse" message="tns:IRestService_User_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="User_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_Retrieve" message="tns:IRestService_User_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveResponse" message="tns:IRestService_User_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="User_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveById" message="tns:IRestService_User_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByIdResponse" message="tns:IRestService_User_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="User_RetrieveByUserName"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByUserName" message="tns:IRestService_User_RetrieveByUserName_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByUserNameResponse" message="tns:IRestService_User_RetrieveByUserName_OutputMessage"/></wsdl:operation><wsdl:operation name="User_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_Delete" message="tns:IRestService_User_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_DeleteResponse" message="tns:IRestService_User_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve1" message="tns:IRestService_AutomationHost_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve1Response" message="tns:IRestService_AutomationHost_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve2" message="tns:IRestService_AutomationHost_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve2Response" message="tns:IRestService_AutomationHost_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveById" message="tns:IRestService_AutomationHost_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByIdResponse" message="tns:IRestService_AutomationHost_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_RetrieveByToken"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByToken" message="tns:IRestService_AutomationHost_RetrieveByToken_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByTokenResponse" message="tns:IRestService_AutomationHost_RetrieveByToken_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Create" message="tns:IRestService_AutomationHost_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_CreateResponse" message="tns:IRestService_AutomationHost_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Update" message="tns:IRestService_AutomationHost_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_UpdateResponse" message="tns:IRestService_AutomationHost_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Delete" message="tns:IRestService_AutomationHost_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_DeleteResponse" message="tns:IRestService_AutomationHost_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_RetrieveByToken"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByToken" message="tns:IRestService_AutomationEngine_RetrieveByToken_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByTokenResponse" message="tns:IRestService_AutomationEngine_RetrieveByToken_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_Retrieve" message="tns:IRestService_AutomationEngine_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveResponse" message="tns:IRestService_AutomationEngine_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_Create" message="tns:IRestService_AutomationEngine_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_CreateResponse" message="tns:IRestService_AutomationEngine_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveById" message="tns:IRestService_AutomationEngine_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByIdResponse" message="tns:IRestService_AutomationEngine_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Build_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveById" message="tns:IRestService_Build_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByIdResponse" message="tns:IRestService_Build_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Build_RetrieveByReleaseId"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByReleaseId" message="tns:IRestService_Build_RetrieveByReleaseId_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByReleaseIdResponse" message="tns:IRestService_Build_RetrieveByReleaseId_OutputMessage"/></wsdl:operation><wsdl:operation name="Build_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_Create" message="tns:IRestService_Build_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_CreateResponse" message="tns:IRestService_Build_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="ProjectRole_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/ProjectRole_Retrieve" message="tns:IRestService_ProjectRole_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/ProjectRole_RetrieveResponse" message="tns:IRestService_ProjectRole_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="Association_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_Create" message="tns:IRestService_Association_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_CreateResponse" message="tns:IRestService_Association_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="Association_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_Update" message="tns:IRestService_Association_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_UpdateResponse" message="tns:IRestService_Association_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="Association_RetrieveForArtifact"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_RetrieveForArtifact" message="tns:IRestService_Association_RetrieveForArtifact_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_RetrieveForArtifactResponse" message="tns:IRestService_Association_RetrieveForArtifact_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveArtifactMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveArtifactMappings" message="tns:IRestService_DataMapping_RetrieveArtifactMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveArtifactMappingsResponse" message="tns:IRestService_DataMapping_RetrieveArtifactMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_AddArtifactMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddArtifactMappings" message="tns:IRestService_DataMapping_AddArtifactMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddArtifactMappingsResponse" message="tns:IRestService_DataMapping_AddArtifactMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RemoveArtifactMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RemoveArtifactMappings" message="tns:IRestService_DataMapping_RemoveArtifactMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RemoveArtifactMappingsResponse" message="tns:IRestService_DataMapping_RemoveArtifactMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_AddUserMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddUserMappings" message="tns:IRestService_DataMapping_AddUserMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddUserMappingsResponse" message="tns:IRestService_DataMapping_AddUserMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveUserMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveUserMappings" message="tns:IRestService_DataMapping_RetrieveUserMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveUserMappingsResponse" message="tns:IRestService_DataMapping_RetrieveUserMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveCustomPropertyMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyMapping" message="tns:IRestService_DataMapping_RetrieveCustomPropertyMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyMappingResponse" message="tns:IRestService_DataMapping_RetrieveCustomPropertyMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveCustomPropertyValueMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyValueMappings" message="tns:IRestService_DataMapping_RetrieveCustomPropertyValueMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyValueMappingsResponse" message="tns:IRestService_DataMapping_RetrieveCustomPropertyValueMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveFieldValueMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveFieldValueMappings" message="tns:IRestService_DataMapping_RetrieveFieldValueMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveFieldValueMappingsResponse" message="tns:IRestService_DataMapping_RetrieveFieldValueMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveProjectMappings"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveProjectMappings" message="tns:IRestService_DataMapping_RetrieveProjectMappings_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveProjectMappingsResponse" message="tns:IRestService_DataMapping_RetrieveProjectMappings_OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_Retrieve" message="tns:IRestService_DataSyncSystem_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_RetrieveResponse" message="tns:IRestService_DataSyncSystem_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunFailure"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunFailure" message="tns:IRestService_DataSyncSystem_SaveRunFailure_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunFailureResponse" message="tns:IRestService_DataSyncSystem_SaveRunFailure_OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunSuccess"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunSuccess" message="tns:IRestService_DataSyncSystem_SaveRunSuccess_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunSuccessResponse" message="tns:IRestService_DataSyncSystem_SaveRunSuccess_OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunWarning"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunWarning" message="tns:IRestService_DataSyncSystem_SaveRunWarning_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunWarningResponse" message="tns:IRestService_DataSyncSystem_SaveRunWarning_OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_WriteEvent"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_WriteEvent" message="tns:IRestService_DataSyncSystem_WriteEvent_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_WriteEventResponse" message="tns:IRestService_DataSyncSystem_WriteEvent_OutputMessage"/></wsdl:operation><wsdl:operation name="System_GetProductVersion"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/System_GetProductVersion" message="tns:IRestService_System_GetProductVersion_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/System_GetProductVersionResponse" message="tns:IRestService_System_GetProductVersion_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveById" message="tns:IRestService_Incident_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdResponse" message="tns:IRestService_Incident_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveByIdList"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdList" message="tns:IRestService_Incident_RetrieveByIdList_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdListResponse" message="tns:IRestService_Incident_RetrieveByIdList_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrievePriorities"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrievePriorities" message="tns:IRestService_Incident_RetrievePriorities_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrievePrioritiesResponse" message="tns:IRestService_Incident_RetrievePriorities_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddPriority"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddPriority" message="tns:IRestService_Incident_AddPriority_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddPriorityResponse" message="tns:IRestService_Incident_AddPriority_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveSeverities"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveSeverities" message="tns:IRestService_Incident_RetrieveSeverities_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveSeveritiesResponse" message="tns:IRestService_Incident_RetrieveSeverities_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddSeverity"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddSeverity" message="tns:IRestService_Incident_AddSeverity_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddSeverityResponse" message="tns:IRestService_Incident_AddSeverity_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveStatuses"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveStatuses" message="tns:IRestService_Incident_RetrieveStatuses_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveStatusesResponse" message="tns:IRestService_Incident_RetrieveStatuses_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddStatus"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddStatus" message="tns:IRestService_Incident_AddStatus_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddStatusResponse" message="tns:IRestService_Incident_AddStatus_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddType"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddType" message="tns:IRestService_Incident_AddType_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddTypeResponse" message="tns:IRestService_Incident_AddType_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveTypes"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveTypes" message="tns:IRestService_Incident_RetrieveTypes_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveTypesResponse" message="tns:IRestService_Incident_RetrieveTypes_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveDefaultStatus"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultStatus" message="tns:IRestService_Incident_RetrieveDefaultStatus_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultStatusResponse" message="tns:IRestService_Incident_RetrieveDefaultStatus_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveDefaultType"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultType" message="tns:IRestService_Incident_RetrieveDefaultType_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultTypeResponse" message="tns:IRestService_Incident_RetrieveDefaultType_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveComments" message="tns:IRestService_Incident_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveCommentsResponse" message="tns:IRestService_Incident_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowTransitions"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowTransitions" message="tns:IRestService_Incident_RetrieveWorkflowTransitions_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowTransitionsResponse" message="tns:IRestService_Incident_RetrieveWorkflowTransitions_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowFields"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowFields" message="tns:IRestService_Incident_RetrieveWorkflowFields_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowFieldsResponse" message="tns:IRestService_Incident_RetrieveWorkflowFields_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowCustomProperties"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowCustomProperties" message="tns:IRestService_Incident_RetrieveWorkflowCustomProperties_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowCustomPropertiesResponse" message="tns:IRestService_Incident_RetrieveWorkflowCustomProperties_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Count"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Count" message="tns:IRestService_Incident_Count_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_CountResponse" message="tns:IRestService_Incident_Count_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve1" message="tns:IRestService_Incident_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve1Response" message="tns:IRestService_Incident_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve2" message="tns:IRestService_Incident_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve2Response" message="tns:IRestService_Incident_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveNew"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveNew" message="tns:IRestService_Incident_RetrieveNew_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveNewResponse" message="tns:IRestService_Incident_RetrieveNew_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Retrieve3"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve3" message="tns:IRestService_Incident_Retrieve3_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve3Response" message="tns:IRestService_Incident_Retrieve3_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddComments" message="tns:IRestService_Incident_AddComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddCommentsResponse" message="tns:IRestService_Incident_AddComments_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Create" message="tns:IRestService_Incident_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_CreateResponse" message="tns:IRestService_Incident_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Update" message="tns:IRestService_Incident_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_UpdateResponse" message="tns:IRestService_Incident_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Delete" message="tns:IRestService_Incident_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_DeleteResponse" message="tns:IRestService_Incident_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_RetrieveForArtifactType"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveForArtifactType" message="tns:IRestService_CustomProperty_RetrieveForArtifactType_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveForArtifactTypeResponse" message="tns:IRestService_CustomProperty_RetrieveForArtifactType_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_RetrieveCustomListById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomListById" message="tns:IRestService_CustomProperty_RetrieveCustomListById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomListByIdResponse" message="tns:IRestService_CustomProperty_RetrieveCustomListById_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddCustomList"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomList" message="tns:IRestService_CustomProperty_AddCustomList_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListResponse" message="tns:IRestService_CustomProperty_AddCustomList_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddCustomListValue"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListValue" message="tns:IRestService_CustomProperty_AddCustomListValue_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListValueResponse" message="tns:IRestService_CustomProperty_AddCustomListValue_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddDefinition"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddDefinition" message="tns:IRestService_CustomProperty_AddDefinition_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddDefinitionResponse" message="tns:IRestService_CustomProperty_AddDefinition_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_UpdateDefinition"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_UpdateDefinition" message="tns:IRestService_CustomProperty_UpdateDefinition_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_UpdateDefinitionResponse" message="tns:IRestService_CustomProperty_UpdateDefinition_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_DeleteDefinition"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_DeleteDefinition" message="tns:IRestService_CustomProperty_DeleteDefinition_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_DeleteDefinitionResponse" message="tns:IRestService_CustomProperty_DeleteDefinition_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_RetrieveCustomLists"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomLists" message="tns:IRestService_CustomProperty_RetrieveCustomLists_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomListsResponse" message="tns:IRestService_CustomProperty_RetrieveCustomLists_OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_UpdateCustomList"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_UpdateCustomList" message="tns:IRestService_CustomProperty_UpdateCustomList_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_UpdateCustomListResponse" message="tns:IRestService_CustomProperty_UpdateCustomList_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve1" message="tns:IRestService_Release_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve1Response" message="tns:IRestService_Release_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve2" message="tns:IRestService_Release_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve2Response" message="tns:IRestService_Release_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveById" message="tns:IRestService_Release_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveByIdResponse" message="tns:IRestService_Release_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_AddTestMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_AddTestMapping" message="tns:IRestService_Release_AddTestMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_AddTestMappingResponse" message="tns:IRestService_Release_AddTestMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Count"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Count" message="tns:IRestService_Release_Count_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_CountResponse" message="tns:IRestService_Release_Count_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Create1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Create1" message="tns:IRestService_Release_Create1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Create1Response" message="tns:IRestService_Release_Create1_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Create2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Create2" message="tns:IRestService_Release_Create2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Create2Response" message="tns:IRestService_Release_Create2_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RemoveTestMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RemoveTestMapping" message="tns:IRestService_Release_RemoveTestMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RemoveTestMappingResponse" message="tns:IRestService_Release_RemoveTestMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Update" message="tns:IRestService_Release_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_UpdateResponse" message="tns:IRestService_Release_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Delete" message="tns:IRestService_Release_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_DeleteResponse" message="tns:IRestService_Release_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Move"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Move" message="tns:IRestService_Release_Move_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_MoveResponse" message="tns:IRestService_Release_Move_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveComments" message="tns:IRestService_Release_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveCommentsResponse" message="tns:IRestService_Release_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RetrieveTestMapping"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveTestMapping" message="tns:IRestService_Release_RetrieveTestMapping_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveTestMappingResponse" message="tns:IRestService_Release_RetrieveTestMapping_OutputMessage"/></wsdl:operation><wsdl:operation name="Release_CreateComment"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_CreateComment" message="tns:IRestService_Release_CreateComment_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_CreateCommentResponse" message="tns:IRestService_Release_CreateComment_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RetrieveUserMembership"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveUserMembership" message="tns:IRestService_Project_RetrieveUserMembership_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveUserMembershipResponse" message="tns:IRestService_Project_RetrieveUserMembership_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_Retrieve"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_Retrieve" message="tns:IRestService_Project_Retrieve_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveResponse" message="tns:IRestService_Project_Retrieve_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveById" message="tns:IRestService_Project_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveByIdResponse" message="tns:IRestService_Project_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_Create" message="tns:IRestService_Project_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_CreateResponse" message="tns:IRestService_Project_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_Delete" message="tns:IRestService_Project_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_DeleteResponse" message="tns:IRestService_Project_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RefreshProgressExecutionStatusCaches"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RefreshProgressExecutionStatusCaches" message="tns:IRestService_Project_RefreshProgressExecutionStatusCaches_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RefreshProgressExecutionStatusCachesResponse" message="tns:IRestService_Project_RefreshProgressExecutionStatusCaches_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_OpenFile"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_OpenFile" message="tns:IRestService_Document_OpenFile_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_OpenFileResponse" message="tns:IRestService_Document_OpenFile_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddFile"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFile" message="tns:IRestService_Document_AddFile_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileResponse" message="tns:IRestService_Document_AddFile_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddUrl"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrl" message="tns:IRestService_Document_AddUrl_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlResponse" message="tns:IRestService_Document_AddUrl_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddFileVersion"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileVersion" message="tns:IRestService_Document_AddFileVersion_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileVersionResponse" message="tns:IRestService_Document_AddFileVersion_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddUrlVersion"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlVersion" message="tns:IRestService_Document_AddUrlVersion_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlVersionResponse" message="tns:IRestService_Document_AddUrlVersion_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Delete" message="tns:IRestService_Document_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteResponse" message="tns:IRestService_Document_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve1" message="tns:IRestService_Document_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve1Response" message="tns:IRestService_Document_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve2" message="tns:IRestService_Document_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve2Response" message="tns:IRestService_Document_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveForFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForFolder" message="tns:IRestService_Document_RetrieveForFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForFolderResponse" message="tns:IRestService_Document_RetrieveForFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveForArtifact"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForArtifact" message="tns:IRestService_Document_RetrieveForArtifact_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForArtifactResponse" message="tns:IRestService_Document_RetrieveForArtifact_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddToArtifactId"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddToArtifactId" message="tns:IRestService_Document_AddToArtifactId_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddToArtifactIdResponse" message="tns:IRestService_Document_AddToArtifactId_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_DeleteFromArtifact"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteFromArtifact" message="tns:IRestService_Document_DeleteFromArtifact_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteFromArtifactResponse" message="tns:IRestService_Document_DeleteFromArtifact_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveById" message="tns:IRestService_Document_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveByIdResponse" message="tns:IRestService_Document_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveTypes"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveTypes" message="tns:IRestService_Document_RetrieveTypes_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveTypesResponse" message="tns:IRestService_Document_RetrieveTypes_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveFolders"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolders" message="tns:IRestService_Document_RetrieveFolders_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFoldersResponse" message="tns:IRestService_Document_RetrieveFolders_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveFolderById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolderById" message="tns:IRestService_Document_RetrieveFolderById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolderByIdResponse" message="tns:IRestService_Document_RetrieveFolderById_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFolder" message="tns:IRestService_Document_AddFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFolderResponse" message="tns:IRestService_Document_AddFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_DeleteFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteFolder" message="tns:IRestService_Document_DeleteFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteFolderResponse" message="tns:IRestService_Document_DeleteFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="Document_UpdateFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_UpdateFolder" message="tns:IRestService_Document_UpdateFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_UpdateFolderResponse" message="tns:IRestService_Document_UpdateFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Count1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count1" message="tns:IRestService_Requirement_Count1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count1Response" message="tns:IRestService_Requirement_Count1_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Count2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count2" message="tns:IRestService_Requirement_Count2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count2Response" message="tns:IRestService_Requirement_Count2_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_AddTestCoverage"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_AddTestCoverage" message="tns:IRestService_Requirement_AddTestCoverage_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_AddTestCoverageResponse" message="tns:IRestService_Requirement_AddTestCoverage_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create1" message="tns:IRestService_Requirement_Create1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create1Response" message="tns:IRestService_Requirement_Create1_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create2" message="tns:IRestService_Requirement_Create2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create2Response" message="tns:IRestService_Requirement_Create2_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create3"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create3" message="tns:IRestService_Requirement_Create3_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create3Response" message="tns:IRestService_Requirement_Create3_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RemoveTestCoverage"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RemoveTestCoverage" message="tns:IRestService_Requirement_RemoveTestCoverage_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RemoveTestCoverageResponse" message="tns:IRestService_Requirement_RemoveTestCoverage_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve1" message="tns:IRestService_Requirement_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve1Response" message="tns:IRestService_Requirement_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve2" message="tns:IRestService_Requirement_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve2Response" message="tns:IRestService_Requirement_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveById" message="tns:IRestService_Requirement_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveByIdResponse" message="tns:IRestService_Requirement_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Update" message="tns:IRestService_Requirement_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_UpdateResponse" message="tns:IRestService_Requirement_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveForOwner"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveForOwner" message="tns:IRestService_Requirement_RetrieveForOwner_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveForOwnerResponse" message="tns:IRestService_Requirement_RetrieveForOwner_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveTestCoverage"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveTestCoverage" message="tns:IRestService_Requirement_RetrieveTestCoverage_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveTestCoverageResponse" message="tns:IRestService_Requirement_RetrieveTestCoverage_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Delete" message="tns:IRestService_Requirement_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_DeleteResponse" message="tns:IRestService_Requirement_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Move"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Move" message="tns:IRestService_Requirement_Move_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_MoveResponse" message="tns:IRestService_Requirement_Move_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Indent"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Indent" message="tns:IRestService_Requirement_Indent_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_IndentResponse" message="tns:IRestService_Requirement_Indent_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Outdent"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Outdent" message="tns:IRestService_Requirement_Outdent_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_OutdentResponse" message="tns:IRestService_Requirement_Outdent_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveComments" message="tns:IRestService_Requirement_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveCommentsResponse" message="tns:IRestService_Requirement_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_CreateComment"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_CreateComment" message="tns:IRestService_Requirement_CreateComment_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_CreateCommentResponse" message="tns:IRestService_Requirement_CreateComment_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Count1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count1" message="tns:IRestService_TestCase_Count1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count1Response" message="tns:IRestService_TestCase_Count1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Count2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count2" message="tns:IRestService_TestCase_Count2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count2Response" message="tns:IRestService_TestCase_Count2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddParameter"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddParameter" message="tns:IRestService_TestCase_AddParameter_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddParameterResponse" message="tns:IRestService_TestCase_AddParameter_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Create"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Create" message="tns:IRestService_TestCase_Create_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateResponse" message="tns:IRestService_TestCase_Create_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CreateFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateFolder" message="tns:IRestService_TestCase_CreateFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateFolderResponse" message="tns:IRestService_TestCase_CreateFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CreateParameterToken"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateParameterToken" message="tns:IRestService_TestCase_CreateParameterToken_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateParameterTokenResponse" message="tns:IRestService_TestCase_CreateParameterToken_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Retrieve1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve1" message="tns:IRestService_TestCase_Retrieve1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve1Response" message="tns:IRestService_TestCase_Retrieve1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Retrieve2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve2" message="tns:IRestService_TestCase_Retrieve2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve2Response" message="tns:IRestService_TestCase_Retrieve2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveParameters"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveParameters" message="tns:IRestService_TestCase_RetrieveParameters_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveParametersResponse" message="tns:IRestService_TestCase_RetrieveParameters_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveStepParameters"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveStepParameters" message="tns:IRestService_TestCase_RetrieveStepParameters_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveStepParametersResponse" message="tns:IRestService_TestCase_RetrieveStepParameters_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveById"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveById" message="tns:IRestService_TestCase_RetrieveById_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByIdResponse" message="tns:IRestService_TestCase_RetrieveById_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByReleaseId"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByReleaseId" message="tns:IRestService_TestCase_RetrieveByReleaseId_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByReleaseIdResponse" message="tns:IRestService_TestCase_RetrieveByReleaseId_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByTestSetId"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByTestSetId" message="tns:IRestService_TestCase_RetrieveByTestSetId_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByTestSetIdResponse" message="tns:IRestService_TestCase_RetrieveByTestSetId_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveForOwner"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveForOwner" message="tns:IRestService_TestCase_RetrieveForOwner_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveForOwnerResponse" message="tns:IRestService_TestCase_RetrieveForOwner_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByFolder"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByFolder" message="tns:IRestService_TestCase_RetrieveByFolder_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByFolderResponse" message="tns:IRestService_TestCase_RetrieveByFolder_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Update"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Update" message="tns:IRestService_TestCase_Update_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_UpdateResponse" message="tns:IRestService_TestCase_Update_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Delete"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Delete" message="tns:IRestService_TestCase_Delete_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_DeleteResponse" message="tns:IRestService_TestCase_Delete_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Move"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Move" message="tns:IRestService_TestCase_Move_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveResponse" message="tns:IRestService_TestCase_Move_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_MoveStep"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveStep" message="tns:IRestService_TestCase_MoveStep_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveStepResponse" message="tns:IRestService_TestCase_MoveStep_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_DeleteStep"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_DeleteStep" message="tns:IRestService_TestCase_DeleteStep_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_DeleteStepResponse" message="tns:IRestService_TestCase_DeleteStep_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddStep"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddStep" message="tns:IRestService_TestCase_AddStep_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddStepResponse" message="tns:IRestService_TestCase_AddStep_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddLink"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddLink" message="tns:IRestService_TestCase_AddLink_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddLinkResponse" message="tns:IRestService_TestCase_AddLink_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddUpdateAutomationScript"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddUpdateAutomationScript" message="tns:IRestService_TestCase_AddUpdateAutomationScript_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddUpdateAutomationScriptResponse" message="tns:IRestService_TestCase_AddUpdateAutomationScript_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CountForFolder1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder1" message="tns:IRestService_TestCase_CountForFolder1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder1Response" message="tns:IRestService_TestCase_CountForFolder1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CountForFolder2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder2" message="tns:IRestService_TestCase_CountForFolder2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder2Response" message="tns:IRestService_TestCase_CountForFolder2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveComments"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveComments" message="tns:IRestService_TestCase_RetrieveComments_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveCommentsResponse" message="tns:IRestService_TestCase_RetrieveComments_OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CreateComment"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateComment" message="tns:IRestService_TestCase_CreateComment_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateCommentResponse" message="tns:IRestService_TestCase_CreateComment_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateFromTestCases"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestCases" message="tns:IRestService_TestRun_CreateFromTestCases_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestCasesResponse" message="tns:IRestService_TestRun_CreateFromTestCases_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateFromTestSet"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestSet" message="tns:IRestService_TestRun_CreateFromTestSet_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestSetResponse" message="tns:IRestService_TestRun_CreateFromTestSet_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateForAutomationHost"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomationHost" message="tns:IRestService_TestRun_CreateForAutomationHost_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomationHostResponse" message="tns:IRestService_TestRun_CreateForAutomationHost_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateForAutomatedTestSet"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomatedTestSet" message="tns:IRestService_TestRun_CreateForAutomatedTestSet_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomatedTestSetResponse" message="tns:IRestService_TestRun_CreateForAutomatedTestSet_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Count1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count1" message="tns:IRestService_TestRun_Count1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count1Response" message="tns:IRestService_TestRun_Count1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Count2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count2" message="tns:IRestService_TestRun_Count2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count2Response" message="tns:IRestService_TestRun_Count2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RecordAutomated1"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated1" message="tns:IRestService_TestRun_RecordAutomated1_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated1Response" message="tns:IRestService_TestRun_RecordAutomated1_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RecordAutomated2"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated2" message="tns:IRestService_TestRun_RecordAutomated2_InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated2Response" message="tns:IRestService_TestRun_RecordAutomated2_OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Save_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Save_preflight_" message="tns:IRestService_TestRun_Save_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_SaveResponse_preflight_" message="tns:IRestService_TestRun_Save_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveById_preflight_" message="tns:IRestService_TestRun_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveByIdResponse_preflight_" message="tns:IRestService_TestRun_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomatedById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomatedById_preflight_" message="tns:IRestService_TestRun_RetrieveAutomatedById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomatedByIdResponse_preflight_" message="tns:IRestService_TestRun_RetrieveAutomatedById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManualById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManualById_preflight_" message="tns:IRestService_TestRun_RetrieveManualById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManualByIdResponse_preflight_" message="tns:IRestService_TestRun_RetrieveManualById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve2_preflight_" message="tns:IRestService_TestRun_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Retrieve2Response_preflight_" message="tns:IRestService_TestRun_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManual1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual1_preflight_" message="tns:IRestService_TestRun_RetrieveManual1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual1Response_preflight_" message="tns:IRestService_TestRun_RetrieveManual1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveManual2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual2_preflight_" message="tns:IRestService_TestRun_RetrieveManual2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveManual2Response_preflight_" message="tns:IRestService_TestRun_RetrieveManual2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomated1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated1_preflight_" message="tns:IRestService_TestRun_RetrieveAutomated1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated1Response_preflight_" message="tns:IRestService_TestRun_RetrieveAutomated1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RetrieveAutomated2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated2_preflight_" message="tns:IRestService_TestRun_RetrieveAutomated2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RetrieveAutomated2Response_preflight_" message="tns:IRestService_TestRun_RetrieveAutomated2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Create_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Create_preflight_" message="tns:IRestService_Task_Create_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_CreateResponse_preflight_" message="tns:IRestService_Task_Create_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_Count1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count1_preflight_" message="tns:IRestService_Task_Count1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_Count1Response_preflight_" message="tns:IRestService_Task_Count1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveById_preflight_" message="tns:IRestService_Task_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveByIdResponse_preflight_" message="tns:IRestService_Task_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveForOwner_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveForOwner_preflight_" message="tns:IRestService_Task_RetrieveForOwner_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveForOwnerResponse_preflight_" message="tns:IRestService_Task_RetrieveForOwner_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveNew_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveNew_preflight_" message="tns:IRestService_Task_RetrieveNew_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveNewResponse_preflight_" message="tns:IRestService_Task_RetrieveNew_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Task_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveComments_preflight_" message="tns:IRestService_Task_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Task_RetrieveCommentsResponse_preflight_" message="tns:IRestService_Task_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_AddTestMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_AddTestMapping_preflight_" message="tns:IRestService_TestSet_AddTestMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_AddTestMappingResponse_preflight_" message="tns:IRestService_TestSet_AddTestMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Create_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Create_preflight_" message="tns:IRestService_TestSet_Create_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateResponse_preflight_" message="tns:IRestService_TestSet_Create_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_CreateFolder_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateFolder_preflight_" message="tns:IRestService_TestSet_CreateFolder_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_CreateFolderResponse_preflight_" message="tns:IRestService_TestSet_CreateFolder_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RemoveTestMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RemoveTestMapping_preflight_" message="tns:IRestService_TestSet_RemoveTestMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RemoveTestMappingResponse_preflight_" message="tns:IRestService_TestSet_RemoveTestMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveTestCaseMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveTestCaseMapping_preflight_" message="tns:IRestService_TestSet_RetrieveTestCaseMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveTestCaseMappingResponse_preflight_" message="tns:IRestService_TestSet_RetrieveTestCaseMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve2_preflight_" message="tns:IRestService_TestSet_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Retrieve2Response_preflight_" message="tns:IRestService_TestSet_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveById_preflight_" message="tns:IRestService_TestSet_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveByIdResponse_preflight_" message="tns:IRestService_TestSet_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveForOwner_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveForOwner_preflight_" message="tns:IRestService_TestSet_RetrieveForOwner_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveForOwnerResponse_preflight_" message="tns:IRestService_TestSet_RetrieveForOwner_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Update_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Update_preflight_" message="tns:IRestService_TestSet_Update_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_UpdateResponse_preflight_" message="tns:IRestService_TestSet_Update_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Move_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Move_preflight_" message="tns:IRestService_TestSet_Move_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_MoveResponse_preflight_" message="tns:IRestService_TestSet_Move_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_Count1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count1_preflight_" message="tns:IRestService_TestSet_Count1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_Count1Response_preflight_" message="tns:IRestService_TestSet_Count1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestSet_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveComments_preflight_" message="tns:IRestService_TestSet_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestSet_RetrieveCommentsResponse_preflight_" message="tns:IRestService_TestSet_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="User_Create_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_Create_preflight_" message="tns:IRestService_User_Create_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_CreateResponse_preflight_" message="tns:IRestService_User_Create_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="User_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveById_preflight_" message="tns:IRestService_User_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByIdResponse_preflight_" message="tns:IRestService_User_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="User_RetrieveByUserName_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByUserName_preflight_" message="tns:IRestService_User_RetrieveByUserName_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/User_RetrieveByUserNameResponse_preflight_" message="tns:IRestService_User_RetrieveByUserName_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve1_preflight_" message="tns:IRestService_AutomationHost_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve1Response_preflight_" message="tns:IRestService_AutomationHost_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve2_preflight_" message="tns:IRestService_AutomationHost_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_Retrieve2Response_preflight_" message="tns:IRestService_AutomationHost_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveById_preflight_" message="tns:IRestService_AutomationHost_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByIdResponse_preflight_" message="tns:IRestService_AutomationHost_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationHost_RetrieveByToken_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByToken_preflight_" message="tns:IRestService_AutomationHost_RetrieveByToken_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationHost_RetrieveByTokenResponse_preflight_" message="tns:IRestService_AutomationHost_RetrieveByToken_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_RetrieveByToken_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByToken_preflight_" message="tns:IRestService_AutomationEngine_RetrieveByToken_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByTokenResponse_preflight_" message="tns:IRestService_AutomationEngine_RetrieveByToken_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_Retrieve_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_Retrieve_preflight_" message="tns:IRestService_AutomationEngine_Retrieve_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveResponse_preflight_" message="tns:IRestService_AutomationEngine_Retrieve_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="AutomationEngine_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveById_preflight_" message="tns:IRestService_AutomationEngine_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/AutomationEngine_RetrieveByIdResponse_preflight_" message="tns:IRestService_AutomationEngine_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Build_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveById_preflight_" message="tns:IRestService_Build_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByIdResponse_preflight_" message="tns:IRestService_Build_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Build_RetrieveByReleaseId_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByReleaseId_preflight_" message="tns:IRestService_Build_RetrieveByReleaseId_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Build_RetrieveByReleaseIdResponse_preflight_" message="tns:IRestService_Build_RetrieveByReleaseId_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="ProjectRole_Retrieve_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/ProjectRole_Retrieve_preflight_" message="tns:IRestService_ProjectRole_Retrieve_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/ProjectRole_RetrieveResponse_preflight_" message="tns:IRestService_ProjectRole_Retrieve_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Association_Create_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_Create_preflight_" message="tns:IRestService_Association_Create_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_CreateResponse_preflight_" message="tns:IRestService_Association_Create_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Association_RetrieveForArtifact_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_RetrieveForArtifact_preflight_" message="tns:IRestService_Association_RetrieveForArtifact_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Association_RetrieveForArtifactResponse_preflight_" message="tns:IRestService_Association_RetrieveForArtifact_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveArtifactMappings_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveArtifactMappings_preflight_" message="tns:IRestService_DataMapping_RetrieveArtifactMappings_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveArtifactMappingsResponse_preflight_" message="tns:IRestService_DataMapping_RetrieveArtifactMappings_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_AddUserMappings_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddUserMappings_preflight_" message="tns:IRestService_DataMapping_AddUserMappings_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_AddUserMappingsResponse_preflight_" message="tns:IRestService_DataMapping_AddUserMappings_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveCustomPropertyMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyMapping_preflight_" message="tns:IRestService_DataMapping_RetrieveCustomPropertyMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyMappingResponse_preflight_" message="tns:IRestService_DataMapping_RetrieveCustomPropertyMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveCustomPropertyValueMappings_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyValueMappings_preflight_" message="tns:IRestService_DataMapping_RetrieveCustomPropertyValueMappings_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveCustomPropertyValueMappingsResponse_preflight_" message="tns:IRestService_DataMapping_RetrieveCustomPropertyValueMappings_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveFieldValueMappings_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveFieldValueMappings_preflight_" message="tns:IRestService_DataMapping_RetrieveFieldValueMappings_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveFieldValueMappingsResponse_preflight_" message="tns:IRestService_DataMapping_RetrieveFieldValueMappings_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataMapping_RetrieveProjectMappings_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveProjectMappings_preflight_" message="tns:IRestService_DataMapping_RetrieveProjectMappings_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataMapping_RetrieveProjectMappingsResponse_preflight_" message="tns:IRestService_DataMapping_RetrieveProjectMappings_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_Retrieve_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_Retrieve_preflight_" message="tns:IRestService_DataSyncSystem_Retrieve_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_RetrieveResponse_preflight_" message="tns:IRestService_DataSyncSystem_Retrieve_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunFailure_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunFailure_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunFailure_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunFailureResponse_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunFailure_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunSuccess_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunSuccess_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunSuccess_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunSuccessResponse_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunSuccess_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_SaveRunWarning_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunWarning_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunWarning_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_SaveRunWarningResponse_preflight_" message="tns:IRestService_DataSyncSystem_SaveRunWarning_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="DataSyncSystem_WriteEvent_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_WriteEvent_preflight_" message="tns:IRestService_DataSyncSystem_WriteEvent_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/DataSyncSystem_WriteEventResponse_preflight_" message="tns:IRestService_DataSyncSystem_WriteEvent_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="System_GetProductVersion_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/System_GetProductVersion_preflight_" message="tns:IRestService_System_GetProductVersion_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/System_GetProductVersionResponse_preflight_" message="tns:IRestService_System_GetProductVersion_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveById_preflight_" message="tns:IRestService_Incident_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdResponse_preflight_" message="tns:IRestService_Incident_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveByIdList_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdList_preflight_" message="tns:IRestService_Incident_RetrieveByIdList_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveByIdListResponse_preflight_" message="tns:IRestService_Incident_RetrieveByIdList_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrievePriorities_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrievePriorities_preflight_" message="tns:IRestService_Incident_RetrievePriorities_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrievePrioritiesResponse_preflight_" message="tns:IRestService_Incident_RetrievePriorities_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveSeverities_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveSeverities_preflight_" message="tns:IRestService_Incident_RetrieveSeverities_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveSeveritiesResponse_preflight_" message="tns:IRestService_Incident_RetrieveSeverities_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveStatuses_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveStatuses_preflight_" message="tns:IRestService_Incident_RetrieveStatuses_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveStatusesResponse_preflight_" message="tns:IRestService_Incident_RetrieveStatuses_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_AddType_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddType_preflight_" message="tns:IRestService_Incident_AddType_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_AddTypeResponse_preflight_" message="tns:IRestService_Incident_AddType_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveDefaultStatus_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultStatus_preflight_" message="tns:IRestService_Incident_RetrieveDefaultStatus_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultStatusResponse_preflight_" message="tns:IRestService_Incident_RetrieveDefaultStatus_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveDefaultType_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultType_preflight_" message="tns:IRestService_Incident_RetrieveDefaultType_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveDefaultTypeResponse_preflight_" message="tns:IRestService_Incident_RetrieveDefaultType_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveComments_preflight_" message="tns:IRestService_Incident_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveCommentsResponse_preflight_" message="tns:IRestService_Incident_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowTransitions_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowTransitions_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowTransitions_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowTransitionsResponse_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowTransitions_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowFields_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowFields_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowFields_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowFieldsResponse_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowFields_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveWorkflowCustomProperties_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowCustomProperties_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowCustomProperties_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveWorkflowCustomPropertiesResponse_preflight_" message="tns:IRestService_Incident_RetrieveWorkflowCustomProperties_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Count_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Count_preflight_" message="tns:IRestService_Incident_Count_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_CountResponse_preflight_" message="tns:IRestService_Incident_Count_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve1_preflight_" message="tns:IRestService_Incident_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve1Response_preflight_" message="tns:IRestService_Incident_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve2_preflight_" message="tns:IRestService_Incident_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_Retrieve2Response_preflight_" message="tns:IRestService_Incident_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Incident_RetrieveNew_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveNew_preflight_" message="tns:IRestService_Incident_RetrieveNew_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Incident_RetrieveNewResponse_preflight_" message="tns:IRestService_Incident_RetrieveNew_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_RetrieveForArtifactType_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveForArtifactType_preflight_" message="tns:IRestService_CustomProperty_RetrieveForArtifactType_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveForArtifactTypeResponse_preflight_" message="tns:IRestService_CustomProperty_RetrieveForArtifactType_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_RetrieveCustomListById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomListById_preflight_" message="tns:IRestService_CustomProperty_RetrieveCustomListById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_RetrieveCustomListByIdResponse_preflight_" message="tns:IRestService_CustomProperty_RetrieveCustomListById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddCustomList_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomList_preflight_" message="tns:IRestService_CustomProperty_AddCustomList_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListResponse_preflight_" message="tns:IRestService_CustomProperty_AddCustomList_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddCustomListValue_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListValue_preflight_" message="tns:IRestService_CustomProperty_AddCustomListValue_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddCustomListValueResponse_preflight_" message="tns:IRestService_CustomProperty_AddCustomListValue_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="CustomProperty_AddDefinition_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddDefinition_preflight_" message="tns:IRestService_CustomProperty_AddDefinition_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/CustomProperty_AddDefinitionResponse_preflight_" message="tns:IRestService_CustomProperty_AddDefinition_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve1_preflight_" message="tns:IRestService_Release_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve1Response_preflight_" message="tns:IRestService_Release_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve2_preflight_" message="tns:IRestService_Release_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Retrieve2Response_preflight_" message="tns:IRestService_Release_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveById_preflight_" message="tns:IRestService_Release_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveByIdResponse_preflight_" message="tns:IRestService_Release_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_AddTestMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_AddTestMapping_preflight_" message="tns:IRestService_Release_AddTestMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_AddTestMappingResponse_preflight_" message="tns:IRestService_Release_AddTestMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Count_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Count_preflight_" message="tns:IRestService_Release_Count_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_CountResponse_preflight_" message="tns:IRestService_Release_Count_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RemoveTestMapping_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RemoveTestMapping_preflight_" message="tns:IRestService_Release_RemoveTestMapping_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RemoveTestMappingResponse_preflight_" message="tns:IRestService_Release_RemoveTestMapping_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_Move_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_Move_preflight_" message="tns:IRestService_Release_Move_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_MoveResponse_preflight_" message="tns:IRestService_Release_Move_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Release_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveComments_preflight_" message="tns:IRestService_Release_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Release_RetrieveCommentsResponse_preflight_" message="tns:IRestService_Release_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RetrieveUserMembership_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveUserMembership_preflight_" message="tns:IRestService_Project_RetrieveUserMembership_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveUserMembershipResponse_preflight_" message="tns:IRestService_Project_RetrieveUserMembership_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Project_Retrieve_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_Retrieve_preflight_" message="tns:IRestService_Project_Retrieve_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveResponse_preflight_" message="tns:IRestService_Project_Retrieve_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveById_preflight_" message="tns:IRestService_Project_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RetrieveByIdResponse_preflight_" message="tns:IRestService_Project_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Project_RefreshProgressExecutionStatusCaches_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RefreshProgressExecutionStatusCaches_preflight_" message="tns:IRestService_Project_RefreshProgressExecutionStatusCaches_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Project_RefreshProgressExecutionStatusCachesResponse_preflight_" message="tns:IRestService_Project_RefreshProgressExecutionStatusCaches_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_OpenFile_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_OpenFile_preflight_" message="tns:IRestService_Document_OpenFile_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_OpenFileResponse_preflight_" message="tns:IRestService_Document_OpenFile_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddFile_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFile_preflight_" message="tns:IRestService_Document_AddFile_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileResponse_preflight_" message="tns:IRestService_Document_AddFile_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddUrl_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrl_preflight_" message="tns:IRestService_Document_AddUrl_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlResponse_preflight_" message="tns:IRestService_Document_AddUrl_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddFileVersion_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileVersion_preflight_" message="tns:IRestService_Document_AddFileVersion_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddFileVersionResponse_preflight_" message="tns:IRestService_Document_AddFileVersion_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddUrlVersion_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlVersion_preflight_" message="tns:IRestService_Document_AddUrlVersion_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddUrlVersionResponse_preflight_" message="tns:IRestService_Document_AddUrlVersion_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Delete_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Delete_preflight_" message="tns:IRestService_Document_Delete_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_DeleteResponse_preflight_" message="tns:IRestService_Document_Delete_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve1_preflight_" message="tns:IRestService_Document_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve1Response_preflight_" message="tns:IRestService_Document_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_Retrieve2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve2_preflight_" message="tns:IRestService_Document_Retrieve2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_Retrieve2Response_preflight_" message="tns:IRestService_Document_Retrieve2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveForFolder_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForFolder_preflight_" message="tns:IRestService_Document_RetrieveForFolder_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForFolderResponse_preflight_" message="tns:IRestService_Document_RetrieveForFolder_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveForArtifact_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForArtifact_preflight_" message="tns:IRestService_Document_RetrieveForArtifact_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveForArtifactResponse_preflight_" message="tns:IRestService_Document_RetrieveForArtifact_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_AddToArtifactId_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddToArtifactId_preflight_" message="tns:IRestService_Document_AddToArtifactId_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_AddToArtifactIdResponse_preflight_" message="tns:IRestService_Document_AddToArtifactId_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveTypes_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveTypes_preflight_" message="tns:IRestService_Document_RetrieveTypes_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveTypesResponse_preflight_" message="tns:IRestService_Document_RetrieveTypes_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveFolders_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolders_preflight_" message="tns:IRestService_Document_RetrieveFolders_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFoldersResponse_preflight_" message="tns:IRestService_Document_RetrieveFolders_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Document_RetrieveFolderById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolderById_preflight_" message="tns:IRestService_Document_RetrieveFolderById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Document_RetrieveFolderByIdResponse_preflight_" message="tns:IRestService_Document_RetrieveFolderById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Count1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count1_preflight_" message="tns:IRestService_Requirement_Count1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Count1Response_preflight_" message="tns:IRestService_Requirement_Count1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_AddTestCoverage_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_AddTestCoverage_preflight_" message="tns:IRestService_Requirement_AddTestCoverage_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_AddTestCoverageResponse_preflight_" message="tns:IRestService_Requirement_AddTestCoverage_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create1_preflight_" message="tns:IRestService_Requirement_Create1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create1Response_preflight_" message="tns:IRestService_Requirement_Create1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create2_preflight_" message="tns:IRestService_Requirement_Create2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create2Response_preflight_" message="tns:IRestService_Requirement_Create2_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Create3_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create3_preflight_" message="tns:IRestService_Requirement_Create3_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Create3Response_preflight_" message="tns:IRestService_Requirement_Create3_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve1_preflight_" message="tns:IRestService_Requirement_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Retrieve1Response_preflight_" message="tns:IRestService_Requirement_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveById_preflight_" message="tns:IRestService_Requirement_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveByIdResponse_preflight_" message="tns:IRestService_Requirement_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveForOwner_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveForOwner_preflight_" message="tns:IRestService_Requirement_RetrieveForOwner_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveForOwnerResponse_preflight_" message="tns:IRestService_Requirement_RetrieveForOwner_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveTestCoverage_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveTestCoverage_preflight_" message="tns:IRestService_Requirement_RetrieveTestCoverage_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveTestCoverageResponse_preflight_" message="tns:IRestService_Requirement_RetrieveTestCoverage_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Move_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Move_preflight_" message="tns:IRestService_Requirement_Move_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_MoveResponse_preflight_" message="tns:IRestService_Requirement_Move_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Indent_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Indent_preflight_" message="tns:IRestService_Requirement_Indent_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_IndentResponse_preflight_" message="tns:IRestService_Requirement_Indent_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_Outdent_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_Outdent_preflight_" message="tns:IRestService_Requirement_Outdent_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_OutdentResponse_preflight_" message="tns:IRestService_Requirement_Outdent_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="Requirement_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveComments_preflight_" message="tns:IRestService_Requirement_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/Requirement_RetrieveCommentsResponse_preflight_" message="tns:IRestService_Requirement_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Count1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count1_preflight_" message="tns:IRestService_TestCase_Count1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Count1Response_preflight_" message="tns:IRestService_TestCase_Count1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddParameter_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddParameter_preflight_" message="tns:IRestService_TestCase_AddParameter_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddParameterResponse_preflight_" message="tns:IRestService_TestCase_AddParameter_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Create_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Create_preflight_" message="tns:IRestService_TestCase_Create_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateResponse_preflight_" message="tns:IRestService_TestCase_Create_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CreateFolder_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateFolder_preflight_" message="tns:IRestService_TestCase_CreateFolder_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateFolderResponse_preflight_" message="tns:IRestService_TestCase_CreateFolder_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CreateParameterToken_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateParameterToken_preflight_" message="tns:IRestService_TestCase_CreateParameterToken_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CreateParameterTokenResponse_preflight_" message="tns:IRestService_TestCase_CreateParameterToken_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Retrieve1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve1_preflight_" message="tns:IRestService_TestCase_Retrieve1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Retrieve1Response_preflight_" message="tns:IRestService_TestCase_Retrieve1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveParameters_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveParameters_preflight_" message="tns:IRestService_TestCase_RetrieveParameters_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveParametersResponse_preflight_" message="tns:IRestService_TestCase_RetrieveParameters_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveStepParameters_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveStepParameters_preflight_" message="tns:IRestService_TestCase_RetrieveStepParameters_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveStepParametersResponse_preflight_" message="tns:IRestService_TestCase_RetrieveStepParameters_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveById_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveById_preflight_" message="tns:IRestService_TestCase_RetrieveById_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByIdResponse_preflight_" message="tns:IRestService_TestCase_RetrieveById_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByReleaseId_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByReleaseId_preflight_" message="tns:IRestService_TestCase_RetrieveByReleaseId_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByReleaseIdResponse_preflight_" message="tns:IRestService_TestCase_RetrieveByReleaseId_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByTestSetId_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByTestSetId_preflight_" message="tns:IRestService_TestCase_RetrieveByTestSetId_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByTestSetIdResponse_preflight_" message="tns:IRestService_TestCase_RetrieveByTestSetId_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveForOwner_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveForOwner_preflight_" message="tns:IRestService_TestCase_RetrieveForOwner_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveForOwnerResponse_preflight_" message="tns:IRestService_TestCase_RetrieveForOwner_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveByFolder_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByFolder_preflight_" message="tns:IRestService_TestCase_RetrieveByFolder_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveByFolderResponse_preflight_" message="tns:IRestService_TestCase_RetrieveByFolder_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_Move_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_Move_preflight_" message="tns:IRestService_TestCase_Move_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveResponse_preflight_" message="tns:IRestService_TestCase_Move_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_MoveStep_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveStep_preflight_" message="tns:IRestService_TestCase_MoveStep_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_MoveStepResponse_preflight_" message="tns:IRestService_TestCase_MoveStep_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_DeleteStep_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_DeleteStep_preflight_" message="tns:IRestService_TestCase_DeleteStep_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_DeleteStepResponse_preflight_" message="tns:IRestService_TestCase_DeleteStep_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddStep_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddStep_preflight_" message="tns:IRestService_TestCase_AddStep_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddStepResponse_preflight_" message="tns:IRestService_TestCase_AddStep_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddLink_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddLink_preflight_" message="tns:IRestService_TestCase_AddLink_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddLinkResponse_preflight_" message="tns:IRestService_TestCase_AddLink_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_AddUpdateAutomationScript_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddUpdateAutomationScript_preflight_" message="tns:IRestService_TestCase_AddUpdateAutomationScript_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_AddUpdateAutomationScriptResponse_preflight_" message="tns:IRestService_TestCase_AddUpdateAutomationScript_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_CountForFolder1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder1_preflight_" message="tns:IRestService_TestCase_CountForFolder1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_CountForFolder1Response_preflight_" message="tns:IRestService_TestCase_CountForFolder1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestCase_RetrieveComments_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveComments_preflight_" message="tns:IRestService_TestCase_RetrieveComments_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestCase_RetrieveCommentsResponse_preflight_" message="tns:IRestService_TestCase_RetrieveComments_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateFromTestCases_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestCases_preflight_" message="tns:IRestService_TestRun_CreateFromTestCases_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestCasesResponse_preflight_" message="tns:IRestService_TestRun_CreateFromTestCases_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateFromTestSet_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestSet_preflight_" message="tns:IRestService_TestRun_CreateFromTestSet_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateFromTestSetResponse_preflight_" message="tns:IRestService_TestRun_CreateFromTestSet_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateForAutomationHost_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomationHost_preflight_" message="tns:IRestService_TestRun_CreateForAutomationHost_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomationHostResponse_preflight_" message="tns:IRestService_TestRun_CreateForAutomationHost_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_CreateForAutomatedTestSet_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomatedTestSet_preflight_" message="tns:IRestService_TestRun_CreateForAutomatedTestSet_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_CreateForAutomatedTestSetResponse_preflight_" message="tns:IRestService_TestRun_CreateForAutomatedTestSet_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_Count1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count1_preflight_" message="tns:IRestService_TestRun_Count1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_Count1Response_preflight_" message="tns:IRestService_TestRun_Count1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RecordAutomated1_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated1_preflight_" message="tns:IRestService_TestRun_RecordAutomated1_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated1Response_preflight_" message="tns:IRestService_TestRun_RecordAutomated1_preflight__OutputMessage"/></wsdl:operation><wsdl:operation name="TestRun_RecordAutomated2_preflight_"><wsdl:input wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated2_preflight_" message="tns:IRestService_TestRun_RecordAutomated2_preflight__InputMessage"/><wsdl:output wsaw:Action="http://www.inflectra.com/SpiraTest/Services/v4.0/IRestService/TestRun_RecordAutomated2Response_preflight_" message="tns:IRestService_TestRun_RecordAutomated2_preflight__OutputMessage"/></wsdl:operation></wsdl:portType><wsdl:service name="RestService"/></wsdl:definitions>