Now for this example - the 3rd party web service returns XML.
However - the procedure to create a CFX Java proxy classes would be the same. Your custom implementation would have to be coded to handle JSON return value (if that is what the web service returns). You can parse the JSON on the server side using Java or pass JSON to the client where it can be parsed using JS logic.
Now for this example - the 3rd party web service returns XML.
However - the procedure to create a CFX Java proxy classes would be the same. Your custom implementation would have to be coded to handle JSON return value (if that is what the web service returns). You can parse the JSON on the server side using Java or pass JSON to the client where it can be parsed using JS logic.