Creating an API by Importing an API from a File
Before you begin
You must have the API Gateway's manage APIs or activate/deactivate APIs functional privilege assigned to perform this task.
About this task
To create an API by importing an API from a file
Procedure
What to do next
Note:
- To avoid encountering errors while parsing large responses
from the native service, you have to change the enablesoapValidation property
by commenting out the
<parameter name="enableSoapValidation">true</parameter>
in SAG_Install_Directory\IntegrationServer\instances\default\config\wss\axis2.xml and restart the server for the change to take effect. - Since the GraphQL API schema does not contain a native endpoint, you must manually update the Native endpoint URL in the API details section and the Endpoint URI in the routing policy after you create a GraphQL API.