Introduction👨✈
When dealing with "ReadyAPI", one can create projects, add more APIs to existing projects, extend existing APIs, make API discovery, manage APIs, and update and refactor APIs. But the question is, what can we do after we modify an API? The answer is we can deal with exporting APIs, documenting interfaces and capturing low level traffic in ReadyAPI and many more.

So let us learn about exporting APIs, documenting interfaces and capturing low level traffic in ReadyAPI.💫
Are you ready❓
Exporting APIs🏌🏻♂️
After modifying an API in "ReadyAPI", you can export it to the server as a service definition. The way of exporting your API depends on the API type. You can only export the definitions of "SOAP" services in "WSDL" format. And you can export "REST" service definitions in "Swagger", "OpenAPI", and "WADL" formats.
Exporting to WSDL File⚙️
Follow the steps below to export a "SOAP API" definition to a "WSDL" file.
1️⃣In the navigator panel, right-click on the service definition and select "Export Definition" from the context menu.

2️⃣Now, select the folder where you want to save the definition.

Exporting in the Swagger or OpenAPI format⚙️
Follow the steps below to export a REST API definition in the Swagger or OpenAPI format.
1️⃣In the navigator pane, right-click on the APIs node and select "Export Swagger/OpenAPI Definition" from the context menu.

2️⃣In the next window, configure the export parameters.

Exporting to SwaggerHub⚙️
Follow the steps below to export a "REST" service definition in the "Swagger 2.0" or "OpenAPI 3.0" format.
1️⃣In the navigator panel, right-click on the service and select "Publish to SwaggerHub".

2️⃣In the subsequent dialogue, configure the export parameters by referring to the image given below.

Exporting in the WADL format⚙️
Follow the steps below to export the definition of a "REST" service in the "WADL" format.
1️⃣In the navigator panel, right-click on the service and select "Export WADL" from the context menu.

2️⃣Then, specify the filename to save the definition.

Note ⚠️- A service created from scratch or an "OpenAPI" or "Swagger" definition, you cannot export it in the "WADL" format.