<
From version < 5.1 >
edited by Robin Huisman
on 2022/04/01 15:12
To version < 3.2 >
edited by Roelof Zwaan
on 2021/11/23 11:40
>
Change comment: Update document after refactoring.

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.RobinHuisman
1 +XWiki.RoelofZwaan
Content
... ... @@ -36,7 +36,7 @@
36 36   "Language": "en"
37 37   },
38 38   "LanguageCode": "en",
39 - "WebserviceVersion": "1.0",
39 + "WebserviceVersion": 1,
40 40   "SearchFilter": "",
41 41   "ArchiveID": 0,
42 42   "PageSize": 30,
... ... @@ -260,10 +260,8 @@
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 -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.
263 +\\*Username and password are known by each TI user and the application manager of your company can create new usernames.
265 265  
266 -
267 267  **EXAMPLE CODE**
268 268  
269 269  ExportType:
... ... @@ -309,7 +309,7 @@
309 309  <soapenv:Envelope
310 310   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
311 311   xmlns:itw="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
312 - <soapenv:Header></soapenv:Header>
310 + <soapenv:Header/>
313 313   <soapenv:Body>
314 314   <itw:Export>
315 315   <itw:request>
TerraIndex
asd