package: bugs.debian.org severity: normal The following SOAP request will happily return an empty array even though "non-existent-package" doesn't exist in the bts. This makes it impossible to differentiate a package with no bugs vs. a non-existent package. Ideally, this type of request should return a fault that could be appropriately handled for non-existent packages.
<ns1:get_bugs xmlns:ns1="Debbugs/SOAP" SOAP-ENC:root="1"> <v1 xsi:type="xsd:string">src</v1> <v2 xsi:type="xsd:string">non-existent-package</v2> </ns1:get_bugs> Best wishes, Mike -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org