GNU bug report logs - #32941
get_bug_log SOAP operation truncates message

Previous Next

Package: debbugs.gnu.org;

Reported by: Arun Isaac <arunisaac <at> systemreboot.net>

Date: Fri, 5 Oct 2018 07:02:01 UTC

Severity: wishlist

Forwarded to https://bugs.debian.org/910360

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: submit <at> debbugs.gnu.org
Subject: get_bug_log SOAP operation truncates message
Date: Fri, 05 Oct 2018 12:31:06 +0530
Package: debbugs.gnu.org

The get_bug_log operation of the SOAP API truncates some messages. For
example, look at the 4th message (indexing from 0) in bug 25235. In the
web interface, https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25235#17 ,
one can see that the message has 2 parts, but the get_bug_log SOAP
operation only returns the first part. The request XML I sent is as
follows.

<soap:Envelope 
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" 
    xmlns:xsd="http://www.w3.org/1999/XMLSchema" 
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <soap:Body>
    <ns1:get_bug_log
	xmlns:ns1="urn:Debbugs/SOAP"
	soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
      <ns1:bugnumber xsi:type="xsd:int">25235</ns1:bugnumber>
    </ns1:get_bug_log>
  </soap:Body>
</soap:Envelope>




This bug report was last modified 6 years and 250 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.