diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-12 22:55:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-12 22:55:12 +0100 |
commit | 8d6189b4bc927cd02ac9c1d2a91384d27c8e1b97 (patch) | |
tree | 6e3e82124abf4b2fb0db9fcf3ccdb7693fa74af2 /tests/requests/get-status.xml | |
parent | b92da4dfbce36ca8e6fe0ac39fe1b132a10a694b (diff) |
tests: Add test for get-status operation.
* debbugs/bug.scm (bug?): Export it.
* tests/operations.scm: Add two tests.
* tests/requests/get-status.xml,
tests/responses/get-status1.xml: New files.
Diffstat (limited to 'tests/requests/get-status.xml')
-rw-r--r-- | tests/requests/get-status.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/requests/get-status.xml b/tests/requests/get-status.xml new file mode 100644 index 0000000..07ac787 --- /dev/null +++ b/tests/requests/get-status.xml @@ -0,0 +1 @@ +<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_status xmlns:ns1="urn:Debbugs/SOAP" soapenc:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><ns1:bugs xsi:type="soapenc:Array" soapenc:arrayType="xsd:int[3]"><ns1:bugs xsi:type="xsd:int">1</ns1:bugs><ns1:bugs xsi:type="xsd:int">2</ns1:bugs><ns1:bugs xsi:type="xsd:int">3</ns1:bugs></ns1:bugs></ns1:get_status></soap:Body></soap:Envelope> |