Warm tip: This article is reproduced from serverfault.com, please click

Trying to deploy new API to WSO2 server

发布于 2020-12-07 00:53:02

I am trying to deploy new REST API to a WSO2 server however when I deploy the CAR file which includes the new API it does not appear in the Enterprise Integrator web console.

I am using Integration Studio 7.1.0 and this project, except for testAPI.xml, was created using EI 6.1.0. I have included a project tree for reference:

Project

The testAPI.xml file also has a question mark icon next to it. Does anybody know what this is? I cannot find any reference from WSO2.

Questioner
jjf130803
Viewed
0
cedverd 2020-12-09 18:56:29

this happens when you don't include the API in pom.xml in xxxx-capp folder

Open the file highlighted in the picture attached below and then click the Select All button

then save the file redeploy the application that should solve your problem

enter image description here