Hi There

I'm having the same error with testlink 1.9.6, jenkins 1.512 and plugin 3.5

doing a post to the API call with

<?xml version="1.0" encoding="UTF-8"?><methodCall xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions"><methodName>tl.checkDevKey</methodName><params><param><value><struct><member><name>devKey</name><value>041053c00fc00b7f3f895959bd0d6a09</value></member></struct></value></param></params></methodCall>

I get a response as

<?xml version="1.0"?>
<methodResponse>
  <params>
    <param>
      <value>
        <boolean>1</boolean>
      </value>
    </param>
  </params>
</methodResponse>

so it seem there is a newline before the xml header (code formatting is removing it, but it's there ).
doing a capture on the testlink server it seems it's getting the same response before failing.

is there a way to have this newline removed? is this editable in any testlink php file?

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to