ServiceTaxPayer


Click here for a complete list of operations.

Get_comp_act_old

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 /taxservice/taxpayerservice.asmx HTTP/1.1
Host: services.rs.ge
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "services.rs.ge/Get_comp_act_old"

<?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_comp_act_old xmlns="services.rs.ge">
      <userName>string</userName>
      <password>string</password>
      <saidCode>string</saidCode>
      <start_date>dateTime</start_date>
      <end_date>dateTime</end_date>
      <session_id>string</session_id>
    </Get_comp_act_old>
  </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_comp_act_oldResponse xmlns="services.rs.ge">
      <Get_comp_act_oldResult>
        <ResponseStatus>boolean</ResponseStatus>
        <Error>
          <ErrorCode>int</ErrorCode>
          <ErrorDescription>string</ErrorDescription>
        </Error>
        <SessionID>string</SessionID>
        <CompActOld>
          <ActOfComparisonOld>
            <DESC>string</DESC>
            <COL_1>decimal</COL_1>
            <COL_2>decimal</COL_2>
            <COL_3>decimal</COL_3>
            <COL_4>decimal</COL_4>
            <COL_5>decimal</COL_5>
            <COL_6>decimal</COL_6>
            <COL_7>decimal</COL_7>
            <COL_8>decimal</COL_8>
            <COL_9>decimal</COL_9>
            <COL_10>decimal</COL_10>
            <COL_11>decimal</COL_11>
          </ActOfComparisonOld>
          <ActOfComparisonOld>
            <DESC>string</DESC>
            <COL_1>decimal</COL_1>
            <COL_2>decimal</COL_2>
            <COL_3>decimal</COL_3>
            <COL_4>decimal</COL_4>
            <COL_5>decimal</COL_5>
            <COL_6>decimal</COL_6>
            <COL_7>decimal</COL_7>
            <COL_8>decimal</COL_8>
            <COL_9>decimal</COL_9>
            <COL_10>decimal</COL_10>
            <COL_11>decimal</COL_11>
          </ActOfComparisonOld>
        </CompActOld>
      </Get_comp_act_oldResult>
    </Get_comp_act_oldResponse>
  </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 /taxservice/taxpayerservice.asmx HTTP/1.1
Host: services.rs.ge
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_comp_act_old xmlns="services.rs.ge">
      <userName>string</userName>
      <password>string</password>
      <saidCode>string</saidCode>
      <start_date>dateTime</start_date>
      <end_date>dateTime</end_date>
      <session_id>string</session_id>
    </Get_comp_act_old>
  </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_comp_act_oldResponse xmlns="services.rs.ge">
      <Get_comp_act_oldResult>
        <ResponseStatus>boolean</ResponseStatus>
        <Error>
          <ErrorCode>int</ErrorCode>
          <ErrorDescription>string</ErrorDescription>
        </Error>
        <SessionID>string</SessionID>
        <CompActOld>
          <ActOfComparisonOld>
            <DESC>string</DESC>
            <COL_1>decimal</COL_1>
            <COL_2>decimal</COL_2>
            <COL_3>decimal</COL_3>
            <COL_4>decimal</COL_4>
            <COL_5>decimal</COL_5>
            <COL_6>decimal</COL_6>
            <COL_7>decimal</COL_7>
            <COL_8>decimal</COL_8>
            <COL_9>decimal</COL_9>
            <COL_10>decimal</COL_10>
            <COL_11>decimal</COL_11>
          </ActOfComparisonOld>
          <ActOfComparisonOld>
            <DESC>string</DESC>
            <COL_1>decimal</COL_1>
            <COL_2>decimal</COL_2>
            <COL_3>decimal</COL_3>
            <COL_4>decimal</COL_4>
            <COL_5>decimal</COL_5>
            <COL_6>decimal</COL_6>
            <COL_7>decimal</COL_7>
            <COL_8>decimal</COL_8>
            <COL_9>decimal</COL_9>
            <COL_10>decimal</COL_10>
            <COL_11>decimal</COL_11>
          </ActOfComparisonOld>
        </CompActOld>
      </Get_comp_act_oldResult>
    </Get_comp_act_oldResponse>
  </soap12:Body>
</soap12:Envelope>