]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/debbugs/Debbugs.wsdl
[gnugo] Indicate buffer not modified after save.
[gnu-emacs-elpa] / packages / debbugs / Debbugs.wsdl
index 4a99550adebe7c07b6a0280c80ee6a76483a1045..b186c807ed694da439403a9d7876a0c312f92e31 100644 (file)
@@ -1,15 +1,15 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- Copyright (C) 2011  Free Software Foundation, Inc.
+<!-- Copyright (C) 2011-2014  Free Software Foundation, Inc.
 
-This file is part of GNU Emacs.
+This file is not part of GNU Emacs.
 
-GNU Emacs is free software: you can redistribute it and/or modify
+This file is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.
 
-GNU Emacs is distributed in the hope that it will be useful,
+This file is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
@@ -18,8 +18,8 @@ You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
 
 <!-- This file describes the bindings of the debbugs SOAP interface
-(see <http://wiki.debian.org/DebbugsSoapInterface>).  The operations
-"get_usertag" and "get_versions" are not contained (yet). -->
+(see <http://wiki.debian.org/DebbugsSoapInterface>).  The operation
+"get_versions" is not contained (yet). -->
 
 <wsdl:definitions
     name="Debbugs/SOAP"
@@ -116,6 +116,14 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
     <wsdl:part name="soapenc:Array" type="types:ArrayOfBugNumber"/>
   </wsdl:message>
 
+  <wsdl:message name="get_usertagRequest">
+    <wsdl:part name="user" type="xsd:string"/>
+    <!-- We do not support tags -->
+  </wsdl:message>
+  <wsdl:message name="get_usertagResponse">
+    <wsdl:part name="s-gensym3" type="xsd:anyType"/>
+  </wsdl:message>
+
   <wsdl:message name="newest_bugsRequest">
     <wsdl:part name="amount" type="xsd:int"/>
   </wsdl:message>
@@ -124,8 +132,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
   </wsdl:message>
 
   <wsdl:message name="search_estRequest">
-    <wsdl:part name="query" type="types:ArrayOfArrayOfAnyType"
-              minOccurs="1" maxOccurs="unbounded"/>
+    <wsdl:part name="query" type="types:ArrayOfArrayOfAnyType"/>
   </wsdl:message>
   <wsdl:message name="search_estResponse">
     <wsdl:part name="soapenc:Array" type="types:ArrayOfArrayOfArrayOfAnyType"/>
@@ -177,6 +184,21 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
       </wsdl:output>
     </wsdl:operation>
 
+    <wsdl:operation name="get_usertag" parameterOrder="user">
+      <wsdl:input message="tns:get_usertagRequest">
+        <soap:body
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+           namespace="urn:Debbugs/SOAP"
+           use="encoded"/>
+      </wsdl:input>
+      <wsdl:output message="tns:get_usertagResponse">
+        <soap:body
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+           namespace="urn:Debbugs/SOAP"
+           use="encoded"/>
+      </wsdl:output>
+    </wsdl:operation>
+
     <wsdl:operation name="newest_bugs" parameterOrder="amount">
       <wsdl:input message="tns:newest_bugsRequest">
         <soap:body
@@ -258,6 +280,22 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>. -->
       </wsdl:output>
     </wsdl:operation>
 
+    <wsdl:operation name="get_usertag">
+      <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
+      <wsdl:input name="get_tagRequest">
+        <wsdlsoap:body
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+           namespace="urn:Debbugs/SOAP"
+           use="encoded"/>
+      </wsdl:input>
+      <wsdl:output name="get_tagResponse">
+        <wsdlsoap:body
+           encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
+           namespace="urn:Debbugs/SOAP"
+           use="encoded"/>
+      </wsdl:output>
+    </wsdl:operation>
+
     <wsdl:operation name="newest_bugs">
       <wsdlsoap:operation soapAction="Debbugs/SOAP"/>
       <wsdl:input name="newest_bugsRequest">