Add an external endpoint

To add an external endpoint to a Service:
  1. Open the appropriate Service version.
  2. Click Add endpoint.
  3. Click External. The external endpoint fields display:
    Add new external endpoint

  4. Add a name, description, and optionally, tags that display in DeveloperHub after publishing.
  5. For the Upstream URL:
    • Enter the URL directly.
    • Click the Expression icon to add an expression.
  6. Enable the appropriate options:
    • Trust all certificates: The receiving Snaplex trusts all certificates supplied by the server for the external endpoint.
    • REST to SOAP: Exposes SOAP endpoints to clients through REST and translates SOAP responses to JSON. Refer to Wrap legacy SOAP APIs in a Service for more information
  7. Click Add path to add a path.
    1. Add the path as a rule or an expression.
    2. Add any required path parameters.
    3. Add one or more methods. Method configuration describes method options.
  8. Click Create.

If the Catalog Policy contains the appropriate rules, the endpoint is ready. If not, apply a Policy at the Service or endpoint level, and you are ready to test.