Forum Discussion

martonjurak's avatar
martonjurak
Occasional Contributor
6 years ago
Solved

Jenkins throws org.apache.xmlbeans.XmlException: error: Unexpected element: CDATA but not soapUI

Hi,   I made an automated test (it is a composite project) which is running well from GUI or test runner. If I start it from Jenkins it gives an error. 14:06:56 Error at line 1, column 1 14:06:...
  • martonjurak's avatar
    6 years ago

    Hi,

    It looks problem is solved.

    The issue was that TestSuite name was used as a foldername in Jenkins and had (, and + )characers.Jenkins couldnt handle this characters. After I changed the Test Suite names problem was solved