...
- Click File > New > Other and select Connector Exporter Project under WSO2 > Extensions > Project Types and click Next.
- Alternatively, open the Developer Studio Dashboard (click Developer Studio > Open Dashboard) and click Connector Exporter Project in the Enterprise Service Bus area.
- Enter a project name and click Finish.
- Right-click on the created connector exporter project, point to New and then click Add/Remove Connectors.
Click Add Connector and then File System and select the connector files (
.zip
) from the file system. Click Finish. Connector files downloaded from the connector store are stored in the$workspace/.metadata/.Connectors
folder.then select Workspace. This will list down the connectors that have been imported into the ESB Tooling environment workspace.- Select the connector and click OK.
- Create a Composite Application (C-App) project including the required artifacts.
- Right-click on the C-App project and click Export Composite Application Project to create a CAR file out of that project.
...