The names of the CICS or IMS Java service interfaces should not start with two characters in uppercase (for example, MYSERVICE or MYservice) as this can cause JSP client runtime errors and does not comply with the established CamelCase naming conventions.
If you are using any names for CICS or IMS Java Service interfaces that start with two characters in upper case, you must rename them. To do this:
- First, rename the service interface to a temporary name – for example, rename
MYservice to
tempsvc.
- Rename the temporary name to a name that complies with the CamelCase naming conventions - rename
tempsvc to
MyService.
- Close Visual Studio project that contains the service interface and then reopen it.