WSOperationEntities


Для получения полного списка операций щелкните здесь.

WriteAreaBorder

Тест

Форма для тестирования доступна только для запросов от локальных компьютеров.

SOAP 1.1

В следующем примере показаны запрос и ответ SOAP 1.1. Вместо элементов-заполнителей следует подставить фактические значения.

POST /WSOperationEntities/WSOperationEntities.asmx HTTP/1.1
Host: 185.68.101.151
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:#WriteAreaBorder"

<?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>
    <WriteAreaBorderQuery xmlns="urn:Navigator:Kondor:Interface:Web:Operation:Entities:1.0">
      <AreaCode>string</AreaCode>
      <AreaBorder SysCoord="WGS84 or GAUSS or SK95 or PZ90 or MERCATOR or GAUSS.0 or GAUSS.1 or GAUSS.2 or GAUSS.3 or GAUSS.4 or GAUSS.5 or GAUSS.6 or GAUSS.7 or GAUSS.8 or GAUSS.9 or GAUSS.10 or GAUSS.11 or GAUSS.12 or GAUSS.13 or GAUSS.14 or GAUSS.15 or GAUSS.16 or GAUSS.17 or GAUSS.18 or GAUSS.19 or GAUSS.20 or GAUSS.21 or GAUSS.22 or GAUSS.23 or GAUSS.24 or GAUSS.25 or GAUSS.26 or GAUSS.27 or GAUSS.28 or GAUSS.29">
        <Point OrderNo="int" X="decimal" Y="decimal" xmlns="urn:Navigator:Common:ApplicationTypes:1.0" />
        <Point OrderNo="int" X="decimal" Y="decimal" xmlns="urn:Navigator:Common:ApplicationTypes:1.0" />
      </AreaBorder>
    </WriteAreaBorderQuery>
  </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>
    <WriteAreaBorderResult xmlns="urn:Navigator:Kondor:Interface:Web:Operation:Entities:1.0" />
  </soap:Body>
</soap:Envelope>

SOAP 1.2

В следующем примере показаны запрос и ответ SOAP 1,2. Вместо элементов-заполнителей следует подставить фактические значения.

POST /WSOperationEntities/WSOperationEntities.asmx HTTP/1.1
Host: 185.68.101.151
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>
    <WriteAreaBorderQuery xmlns="urn:Navigator:Kondor:Interface:Web:Operation:Entities:1.0">
      <AreaCode>string</AreaCode>
      <AreaBorder SysCoord="WGS84 or GAUSS or SK95 or PZ90 or MERCATOR or GAUSS.0 or GAUSS.1 or GAUSS.2 or GAUSS.3 or GAUSS.4 or GAUSS.5 or GAUSS.6 or GAUSS.7 or GAUSS.8 or GAUSS.9 or GAUSS.10 or GAUSS.11 or GAUSS.12 or GAUSS.13 or GAUSS.14 or GAUSS.15 or GAUSS.16 or GAUSS.17 or GAUSS.18 or GAUSS.19 or GAUSS.20 or GAUSS.21 or GAUSS.22 or GAUSS.23 or GAUSS.24 or GAUSS.25 or GAUSS.26 or GAUSS.27 or GAUSS.28 or GAUSS.29">
        <Point OrderNo="int" X="decimal" Y="decimal" xmlns="urn:Navigator:Common:ApplicationTypes:1.0" />
        <Point OrderNo="int" X="decimal" Y="decimal" xmlns="urn:Navigator:Common:ApplicationTypes:1.0" />
      </AreaBorder>
    </WriteAreaBorderQuery>
  </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>
    <WriteAreaBorderResult xmlns="urn:Navigator:Kondor:Interface:Web:Operation:Entities:1.0" />
  </soap12:Body>
</soap12:Envelope>