Last modified by Olivier Roussel on 2025/04/25 09:57
Change comment:
Renamed from xwiki:Implementation documentation.Setting up a Webservice connection to get Overview data from TerraIndex.WebHome
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.R obinHuisman1 +XWiki.RjDaams - Content
-
... ... @@ -22,8 +22,11 @@ 22 22 ))) 23 23 24 24 {{info}} 25 -This url also works; [[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl]] 26 - 25 +We also have REST services availble with the same input and output format: 26 + 27 +[[https:~~/~~/web.terraindex.com/DataWS/ITWViewRestService_V1_0/GetOverviewQueries>>https://web.terraindex.com/DataWS/ITWViewRestService_V1_0/GetOverviewQueries]] 28 + 29 +[[https:~~/~~/web.terraindex.com/DataWS/ITWViewRestService_V1_0/GetQuerryResponse>>https://web.terraindex.com/DataWS/ITWViewRestService_V1_0/GetQuerryResponse]] 27 27 {{/info}} 28 28 29 29 == 1. Retreive all overviews queries from TerraIndex == ... ... @@ -33,16 +33,11 @@ 33 33 34 34 To start connecting this webservice, you should use this URL: 35 35 36 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewService_V1_0.s vc>>https://web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl]]39 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asm>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]]x 37 37 38 -(% class="box infomessage" %) 39 -((( 40 -If you prefer a REST service, please let us know. It’s currently a SOAP webservice because there will be a typed definition available to avoid mistakes. 41 -))) 42 - 43 43 Get the WSDL from: 44 44 45 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewService_V1_0.s vc?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl]]43 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl||style="background-color: rgb(255, 255, 255);"]] 46 46 47 47 [[image:1637574900554-168.png]] 48 48 ... ... @@ -84,7 +84,7 @@ 84 84 * (% class="mark" %)Licensenumber(%%); as your companies license number 85 85 * (% class="mark" %)ApplicationCode(%%); as provided by TerraIndex to you, if not provided, request one at: [[service@terraindex.com>>path:mailto:service@terraindex.com]] 86 86 * (% class="mark" %)UseZipStreamto (%%)'true', to get GZip data stream. This will be much faster over the internet. 87 -Check here for the Class to use it: [[Setting up a Webservice connection for project exports>>Implementation documentation.Setting up a Webservice connection for project exports.WebHome]], Chapter: Zip Stream class. 85 +Check here for the Class to use it: [[Setting up a Webservice connection for project exports>>Implementation documentation.For customers.Setting up a Webservice connection for project exports.WebHome]], Chapter: Zip Stream class. 88 88 * (% class="mark" %)DataType(%%); set the correct data type you would like to receive, this is 'JSON' or 'XML'. 89 89 90 90 You will receive a response like this: ... ... @@ -626,7 +626,7 @@ 626 626 627 627 (% class="box infomessage" %) 628 628 ((( 629 -Is UseZipStream = true; the Content needs to be inflated using the ZipSteamHelper Class. The code can be found here: [[Setting up a Webservice connection for project exports>>Implementation documentation.Setting up a Webservice connection for project exports.WebHome]] 627 +Is UseZipStream = true; the Content needs to be inflated using the ZipSteamHelper Class. The code can be found here: [[Setting up a Webservice connection for project exports>>Implementation documentation.For customers.Setting up a Webservice connection for project exports.WebHome]] 630 630 ))) 631 631 632 632 ... ... @@ -703,7 +703,7 @@ 703 703 704 704 (% class="box infomessage" %) 705 705 ((( 706 -Is UseZipStream = true; the Content needs to be inflated using the ZipSteamHelper Class. The code can be found here: [[Setting up a Webservice connection for project exports>>Implementation documentation.Setting up a Webservice connection for project exports.WebHome]] 704 +Is UseZipStream = true; the Content needs to be inflated using the ZipSteamHelper Class. The code can be found here: [[Setting up a Webservice connection for project exports>>Implementation documentation.For customers.Setting up a Webservice connection for project exports.WebHome]] 707 707 ))) 708 708 709 709