Affects Release version(s): 11
Error Message :
Error during "Starting java compilation processing, the java code could contain syntax errors based on code generation."
In a Web Service connection object, in tab
Web Service,
General a valid WSDL must be provided.
Even when the WSDL is valid, an error can still happen during selection of the WSDL:
<Please see attached file for image>
<Please see attached file for image>
Investigation
The WSDL contains an @ character in the JAVA name.The Apache Axis Framework creates Java classes using Java names. @ characters are not allowed in JAVA. Using this character causes the compilation error.