Interface Mapping Toolkit
- REST/JSON IMTK implementation -
HTTP requests sent from scripts within a web browser to REST services deployed on an enterprise server might fail due to the same-origin policy (SOP). Some browsers might implement (or support plugins that implement) techniques for relaxing SOP such as cross-origin resource sharing (CORS) that enable sending cross-origin requests successfully. For REST services, Enterprise Server does not implement a method for relaxing SOP. This means that browsers that implement CORS (or any other SOP relaxation technique) might still forbid requests made from scripts due to Enterprise Server not implementing the equivalent technique on the server side.
- Windows Form and Web Form test clients will not be generated if a service interface contains nested input field groups. If nested input groups are detected, a message to that effect will be displayed in the Output Window, and the Windows Form and Web Form clients will not be generated.
- Each group field (i.e. field containing subitems) in a Java interface must have a name that is unique across all operations of that interface. Where this is not the case, client generation may fail.
- If you encounter an error message
>>> COBOL Interface generation failed Could not find a part of the path <path> when generating test clients for service interfaces, the likely cause is that Microsoft Internet Information Server (IIS) is not installed on your system. See
Net Express Software Requirements