Prabhs13 / testlink-api-java-client

Automatically exported from code.google.com/p/testlink-api-java-client
0 stars 1 forks source link

Failing to create a test case #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. Try to create a test case / try an about() call / ... via TestLinkAPI.
2. I get the following errors:
br.eti.kinoshita.testlinkjavaapi.TestLinkAPIException: Error in about method: 
Failed to parse servers response: Unknown type: string
    at br.eti.kinoshita.testlinkjavaapi.MiscService.about(MiscService.java:152)
Caused by: org.apache.xmlrpc.client.XmlRpcClientException: Failed to parse 
servers response: Unknown type: string
    at org.apache.xmlrpc.client.XmlRpcStreamTransport.readResponse(XmlRpcStreamTransport.java:267)
[please note that checkDevKey(key) returns true].

I'm using the latest version of the code with Test Link distribution 1.9.3.
I'm also using the xmlrpc-3.0a1.jar (to have class 
org.apache.xmlrpc.XmlRpcRequestConfig) and ws-commons-util-1.0.2.jar (for class 
org.apache.ws.commons.util.XsDateTimeFormat).

Thanks in advance!

Original issue reported on code.google.com by rsne...@gmail.com on 6 Sep 2011 at 9:22

GoogleCodeExporter commented 9 years ago
Issue solved upgrading to version 1.9.2.

Original comment by rsne...@gmail.com on 6 Sep 2011 at 4:12