Two Mendix Application connectivity can be possible ??

1
I have two running Mendix application in production.Lets say App A and App B I have a scenario where I need to use a microflow available in App B ( due to lots of calculation in App B ) from App A. From App A ,I need pass few parameter to App B, and it will return data to App A. Can any one suggest me what would be the better idea to achieve the above requirement?
asked
4 answers
7

If AppServices are not an option, you can expose the Microflow as a SOAP webservice in App B, and consume this webservice from App A.

answered
3

Try app services, https://world.mendix.com/display/refguide5/Published+App+Services

answered
1

For Mendix 4, use web services:

https://world.mendix.com/display/refguide4/Published+Web+Services

https://world.mendix.com/display/refguide4/Imported+Web+Services

answered
0

Hi Michael... above App in not available in 4.7.1....

answered