Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Enable the Debug Mode to for troubleshooting purpose. In the server's console, one will see the returned formatted data as the following.
Code Block |
---|
INFO 07 Jun 2013 10:54:37 SoapTool - |
<ns1:GetGeoIPResult xmlns:ns1="http://www.webservicex.net/" |
><
ns1><ns1: |
ReturnCode>1</ns1: |
><
ns1:IP
>8ReturnCode><ns1:IP>8.8.8.8</ |
ns1: |
><
ns1:ReturnCodeDetails
>Success<IP><ns1:ReturnCodeDetails>Success</ns1: |
><
ns1:CountryName
>United ReturnCodeDetails><ns1:CountryName>United States</ns1: |
><
ns1:CountryCode
>USA<CountryName><ns1:CountryCode>USA</ns1: |
CountryCode></n |
s1:GetGeoIPResult> |
INFO 07 Jun 2013 10:54:37 SoapTool - {"GetGeoIPResult":{"CountryName":"United States","ReturnCodeDetails":"Success","ReturnCode":"1","IP":"8.8.8.8", |
"CountryCode":"USA"}} |
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.webservicex.net/airport.asmx?op=GetAirportInformationByCountry.
...