Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
English |
---|
The SOAP Tool allows one to invoke call to webservice for integration purpose to return useful information from external sources into the process instance. |
Figure 1: SOAP Tool Properties
Name | Description | Screens (Click to view|
---|---|---|
WSDL URL | Webservice WSDL URL to be called. | |
Operation Name | Operation Name | |
Username | Credential - Username | |
Password | Credential - Password | |
Parameters | Values in sequence order of the operation parameters. | |
SOAP Body (XML) | The XML content of <soap:Body> tag. Parameters setting is ignored when SOAP Body is used. | |
SOAP Action | SOAP Action is required when SOAP Body is used and SOAP version is 1.1 |
Figure 2: Store To Form Properties
Name | Description | Screens (Click to view) | |||||
---|---|---|---|---|---|---|---|
Form | Target form to store data. | Figure 2: Store To Form Properties | |||||
Base XML Object Name for Multirow Data | If returned data is intended to an array / multirow data, define the base path of the array. | ||||||
Field Mapping |
|
Figure 3: Store To Workflow Variable Properties
Name | Description | Screens (Click to view)||||||
---|---|---|---|---|---|---|---|
Workflow Variable Mapping |
|
...
Figure
...
4: Advanced Properties
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.
Demo app to make a web service call to httpsBelow is a sample app to make a webservice call to http://www.webservicexcrcind.net/airport.asmx?op=GetAirportInformationByCountry.
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:
...
com/csp/samples/SOAP.Demo.CLS?wsdl, to call the method GetListByName.