WSOperationsESU


Click here for a complete list of operations.

GenerujObalkovouAdresu

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 /SSD01/gin/Esu/WS/WSOperationsESU.asmx HTTP/1.1
Host: ginisweb.frydlantno.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GenerujObalkovouAdresu"

<?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>
    <GenerujObalkovouAdresu xmlns="http://tempuri.org/">
      <TypEsu>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </TypEsu>
      <TypOrg>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </TypOrg>
      <ObchodniJmeno>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </ObchodniJmeno>
      <Jmeno>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Jmeno>
      <Prijmeni>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Prijmeni>
      <TitulPred>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </TitulPred>
      <TitulZa>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </TitulZa>
      <Obec>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Obec>
      <CastObce>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CastObce>
      <Ulice>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Ulice>
      <CisloPopisne>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CisloPopisne>
      <CisloOrientacni>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CisloOrientacni>
      <Psc>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Psc>
      <Posta>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Posta>
      <POBox>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </POBox>
      <Stat>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </Stat>
    </GenerujObalkovouAdresu>
  </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>
    <GenerujObalkovouAdresuResponse xmlns="http://tempuri.org/">
      <GenerujObalkovouAdresuResult>
        <Row0>string</Row0>
        <Row1>string</Row1>
        <Row2>string</Row2>
        <Row3>string</Row3>
        <Row4>string</Row4>
        <Row5>string</Row5>
        <Row6>string</Row6>
        <Row7>string</Row7>
      </GenerujObalkovouAdresuResult>
    </GenerujObalkovouAdresuResponse>
  </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 /SSD01/gin/Esu/WS/WSOperationsESU.asmx HTTP/1.1
Host: ginisweb.frydlantno.cz
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>
    <GenerujObalkovouAdresu xmlns="http://tempuri.org/">
      <TypEsu>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </TypEsu>
      <TypOrg>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </TypOrg>
      <ObchodniJmeno>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </ObchodniJmeno>
      <Jmeno>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Jmeno>
      <Prijmeni>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Prijmeni>
      <TitulPred>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </TitulPred>
      <TitulZa>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </TitulZa>
      <Obec>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Obec>
      <CastObce>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CastObce>
      <Ulice>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Ulice>
      <CisloPopisne>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CisloPopisne>
      <CisloOrientacni>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </CisloOrientacni>
      <Psc>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Psc>
      <Posta>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </Posta>
      <POBox>
        <Value>string</Value>
        <DefaultValue>string</DefaultValue>
      </POBox>
      <Stat>
        <Value>short</Value>
        <DefaultValue>short</DefaultValue>
      </Stat>
    </GenerujObalkovouAdresu>
  </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>
    <GenerujObalkovouAdresuResponse xmlns="http://tempuri.org/">
      <GenerujObalkovouAdresuResult>
        <Row0>string</Row0>
        <Row1>string</Row1>
        <Row2>string</Row2>
        <Row3>string</Row3>
        <Row4>string</Row4>
        <Row5>string</Row5>
        <Row6>string</Row6>
        <Row7>string</Row7>
      </GenerujObalkovouAdresuResult>
    </GenerujObalkovouAdresuResponse>
  </soap12:Body>
</soap12:Envelope>