How to expose and consume POST method (using REST call service) for the post data from one Mendix project to another project in Mendix?

0
We completed GET and DELETE methods for accessing and deleting data from one project to another project using REST Service call.  We are implemented POST method in only single project using Swagger UI but we are unable to implement post data from one project to another Mendix project. So could you please help us in POST method.
asked
1 answers
0

See the docs for how it works, for instance this and this. You published the service succesfully? Download the swagger.json by rightclicking the Service in the ProjectExplorer. Import that in Swaggerui and test the service. Then try to do the same in your consuming app. Where do you run into problems?

answered