TreilandWS


Click here for a complete list of operations.

Get_LLMInput

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

<?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>
    <Get_LLMInput xmlns="http://svc.Treiland.es/">
      <SES_ID>int</SES_ID>
      <INPUT_UID>guid</INPUT_UID>
      <LNG_ID>int</LNG_ID>
      <PARAMETERS>string</PARAMETERS>
    </Get_LLMInput>
  </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>
    <Get_LLMInputResponse xmlns="http://svc.Treiland.es/">
      <Get_LLMInputResult>
        <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>
        <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>
      </Get_LLMInputResult>
    </Get_LLMInputResponse>
  </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>
    <Get_LLMInput xmlns="http://svc.Treiland.es/">
      <SES_ID>int</SES_ID>
      <INPUT_UID>guid</INPUT_UID>
      <LNG_ID>int</LNG_ID>
      <PARAMETERS>string</PARAMETERS>
    </Get_LLMInput>
  </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>
    <Get_LLMInputResponse xmlns="http://svc.Treiland.es/">
      <Get_LLMInputResult>
        <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>
        <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>
      </Get_LLMInputResult>
    </Get_LLMInputResponse>
  </soap12:Body>
</soap12:Envelope>