forked from g4l4drim/TestLink-API-Python-client
-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
Description
Hi
I have TestLink version 1.9.14 (Padawan). When I do an XML RPC request I get following error:
XML RPC request:
----------------
POST /testlink/lib/api/xmlrpc/v1/xmlrpc.php HTTP/1.1
Host: mytestlink.com
Accept-Encoding: gzip
User-Agent: xmlrpclib.py/1.0.1 (by www.pythonware.com)
Content-Type: text/xml
Content-Length: 264
<?xml version='1.0'?>
<methodCall>
<methodName>tl.countProjects</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>devKey</name>
<value>
<string>devKey_copied_from_User_page</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
XML RPC Response
----------------
HTTP/1.1 200 OK
Date: Thu, 14 Jul 2016 09:22:18 GMT
Server: Apache/2.4.7 (Ubuntu)
Set-Cookie: PHPSESSID=bava9mt3uur0c72i3pq2e4fvv6; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Content-Length: 42
Connection: close
Content-Type: text/html; charset=UTF-8
XML-RPC server accepts POST requests only.