ITWImportExportServiceASMX_V1_0


Click here for a complete list of operations.

Import

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx HTTP/1.1
Host: web.terraindex.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://wsterraindex.terraindex.com/ITWorks.TerraIndex/Import"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <Import xmlns="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
      <request>
        <AuthorisationRequest>
          <Username>string</Username>
          <Password>string</Password>
          <Licensenumber>string</Licensenumber>
          <ApplicationCode>int</ApplicationCode>
          <FeatureWord>unsignedInt</FeatureWord>
        </AuthorisationRequest>
        <WebserviceVersion>string</WebserviceVersion>
        <LanguageCode>string</LanguageCode>
        <DatasetContent>string</DatasetContent>
        <BusinessRules>
          <BusinessRule>
            <BusinessRuleCode>int</BusinessRuleCode>
            <BusinessRuleState>boolean</BusinessRuleState>
          </BusinessRule>
          <BusinessRule>
            <BusinessRuleCode>int</BusinessRuleCode>
            <BusinessRuleState>boolean</BusinessRuleState>
          </BusinessRule>
        </BusinessRules>
        <ImportClassification>Project_Import or Lab_Import or Field_Import</ImportClassification>
        <LogFormat>HTML or XML</LogFormat>
        <UseZipStream>boolean</UseZipStream>
        <SerialNumber>string</SerialNumber>
      </request>
    </Import>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ImportResponse xmlns="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
      <ImportResult>
        <ResultCode>Import_AuthorisationError or Import_SerialNumberError or Import_VersionError or Import_Succes or Import_Succes_With_Messages or Import_Invalid_Dataset or Import_Validation_Error or Import_Error or Import_Invalid_Database_Settings or Import_UNKNOWN_ERROR or Import_DawacoExchange_Error</ResultCode>
        <ResultMessage>string</ResultMessage>
        <ImportLog>string</ImportLog>
      </ImportResult>
    </ImportResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /DataWSExternals/ITWImportExportServiceASMX_V1_0.asmx HTTP/1.1
Host: web.terraindex.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <Import xmlns="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
      <request>
        <AuthorisationRequest>
          <Username>string</Username>
          <Password>string</Password>
          <Licensenumber>string</Licensenumber>
          <ApplicationCode>int</ApplicationCode>
          <FeatureWord>unsignedInt</FeatureWord>
        </AuthorisationRequest>
        <WebserviceVersion>string</WebserviceVersion>
        <LanguageCode>string</LanguageCode>
        <DatasetContent>string</DatasetContent>
        <BusinessRules>
          <BusinessRule>
            <BusinessRuleCode>int</BusinessRuleCode>
            <BusinessRuleState>boolean</BusinessRuleState>
          </BusinessRule>
          <BusinessRule>
            <BusinessRuleCode>int</BusinessRuleCode>
            <BusinessRuleState>boolean</BusinessRuleState>
          </BusinessRule>
        </BusinessRules>
        <ImportClassification>Project_Import or Lab_Import or Field_Import</ImportClassification>
        <LogFormat>HTML or XML</LogFormat>
        <UseZipStream>boolean</UseZipStream>
        <SerialNumber>string</SerialNumber>
      </request>
    </Import>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ImportResponse xmlns="https://wsterraindex.terraindex.com/ITWorks.TerraIndex/">
      <ImportResult>
        <ResultCode>Import_AuthorisationError or Import_SerialNumberError or Import_VersionError or Import_Succes or Import_Succes_With_Messages or Import_Invalid_Dataset or Import_Validation_Error or Import_Error or Import_Invalid_Database_Settings or Import_UNKNOWN_ERROR or Import_DawacoExchange_Error</ResultCode>
        <ResultMessage>string</ResultMessage>
        <ImportLog>string</ImportLog>
      </ImportResult>
    </ImportResponse>
  </soap12:Body>
</soap12:Envelope>