...
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 |
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:
...