<
From version < 1.4 >
edited by Roelof Zwaan
on 2021/11/22 10:45
To version < 5.1 >
edited by Robin Huisman
on 2022/04/01 15:12
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Implementatie dcoumentatie.WebHome
1 +Implementation documentation.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RoelofZwaan
1 +XWiki.RobinHuisman
Content
... ... @@ -36,7 +36,7 @@
36 36   "Language": "en"
37 37   },
38 38   "LanguageCode": "en",
39 - "WebserviceVersion": 1,
39 + "WebserviceVersion": "1.0",
40 40   "SearchFilter": "",
41 41   "ArchiveID": 0,
42 42   "PageSize": 30,
... ... @@ -238,7 +238,7 @@
238 238  == 2. Retreive the project export from TerraIndex ==
239 239  
240 240  To request the export from TerraIndex we have a SOAP webservice. This webservice is called the ExportService, and it will provide a full project in TerraIndex Format.
241 -The format of the projectfile is documentated here: [[Documentation TerraIndex Export format - dsFieldProject.xsd>>Implementatie dcoumentatie.Documentation TerraIndex Export format - dsFieldProject\.xsd.WebHome]]
241 +The format of the projectfile is documentated here: [[Documentation TerraIndex Export format - dsFieldProject.xsd>>Implementation documentation.Documentation TerraIndex Export format - dsFieldProject\.xsd.WebHome]]
242 242  
243 243  To start connecting this webservice, you should use this URL of the Import Export Webservice:
244 244  [[https:~~/~~/web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx>>url:https://web.terraindex.com/DataWS/ITWImportExportServiceASMX_V1_0.asmx]]
... ... @@ -260,8 +260,10 @@
260 260  7; Fill the parameter with **projectID**. Instead of ‘ProjectID' it’s also possible to fill the parameter ‘ProjectCode'.
261 261  8; Send the request and wait for the reponse. In response field ‘ResultCode’ should be 'SUCCES’ when it all went OK. If not it will tell what went wrong.
262 262  9; The response field 'Filecontent’is filled if it went OK, and it contains XML you can serialize.
263 -\\*Username and password are known by each TI user and the application manager of your company can create new usernames.
263 +10; an extra parameter is added calles: **UseZipStream**. The result data is default Base64 encoded, if you add UseZipStream = true, the result string is GZIPSTREAMED Base64 encoded. **At the end of this page, we have added an class as code, to parse the base64 or ZIPStream Base64 to a normal string.**
264 +*Username and password are known by each TI user and the application manager of your company can create new usernames.
264 264  
266 +
265 265  **EXAMPLE CODE**
266 266  
267 267  ExportType:
... ... @@ -307,7 +307,7 @@
307 307  <soapenv:Envelope
308 308   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
309 309   xmlns:itw="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
310 - <soapenv:Header/>
312 + <soapenv:Header></soapenv:Header>
311 311   <soapenv:Body>
312 312   <itw:Export>
313 313   <itw:request>
TerraIndex
asd