Adding a WebSocket type non-Infor endpoint
Use these steps to add a WebSocket type non-Infor endpoint in API Gateway. You can add the endpoint to an existing API suite or create one specifically for non-Infor endpoints.
The WebSocket type non-Infor endpoint is added in API Gateway and is ready for testing and monitoring.
Testing the endpoints
After configuring the WebSocket endpoint, test its functionality to ensure that it operates correctly. You can use web clients or API testing tools such as Postman to perform these tests.
To test using a web client:
- Open a web client that supports WebSocket connections, such as Chrome Developer Tools.
- Navigate to the console and enter the WebSocket server URL, for example ws://example.com/socket or wss://secure.example.com/socket.
- Initiate the connection and send test messages to verify communication.
- Observe the responses and check for errors or unexpected behaviour.
To test using an API testing tool:
- Open Postman or another API testing tool that supports WebSocket connections.
- Select the WebSocket request type and enter the WebSocket server URL.
- Connect to the server and send test messages to verify functionality.
- Review the responses for success indicators or error messages.
These tests help confirm that the WebSocket endpoint is operational and ready for monitoring and further use.