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 |
---|---|---|
WSDL URL | Webservice WSDL URL to be called. | Figure 1: SOAP Tool Properties |
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 |
...
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 console, one will see the 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.
...