亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? bugnetservices.wsdl

?? BugNET is an issue tracking and project issue management solution built using the ASP.NET web applic
?? WSDL
字號:
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://bugnetproject.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://bugnetproject.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://bugnetproject.com/">
      <s:element name="LogIn">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="userName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="password" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LogInResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="LogInResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LogOut">
        <s:complexType />
      </s:element>
      <s:element name="LogOutResponse">
        <s:complexType />
      </s:element>
      <s:element name="CreateNewIssueRevision">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="revision" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="issueId" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="repository" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="revisionAuthor" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="revisionDate" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="revisionMessage" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CreateNewIssueRevisionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CreateNewIssueRevisionResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChangeTreeNode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="nodeId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newText" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oldText" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ChangeTreeNodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="MoveNode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="nodeId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="oldParentId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="newParentId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="index" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MoveNodeResponse">
        <s:complexType />
      </s:element>
      <s:element name="AddCategory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="projectId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="name" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="parentCategoryId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AddCategoryResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="AddCategoryResult" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteCategory">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CategoryId" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeleteCategoryResponse">
        <s:complexType />
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="LogInSoapIn">
    <wsdl:part name="parameters" element="tns:LogIn" />
  </wsdl:message>
  <wsdl:message name="LogInSoapOut">
    <wsdl:part name="parameters" element="tns:LogInResponse" />
  </wsdl:message>
  <wsdl:message name="LogOutSoapIn">
    <wsdl:part name="parameters" element="tns:LogOut" />
  </wsdl:message>
  <wsdl:message name="LogOutSoapOut">
    <wsdl:part name="parameters" element="tns:LogOutResponse" />
  </wsdl:message>
  <wsdl:message name="CreateNewIssueRevisionSoapIn">
    <wsdl:part name="parameters" element="tns:CreateNewIssueRevision" />
  </wsdl:message>
  <wsdl:message name="CreateNewIssueRevisionSoapOut">
    <wsdl:part name="parameters" element="tns:CreateNewIssueRevisionResponse" />
  </wsdl:message>
  <wsdl:message name="ChangeTreeNodeSoapIn">
    <wsdl:part name="parameters" element="tns:ChangeTreeNode" />
  </wsdl:message>
  <wsdl:message name="ChangeTreeNodeSoapOut">
    <wsdl:part name="parameters" element="tns:ChangeTreeNodeResponse" />
  </wsdl:message>
  <wsdl:message name="MoveNodeSoapIn">
    <wsdl:part name="parameters" element="tns:MoveNode" />
  </wsdl:message>
  <wsdl:message name="MoveNodeSoapOut">
    <wsdl:part name="parameters" element="tns:MoveNodeResponse" />
  </wsdl:message>
  <wsdl:message name="AddCategorySoapIn">
    <wsdl:part name="parameters" element="tns:AddCategory" />
  </wsdl:message>
  <wsdl:message name="AddCategorySoapOut">
    <wsdl:part name="parameters" element="tns:AddCategoryResponse" />
  </wsdl:message>
  <wsdl:message name="DeleteCategorySoapIn">
    <wsdl:part name="parameters" element="tns:DeleteCategory" />
  </wsdl:message>
  <wsdl:message name="DeleteCategorySoapOut">
    <wsdl:part name="parameters" element="tns:DeleteCategoryResponse" />
  </wsdl:message>
  <wsdl:portType name="BugNetServicesSoap">
    <wsdl:operation name="LogIn">
      <wsdl:input message="tns:LogInSoapIn" />
      <wsdl:output message="tns:LogInSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="LogOut">
      <wsdl:input message="tns:LogOutSoapIn" />
      <wsdl:output message="tns:LogOutSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CreateNewIssueRevision">
      <wsdl:input message="tns:CreateNewIssueRevisionSoapIn" />
      <wsdl:output message="tns:CreateNewIssueRevisionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ChangeTreeNode">
      <wsdl:input message="tns:ChangeTreeNodeSoapIn" />
      <wsdl:output message="tns:ChangeTreeNodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="MoveNode">
      <wsdl:input message="tns:MoveNodeSoapIn" />
      <wsdl:output message="tns:MoveNodeSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AddCategory">
      <wsdl:input message="tns:AddCategorySoapIn" />
      <wsdl:output message="tns:AddCategorySoapOut" />
    </wsdl:operation>
    <wsdl:operation name="DeleteCategory">
      <wsdl:input message="tns:DeleteCategorySoapIn" />
      <wsdl:output message="tns:DeleteCategorySoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BugNetServicesSoap" type="tns:BugNetServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="LogIn">
      <soap:operation soapAction="http://bugnetproject.com/LogIn" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LogOut">
      <soap:operation soapAction="http://bugnetproject.com/LogOut" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateNewIssueRevision">
      <soap:operation soapAction="http://bugnetproject.com/CreateNewIssueRevision" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChangeTreeNode">
      <soap:operation soapAction="http://bugnetproject.com/ChangeTreeNode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MoveNode">
      <soap:operation soapAction="http://bugnetproject.com/MoveNode" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddCategory">
      <soap:operation soapAction="http://bugnetproject.com/AddCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteCategory">
      <soap:operation soapAction="http://bugnetproject.com/DeleteCategory" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="BugNetServicesSoap12" type="tns:BugNetServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="LogIn">
      <soap12:operation soapAction="http://bugnetproject.com/LogIn" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LogOut">
      <soap12:operation soapAction="http://bugnetproject.com/LogOut" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CreateNewIssueRevision">
      <soap12:operation soapAction="http://bugnetproject.com/CreateNewIssueRevision" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ChangeTreeNode">
      <soap12:operation soapAction="http://bugnetproject.com/ChangeTreeNode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="MoveNode">
      <soap12:operation soapAction="http://bugnetproject.com/MoveNode" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AddCategory">
      <soap12:operation soapAction="http://bugnetproject.com/AddCategory" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="DeleteCategory">
      <soap12:operation soapAction="http://bugnetproject.com/DeleteCategory" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BugNetServices">
    <wsdl:port name="BugNetServicesSoap" binding="tns:BugNetServicesSoap">
      <soap:address location="http://localhost/BugNET/WebServices/BugNetServices.asmx" />
    </wsdl:port>
    <wsdl:port name="BugNetServicesSoap12" binding="tns:BugNetServicesSoap12">
      <soap12:address location="http://localhost/BugNET/WebServices/BugNetServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品国产a毛片| 亚洲大尺度视频在线观看| 亚洲天堂a在线| 老司机免费视频一区二区三区| 成人毛片视频在线观看| 日韩欧美在线1卡| 亚洲永久精品国产| 成人黄色av网站在线| 精品精品国产高清a毛片牛牛| 亚洲欧美日韩久久精品| 国产成都精品91一区二区三| 欧美一区二区三区精品| 亚洲国产精品久久艾草纯爱| 99国产精品久久久久久久久久久 | 中文字幕第一区二区| 亚洲成人免费观看| 日本高清不卡aⅴ免费网站| 欧美激情一区二区三区| 国产精品一区三区| 精品国产不卡一区二区三区| 日韩国产欧美在线视频| 欧美高清www午色夜在线视频| 亚洲欧洲99久久| 成人手机电影网| 久久精品夜色噜噜亚洲a∨| 老司机一区二区| 精品国产乱码久久久久久图片| 石原莉奈在线亚洲三区| 欧美日韩精品欧美日韩精品| 亚洲bdsm女犯bdsm网站| 在线不卡一区二区| 婷婷久久综合九色国产成人| 欧美无乱码久久久免费午夜一区| 亚洲免费在线视频| 欧美视频在线观看一区二区| 亚洲午夜久久久久| 欧美欧美午夜aⅴ在线观看| 天天色 色综合| 日韩欧美电影一二三| 蜜臀久久久久久久| 欧美精品一区二区久久婷婷| 国产一区欧美一区| 欧美国产视频在线| 成人av片在线观看| 亚洲伦理在线精品| 91在线你懂得| 午夜视频久久久久久| 欧美一区二区成人| 国产乱码一区二区三区| 国产精品网站导航| 91麻豆国产香蕉久久精品| 一区二区国产视频| 日韩视频一区二区三区 | 丝袜亚洲另类欧美综合| 欧美一区二区视频网站| 蜜桃视频在线观看一区二区| 久久在线免费观看| 91首页免费视频| 亚洲成av人片在线观看| 精品成人在线观看| 色综合色综合色综合色综合色综合 | 欧美mv日韩mv国产网站app| 国产乱码精品一区二区三区忘忧草 | 国产日韩欧美一区二区三区乱码| 成人的网站免费观看| 午夜精品久久久久久| 久久―日本道色综合久久| 色婷婷综合久色| 精品一区二区三区在线观看| 最新国产成人在线观看| 欧美一卡二卡在线| 99re66热这里只有精品3直播| 首页亚洲欧美制服丝腿| 亚洲国产精品av| 777色狠狠一区二区三区| 成人av网站免费| 精品一区二区三区在线观看国产| 亚洲精品国产无天堂网2021| 日韩一区二区三区免费看| 99久久国产综合精品色伊| 日本不卡不码高清免费观看| 最近日韩中文字幕| 久久久不卡网国产精品一区| 在线不卡中文字幕| 91免费精品国自产拍在线不卡| 久久福利视频一区二区| 亚洲丰满少妇videoshd| 国产精品无码永久免费888| 日韩欧美在线综合网| 欧美老肥妇做.爰bbww视频| 色视频一区二区| 国产91在线观看丝袜| 麻豆国产91在线播放| 亚洲乱码国产乱码精品精的特点| 国产清纯在线一区二区www| 欧美一区午夜视频在线观看| 在线欧美日韩精品| 91丨porny丨蝌蚪视频| 国产精品综合网| 激情av综合网| 理论电影国产精品| 美女久久久精品| 日韩精品电影在线| 亚洲成人精品一区二区| 亚洲主播在线播放| 亚洲精品久久嫩草网站秘色| 亚洲欧洲av色图| 自拍偷拍亚洲激情| 亚洲人精品午夜| 18成人在线观看| 国产精品不卡在线观看| 国产精品免费av| 国产精品国产三级国产三级人妇| 国产色综合久久| 国产日本欧美一区二区| 国产午夜精品久久| 国产精品色在线观看| 中文在线资源观看网站视频免费不卡| 久久综合九色综合欧美98| 2023国产精华国产精品| 久久精品网站免费观看| 国产精品久久夜| 国产精品福利av| 亚洲国产综合91精品麻豆| 亚洲va欧美va国产va天堂影院| 亚洲www啪成人一区二区麻豆| 亚洲国产日韩在线一区模特| 午夜精品久久久久影视| 精品制服美女久久| 国产盗摄一区二区| 97久久人人超碰| 欧美日韩高清一区二区不卡| 欧美电视剧免费观看| 久久久蜜桃精品| 国产精品九色蝌蚪自拍| 亚洲国产精品久久久久秋霞影院 | 成人免费视频国产在线观看| 成人黄色在线网站| 欧美日韩免费电影| 久久久三级国产网站| 国产精品免费aⅴ片在线观看| 亚洲午夜一区二区三区| 久久www免费人成看片高清| 成人av免费在线| 欧美日韩一级黄| 久久嫩草精品久久久精品| 中文字幕亚洲精品在线观看| 亚洲国产中文字幕在线视频综合| 在线欧美一区二区| 欧美成人三级在线| 亚洲人成网站精品片在线观看| 婷婷丁香久久五月婷婷| 国产老妇另类xxxxx| 欧美日韩三级视频| 久久久av毛片精品| 亚洲成a人在线观看| 国产91在线观看丝袜| 3atv一区二区三区| 国产精品二三区| 国内精品在线播放| 欧美三级中文字| 国产欧美视频一区二区| 首页国产丝袜综合| 91在线视频观看| 久久久91精品国产一区二区精品| 亚洲大尺度视频在线观看| heyzo一本久久综合| 日韩女优av电影在线观看| 亚洲在线中文字幕| 国产99精品视频| 欧美电视剧免费观看| 亚洲v中文字幕| av电影在线不卡| 国产欧美精品一区| 蜜桃免费网站一区二区三区| 欧美伊人久久久久久久久影院| 国产精品萝li| 国产麻豆91精品| 欧美一卡二卡在线观看| 午夜在线成人av| 91精彩视频在线观看| 中文字幕在线一区| 国产精品资源网| 日韩女同互慰一区二区| 亚洲成人动漫一区| 欧美在线一二三| 亚洲欧美电影一区二区| 成人视屏免费看| 欧美激情在线免费观看| 国产福利一区在线观看| 久久综合给合久久狠狠狠97色69| 日韩国产一二三区| 91麻豆精品91久久久久久清纯| 亚洲一二三区不卡| 欧美日韩一区久久| 日本欧美在线观看| 欧美夫妻性生活| 美女爽到高潮91| 精品成人a区在线观看| 韩国理伦片一区二区三区在线播放|