Note: This topic applies to JSON (RESTful) Web services only.
- Entry point
- Shows the entry point for the associated COBOL program. If more than one entry point is available, you can select another
one from the drop-down list.
- All COBOL Groups
- Check this to select all groups on the list.
- COBOL Group / Operation Path / HTTP Methods list
- Each row represents a resource for a COBOL group item in the entry point. Check each resource you want to generate, or check
All COBOL Groups to generate them all. Select an entire row to populate
COBOL Group Tree Structure.
- COBOL Group
- Lists group items found in the selected entry point.
- Operation Path
- Lists the corresponding default or edited relative URI path associated with the COBOL group.
- HTTP Methods
- Shows the HTTP methods to be generated for the corresponding
COBOL Group item. Each method represents a separate operation. Supported methods are GET, POST, PUT, and DELETE:
- COBOL Group Tree Structure
- Shows the COBOL group structure for the selected group.
- COBOL Group field
- Shows the selected COBOL group.
- Operation Path field
- Enables you to edit the operation path for the selected COBOL group.
- HTTP Methods check boxes
- For the selected COBOL group, enables you to select the operations you want to generate.
- GET
- Typically used to retrieve the resource identified by the specified URI.
- POST
- Typically used to create a new resource using the specified URI. Default.
- PUT
- Typically used to update the resource identified by the specified URI.
- DELETE
- Typically used to delete the resource identified by the specified URI.