<
From version < 10.1 >
edited by Robert Jan Daams
on 2025/02/04 11:03
To version < 6.1 >
edited by Robin Huisman
on 2022/08/24 17:09
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RjDaams
1 +XWiki.RobinHuisman
Content
... ... @@ -18,15 +18,13 @@
18 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>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]][[?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?wsdl]]
21 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewService_V1_0.svc?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:
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]]
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 +\\We have updated our webservices from .asmx also to .svc, we recommend you to use the .svc version because it's safer and better. 
27 +The requests and responses are the same, but the envelope might be slightly different. So create new proxy classes when switching from .asmx to .svc.Type your information message here.
30 30  {{/info}}
31 31  
32 32  == 1. Retreive all overviews queries from TerraIndex ==
... ... @@ -36,11 +36,16 @@
36 36  
37 37  To start connecting this webservice, you should use this URL:
38 38  
39 -[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asm>>https://web.terraindex.com/DataWS/ITWViewServiceASMX_V1_0.asmx?wsdl]]x
37 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx]]
40 40  
39 +(% class="box infomessage" %)
40 +(((
41 +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.
42 +)))
43 +
41 41  Get the WSDL from:
42 42  
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 +[[https:~~/~~/web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl>>https://web.terraindex.com/DataWSExternals/ITWViewServiceASMX_V1_0.asmx?wsdl]]
44 44  
45 45  [[image:1637574900554-168.png]]
46 46  
... ... @@ -82,7 +82,7 @@
82 82  * (% class="mark" %)Licensenumber(%%); as your companies license number
83 83  * (% class="mark" %)ApplicationCode(%%); as provided by TerraIndex to you, if not provided, request one at: [[service@terraindex.com>>path:mailto:service@terraindex.com]]
84 84  * (% class="mark" %)UseZipStreamto (%%)'true', to get GZip data stream. This will be much faster over the internet.
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 +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.
86 86  * (% class="mark" %)DataType(%%); set the correct data type you would like to receive, this is 'JSON' or 'XML'.
87 87  
88 88  You will receive a response like this:
... ... @@ -624,7 +624,7 @@
624 624  
625 625  (% class="box infomessage" %)
626 626  (((
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 +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]]
628 628  )))
629 629  
630 630  
... ... @@ -701,7 +701,7 @@
701 701  
702 702  (% class="box infomessage" %)
703 703  (((
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 +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]]
705 705  )))
706 706  
707 707  
TerraIndex
asd