Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescriptionScreens (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:

Code Block
INFO  20 Feb 2020 02:14:56 org.joget.plugin.enterprise.SoapTool  
- {"NumberToWordsResult":"six hundred and seventy eight "}

Figure 4: Advanced Properties

Tutorials

Example 1

In the example above, we are making a webservice call to  http://www.webservicex.net/geoipservice.asmx , calling the method GetGeoIP.

Sample App

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

Example 2

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:

...

soap_sample-NumberToWords.jwa