TreilandWS


Click here for a complete list of operations.

ImportNews_2_Analyze_Factors

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
SES_ID:
LNG_ID:
PARAMETERS:

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 /TreilandSVC.asmx HTTP/1.1
Host: svc.treiland.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://svc.treiland.com/ImportNews_2_Analyze_Factors"

<?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>
    <ImportNews_2_Analyze_Factors xmlns="http://svc.treiland.com/">
      <SES_ID>int</SES_ID>
      <LNG_ID>int</LNG_ID>
      <PARAMETERS>string</PARAMETERS>
    </ImportNews_2_Analyze_Factors>
  </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>
    <ImportNews_2_Analyze_FactorsResponse xmlns="http://svc.treiland.com/">
      <ImportNews_2_Analyze_FactorsResult>
        <LLMInput>
          <INPUT_UID>guid</INPUT_UID>
          <CREATION_DATE>dateTime</CREATION_DATE>
          <INPUT_DATE>dateTime</INPUT_DATE>
          <USER_UID>guid</USER_UID>
          <USER>string</USER>
          <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
          <INPUT_TYPE>string</INPUT_TYPE>
          <INPUT_TITLE>string</INPUT_TITLE>
          <INPUT_URL>string</INPUT_URL>
          <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
          <CAUSE_UID>guid</CAUSE_UID>
          <LOCATION_CODE>string</LOCATION_CODE>
          <LNG_ID>int</LNG_ID>
          <VISIBLE>boolean</VISIBLE>
          <USED>boolean</USED>
          <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
          <INPUT_STATUS>string</INPUT_STATUS>
          <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
          <TIEMPO>int</TIEMPO>
          <PERSONA>int</PERSONA>
          <NUMERO>int</NUMERO>
          <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
          <LOG_DATA>int</LOG_DATA>
          <POSITIVENESS>boolean</POSITIVENESS>
          <AUTHOR>string</AUTHOR>
          <SOURCE_UID>guid</SOURCE_UID>
          <SOURCE>string</SOURCE>
          <TOPICS>int</TOPICS>
          <IA_FILTERS>int</IA_FILTERS>
        </LLMInput>
        <LLMInput>
          <INPUT_UID>guid</INPUT_UID>
          <CREATION_DATE>dateTime</CREATION_DATE>
          <INPUT_DATE>dateTime</INPUT_DATE>
          <USER_UID>guid</USER_UID>
          <USER>string</USER>
          <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
          <INPUT_TYPE>string</INPUT_TYPE>
          <INPUT_TITLE>string</INPUT_TITLE>
          <INPUT_URL>string</INPUT_URL>
          <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
          <CAUSE_UID>guid</CAUSE_UID>
          <LOCATION_CODE>string</LOCATION_CODE>
          <LNG_ID>int</LNG_ID>
          <VISIBLE>boolean</VISIBLE>
          <USED>boolean</USED>
          <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
          <INPUT_STATUS>string</INPUT_STATUS>
          <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
          <TIEMPO>int</TIEMPO>
          <PERSONA>int</PERSONA>
          <NUMERO>int</NUMERO>
          <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
          <LOG_DATA>int</LOG_DATA>
          <POSITIVENESS>boolean</POSITIVENESS>
          <AUTHOR>string</AUTHOR>
          <SOURCE_UID>guid</SOURCE_UID>
          <SOURCE>string</SOURCE>
          <TOPICS>int</TOPICS>
          <IA_FILTERS>int</IA_FILTERS>
        </LLMInput>
      </ImportNews_2_Analyze_FactorsResult>
    </ImportNews_2_Analyze_FactorsResponse>
  </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 /TreilandSVC.asmx HTTP/1.1
Host: svc.treiland.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>
    <ImportNews_2_Analyze_Factors xmlns="http://svc.treiland.com/">
      <SES_ID>int</SES_ID>
      <LNG_ID>int</LNG_ID>
      <PARAMETERS>string</PARAMETERS>
    </ImportNews_2_Analyze_Factors>
  </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>
    <ImportNews_2_Analyze_FactorsResponse xmlns="http://svc.treiland.com/">
      <ImportNews_2_Analyze_FactorsResult>
        <LLMInput>
          <INPUT_UID>guid</INPUT_UID>
          <CREATION_DATE>dateTime</CREATION_DATE>
          <INPUT_DATE>dateTime</INPUT_DATE>
          <USER_UID>guid</USER_UID>
          <USER>string</USER>
          <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
          <INPUT_TYPE>string</INPUT_TYPE>
          <INPUT_TITLE>string</INPUT_TITLE>
          <INPUT_URL>string</INPUT_URL>
          <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
          <CAUSE_UID>guid</CAUSE_UID>
          <LOCATION_CODE>string</LOCATION_CODE>
          <LNG_ID>int</LNG_ID>
          <VISIBLE>boolean</VISIBLE>
          <USED>boolean</USED>
          <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
          <INPUT_STATUS>string</INPUT_STATUS>
          <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
          <TIEMPO>int</TIEMPO>
          <PERSONA>int</PERSONA>
          <NUMERO>int</NUMERO>
          <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
          <LOG_DATA>int</LOG_DATA>
          <POSITIVENESS>boolean</POSITIVENESS>
          <AUTHOR>string</AUTHOR>
          <SOURCE_UID>guid</SOURCE_UID>
          <SOURCE>string</SOURCE>
          <TOPICS>int</TOPICS>
          <IA_FILTERS>int</IA_FILTERS>
        </LLMInput>
        <LLMInput>
          <INPUT_UID>guid</INPUT_UID>
          <CREATION_DATE>dateTime</CREATION_DATE>
          <INPUT_DATE>dateTime</INPUT_DATE>
          <USER_UID>guid</USER_UID>
          <USER>string</USER>
          <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
          <INPUT_TYPE>string</INPUT_TYPE>
          <INPUT_TITLE>string</INPUT_TITLE>
          <INPUT_URL>string</INPUT_URL>
          <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
          <CAUSE_UID>guid</CAUSE_UID>
          <LOCATION_CODE>string</LOCATION_CODE>
          <LNG_ID>int</LNG_ID>
          <VISIBLE>boolean</VISIBLE>
          <USED>boolean</USED>
          <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
          <INPUT_STATUS>string</INPUT_STATUS>
          <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
          <TIEMPO>int</TIEMPO>
          <PERSONA>int</PERSONA>
          <NUMERO>int</NUMERO>
          <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
          <LOG_DATA>int</LOG_DATA>
          <POSITIVENESS>boolean</POSITIVENESS>
          <AUTHOR>string</AUTHOR>
          <SOURCE_UID>guid</SOURCE_UID>
          <SOURCE>string</SOURCE>
          <TOPICS>int</TOPICS>
          <IA_FILTERS>int</IA_FILTERS>
        </LLMInput>
      </ImportNews_2_Analyze_FactorsResult>
    </ImportNews_2_Analyze_FactorsResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /TreilandSVC.asmx/ImportNews_2_Analyze_Factors?SES_ID=string&LNG_ID=string&PARAMETERS=string HTTP/1.1
Host: svc.treiland.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfLLMInput xmlns="http://svc.treiland.com/">
  <LLMInput>
    <INPUT_UID>guid</INPUT_UID>
    <CREATION_DATE>dateTime</CREATION_DATE>
    <INPUT_DATE>dateTime</INPUT_DATE>
    <USER_UID>guid</USER_UID>
    <USER>string</USER>
    <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
    <INPUT_TYPE>string</INPUT_TYPE>
    <INPUT_TITLE>string</INPUT_TITLE>
    <INPUT_URL>string</INPUT_URL>
    <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
    <CAUSE_UID>guid</CAUSE_UID>
    <LOCATION_CODE>string</LOCATION_CODE>
    <LNG_ID>int</LNG_ID>
    <VISIBLE>boolean</VISIBLE>
    <USED>boolean</USED>
    <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
    <INPUT_STATUS>string</INPUT_STATUS>
    <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
    <TIEMPO>int</TIEMPO>
    <PERSONA>int</PERSONA>
    <NUMERO>int</NUMERO>
    <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
    <LOG_DATA>int</LOG_DATA>
    <POSITIVENESS>boolean</POSITIVENESS>
    <AUTHOR>string</AUTHOR>
    <SOURCE_UID>guid</SOURCE_UID>
    <SOURCE>string</SOURCE>
    <TOPICS>int</TOPICS>
    <IA_FILTERS>int</IA_FILTERS>
  </LLMInput>
  <LLMInput>
    <INPUT_UID>guid</INPUT_UID>
    <CREATION_DATE>dateTime</CREATION_DATE>
    <INPUT_DATE>dateTime</INPUT_DATE>
    <USER_UID>guid</USER_UID>
    <USER>string</USER>
    <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
    <INPUT_TYPE>string</INPUT_TYPE>
    <INPUT_TITLE>string</INPUT_TITLE>
    <INPUT_URL>string</INPUT_URL>
    <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
    <CAUSE_UID>guid</CAUSE_UID>
    <LOCATION_CODE>string</LOCATION_CODE>
    <LNG_ID>int</LNG_ID>
    <VISIBLE>boolean</VISIBLE>
    <USED>boolean</USED>
    <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
    <INPUT_STATUS>string</INPUT_STATUS>
    <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
    <TIEMPO>int</TIEMPO>
    <PERSONA>int</PERSONA>
    <NUMERO>int</NUMERO>
    <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
    <LOG_DATA>int</LOG_DATA>
    <POSITIVENESS>boolean</POSITIVENESS>
    <AUTHOR>string</AUTHOR>
    <SOURCE_UID>guid</SOURCE_UID>
    <SOURCE>string</SOURCE>
    <TOPICS>int</TOPICS>
    <IA_FILTERS>int</IA_FILTERS>
  </LLMInput>
</ArrayOfLLMInput>

HTTP POST

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

POST /TreilandSVC.asmx/ImportNews_2_Analyze_Factors HTTP/1.1
Host: svc.treiland.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

SES_ID=string&LNG_ID=string&PARAMETERS=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfLLMInput xmlns="http://svc.treiland.com/">
  <LLMInput>
    <INPUT_UID>guid</INPUT_UID>
    <CREATION_DATE>dateTime</CREATION_DATE>
    <INPUT_DATE>dateTime</INPUT_DATE>
    <USER_UID>guid</USER_UID>
    <USER>string</USER>
    <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
    <INPUT_TYPE>string</INPUT_TYPE>
    <INPUT_TITLE>string</INPUT_TITLE>
    <INPUT_URL>string</INPUT_URL>
    <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
    <CAUSE_UID>guid</CAUSE_UID>
    <LOCATION_CODE>string</LOCATION_CODE>
    <LNG_ID>int</LNG_ID>
    <VISIBLE>boolean</VISIBLE>
    <USED>boolean</USED>
    <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
    <INPUT_STATUS>string</INPUT_STATUS>
    <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
    <TIEMPO>int</TIEMPO>
    <PERSONA>int</PERSONA>
    <NUMERO>int</NUMERO>
    <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
    <LOG_DATA>int</LOG_DATA>
    <POSITIVENESS>boolean</POSITIVENESS>
    <AUTHOR>string</AUTHOR>
    <SOURCE_UID>guid</SOURCE_UID>
    <SOURCE>string</SOURCE>
    <TOPICS>int</TOPICS>
    <IA_FILTERS>int</IA_FILTERS>
  </LLMInput>
  <LLMInput>
    <INPUT_UID>guid</INPUT_UID>
    <CREATION_DATE>dateTime</CREATION_DATE>
    <INPUT_DATE>dateTime</INPUT_DATE>
    <USER_UID>guid</USER_UID>
    <USER>string</USER>
    <INPUT_TYPE_ID>int</INPUT_TYPE_ID>
    <INPUT_TYPE>string</INPUT_TYPE>
    <INPUT_TITLE>string</INPUT_TITLE>
    <INPUT_URL>string</INPUT_URL>
    <INPUT_DESCRIPTION>string</INPUT_DESCRIPTION>
    <CAUSE_UID>guid</CAUSE_UID>
    <LOCATION_CODE>string</LOCATION_CODE>
    <LNG_ID>int</LNG_ID>
    <VISIBLE>boolean</VISIBLE>
    <USED>boolean</USED>
    <INPUT_STATUS_ID>int</INPUT_STATUS_ID>
    <INPUT_STATUS>string</INPUT_STATUS>
    <REVIEW_COMMENTARY>string</REVIEW_COMMENTARY>
    <TIEMPO>int</TIEMPO>
    <PERSONA>int</PERSONA>
    <NUMERO>int</NUMERO>
    <VALIDATION_CATEGORY_ID>int</VALIDATION_CATEGORY_ID>
    <LOG_DATA>int</LOG_DATA>
    <POSITIVENESS>boolean</POSITIVENESS>
    <AUTHOR>string</AUTHOR>
    <SOURCE_UID>guid</SOURCE_UID>
    <SOURCE>string</SOURCE>
    <TOPICS>int</TOPICS>
    <IA_FILTERS>int</IA_FILTERS>
  </LLMInput>
</ArrayOfLLMInput>