<
From version < 5.4 >
edited by Robert Jan Daams
on 2022/08/23 11:58
To version < 10.1 >
edited by Robert Jan Daams
on 2025/02/04 11:03
>
Change comment: Renamed back-links.

Summary

Details

Page properties
Content
... ... @@ -15,14 +15,20 @@
15 15  
16 16  | |**URL**|**Example**
17 17  |**Old**|{{code language="none"}}https://web.terraindex.com/DataWS/{{/code}}|(((
18 -[[https:~~/~~/web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]][[https://web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx?wsdl]]
18 +[[https:~~/~~/web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]]
19 19  )))
20 20  |**New**|​{{code language="none"}}https://web.terraindex.com/DataWSExternals/{{/code}}|(((
21 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl]][[https://web.terraindex.com/DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx?wsdl]]
21 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]][[?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl]]
22 22  )))
23 23  
24 -== ==
24 +{{info}}
25 +We also have REST services availble with the same input and output format:
25 25  
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]]
30 +{{/info}}
31 +
26 26  == 1. Retreive all overviews queries from TerraIndex ==
27 27  
28 28  To retreive all available queries from the TerraIndex Environment, there is a SOAP webservice call available. This will return all overview queries with it’s names and the required parameters.
... ... @@ -30,16 +30,11 @@
30 30  
31 31  To start connecting this webservice, you should use this URL:
32 32  
33 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx]]
39 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asm>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]]x
34 34  
35 -(% class="box infomessage" %)
36 -(((
37 -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.
38 -)))
39 -
40 40  Get the WSDL from:
41 41  
42 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?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);"]]
43 43  
44 44  [[image:1637574900554-168.png]]
45 45  
... ... @@ -81,7 +81,7 @@
81 81  * (% class="mark" %)Licensenumber(%%); as your companies license number
82 82  * (% class="mark" %)ApplicationCode(%%); as provided by TerraIndex to you, if not provided, request one at: [[service@terraindex.com>>path:mailto:service@terraindex.com]]
83 83  * (% class="mark" %)UseZipStreamto (%%)'true', to get GZip data stream. This will be much faster over the internet.
84 -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.
85 85  * (% class="mark" %)DataType(%%); set the correct data type you would like to receive, this is 'JSON' or 'XML'.
86 86  
87 87  You will receive a response like this:
... ... @@ -623,7 +623,7 @@
623 623  
624 624  (% class="box infomessage" %)
625 625  (((
626 -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]]
627 627  )))
628 628  
629 629  
... ... @@ -700,7 +700,7 @@
700 700  
701 701  (% class="box infomessage" %)
702 702  (((
703 -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]]
704 704  )))
705 705  
706 706  
TerraIndex
asd