Upgrading my app from 7-8. Need to upgrade RestServices marketplace module but nothing showing

0
Hello,   I am in the process of upgrading one of our apps from version 7 to version 8. When I run the project locally I have a number of Java compilation errors, a number of them are due to the Rest Services marketplace module. I am trying to upgrade from the marketplace however I can't see any for higher than version 7. Does anyone know what I need to replace this module with?   Many thanks in advance
asked
2 answers
0

Hi Jessica,

from 8 version & higher you don't need this module , mendix provides built in service for rest service, follow below path

right click on any module>add other>publish/consume rest service

answered
0

Hi Jessica,

you will have to manually change existing module rest service to new built in rest service.

the path i mentioned is for creating new rest service , you can create new with same configuration as before and do proper testing with new and can delete old module

 

answered