I'm having an issue with Tuleap 6.7.99.16 (probably had it before but didn't detect it):
I get the following error when communicating via SOAP with tuleap:
AxisFault
faultCode: WSDL
faultSubcode:
faultString: SOAP-ERROR: Parsing WSDL: Couldn't load from '
https://*****.fr/soap/codendi.wsdl.php?wsdl' : failed to load external entity "
faultActor:
faultNode:
faultDetail:
{
http://xml.apache.org/axis/}stackTrace:SOAP-ERROR: Parsing WSDL: Couldn't load from '
https://*****.fr/soap/codendi.wsdl.php?wsdl' : failed to load external entity "
https://*****.fr/soap/codendi.wsdl.php?wsdl
Maybe comments have been added in the WSDL, and since these comments contain html entities, they should be enclosed between <![CDATA[...]]>?
This prevents the eclipse connector from working.