Use access settings to mark a flow service as private, including API creation and
configuration steps.
About this task
To run an API from webMethods API Gateway, use the internal URL displayed on the Overview page and follow
these steps.
Procedure
-
Click Create Alias to generate an Alias name in the webMethods API Gateway.
- Select Technical information option. In the Default
value field, paste the Internal URL.
Note: In the Technical Information page, enter only the domain name, not the
full URL. For example, if your internal URL is
http://<domain-name>/<URL-path>, enter
http://<domain-name> as the technical URL.
- Click Save.
- Create an API from scratch. See the Creating an API from Scratch
section in the webMethods API Gateway
documentation.
- Go to the Policies menu, click Edit, and
modify the Routing rule. For example, if your routing endpoint URI is
http://<domain-name>/<URL-path>, replace
http://<domain-name> with ${aliasname}.
- Click Transport under the Policies menu and
enable the
HTTP and HTTPS protocols.
- Click Save.
- Activate the API and copy the Gateway Endpoint for
invocation.
- Use Postman or another tool to start the API.