Problem
An Enterprise Server deployed Java Web Service Interface calls COBOL program in UPPER case, resulting in RTS 173 errors as the COBOL program is compiled to lower case.
What needs to be done to set the Java Interface to call the COBOL program in lower case?
Resolution
Use the directive FOLD-CALL-NAME "LOWER" in the project that deploys the Java Web Service Interface to resolve this issue.



