Problem:
Compile fails with RTS114 in prexml.gnt when building .NET console application with a web reference
Resolution:
Compile fails with RTS114 especially when a web service is included and "p(prexml) endp" is set in the COBOL settings.
The Preprocessor should only be called to parse XML source file only.
Remove "p(prexml) endp" from the global setting and set it instead at the beginning of the COBOL file that contains XML syntax:
$set p(prexml) endp
The XML pre-processor and .NET web services can exist in the same project as long as the preprocessor is not being used to parse source file that has non-supported syntax. The pre-processor does not support classes and .NET codes.