Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | Screens (Click to view) | ||
---|---|---|---|---|
Debug Mode | When checked, debug messages will be printed out in the server log for troubleshooting purpose. In the server 's consolelog, one you will see the observe returned formatted data as the following:
| Figure 4: Advanced Properties |
In the example above, we are making a webservice call to http://www.webservicex.net/geoipservice.asmx , calling the method GetGeoIP.
Below is a sample app to make a webservice call to http://www.webservicexdataaccess.netcom/webservicesserver/airportnumberconversion.asmx?op=GetAirportInformationByCountrywso?WSDL, to call the method NumberToWords.
APP_soapToolSample-2-20131126170202.zip
The sample app below contains a SOAP call to the operation name GetStockQuote from http://www.restfulwebservices.net/wcf/StockQuoteService.svc?wsdl.
APP_webservice1-1-20161123115423.jwa
When Debug Mode is enabled, the output will be similar to the following:
...