JSON Webservices

7
Can mendix applications expose JSON services as opposed to only SOAP services? I am busy with a Mendix application on the back-end that should expose its functionality to a Cross platform HTML 5 Mobile Applications, using PhoneGAP. JSON is the preferred web services calls, due to packet size.
asked
2 answers
4

No there is no way to model a JSON service, though you could probably build it yourself using Java actions, it may be worth it for smartphone applications.

answered
2

We build an model driven solution to be able to integrate with Mendix on more than webservices. This could be useful if you don't want to make it yourself using java actions. By using this framework you can model the JSON web service call or many other integration standards.

answered