Last modified by Olivier Roussel on 2025/04/25 09:57
Change comment:
Update document after refactoring.
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -Implementati ondocumentation.WebHome1 +Implementatie dcoumentatie.WebHome - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.R jDaams1 +XWiki.RoelofZwaan - Content
-
... ... @@ -7,22 +7,6 @@ 7 7 {{toc/}} 8 8 9 9 10 -== Changelog == 11 - 12 -=== Update 2022-08-23 === 13 - 14 -As part of on-going efforts to improve performance and scalability, we have introduced a dedicated version of DataWS named DataWSExternals. This new service should be used for external API consumers. 15 - 16 -| |**URL**|**Example** 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]] 19 -))) 20 -|**New**|{{code language="none"}}https://web.terraindex.com/DataWSExternals/{{/code}}|((( 21 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl]] 22 -))) 23 - 24 -== == 25 - 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. ... ... @@ -29,9 +29,8 @@ 29 29 With the name and the parameters you can request the actual data with function 2, explained in the next chapter. 30 30 31 31 To start connecting this webservice, you should use this URL: 16 +[[https:~~/~~/web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx>>url:https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx]] 32 32 33 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx]] 34 - 35 35 (% class="box infomessage" %) 36 36 ((( 37 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,9 +38,8 @@ 38 38 ))) 39 39 40 40 Get the WSDL from: 24 +[[https:~~/~~/web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl>>url:https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]] 41 41 42 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl]] 43 - 44 44 [[image:1637574900554-168.png]] 45 45 46 46 ... ... @@ -81,9 +81,10 @@ 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>>Implementati ondocumentation.Setting up a Webservice connection for project exports.WebHome]], Chapter: Zip Stream class.66 +Check here for the Class to use it: [[Setting up a Webservice connection for project exports>>Implementatie dcoumentatie.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 69 + 87 87 You will receive a response like this: 88 88 89 89 {{code layout="LINENUMBERS"}} ... ... @@ -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>>Implementati ondocumentation.Setting up a Webservice connection for project exports.WebHome]]609 +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>>Implementatie dcoumentatie.Setting up a Webservice connection for project exports.WebHome]] 627 627 ))) 628 628 629 629 ... ... @@ -678,6 +678,7 @@ 678 678 * (% class="mark" %)DataType(%%); set the correct data type you would like to receive, this is 'JSON' or 'XML'. 679 679 * (% class="mark" %)Param (%%)must be the Array as received from the GetOverviewQueries, and filled with data. Always needs to be JSON. 680 680 664 + 681 681 You will receive a response like this: 682 682 683 683 {{code language="xml" layout="LINENUMBERS"}} ... ... @@ -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>>Implementati ondocumentation.Setting up a Webservice connection for project exports.WebHome]]687 +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>>Implementatie dcoumentatie.Setting up a Webservice connection for project exports.WebHome]] 704 704 ))) 705 705 706 706