BZP_PublicWebService


Kliknij tutaj, aby uzyskać pełną listę operacji.

ileOgloszenK3

Liczba ogłoszeń Koncesja - Ogłoszenie o zmianie ogłoszenia

Test

Aby przetestować operację przy użyciu protokołu HTTP POST, kliknij przycisk Wywołaj.

SOAP 1.1

Poniżej zamieszczono przykładowe żądanie i odpowiedź SOAP 1.1. Zamiast symboli zastępczych należy podać rzeczywiste wartości.

POST /BZP_PublicWebService.asmx HTTP/1.1
Host: websrv.bzp.uzp.gov.pl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/ileOgloszenK3"

<?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>
    <ileOgloszenK3 xmlns="http://tempuri.org/" />
  </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>
    <ileOgloszenK3Response xmlns="http://tempuri.org/">
      <ileOgloszenK3Result>int</ileOgloszenK3Result>
    </ileOgloszenK3Response>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Poniżej zamieszczono przykładowe żądanie i odpowiedź SOAP 1.2. Zamiast symboli zastępczych należy podać rzeczywiste wartości.

POST /BZP_PublicWebService.asmx HTTP/1.1
Host: websrv.bzp.uzp.gov.pl
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>
    <ileOgloszenK3 xmlns="http://tempuri.org/" />
  </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>
    <ileOgloszenK3Response xmlns="http://tempuri.org/">
      <ileOgloszenK3Result>int</ileOgloszenK3Result>
    </ileOgloszenK3Response>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

Poniżej zamieszczono przykładowe żądanie i odpowiedź HTTP GET. Zamiast symboli zastępczych należy podać rzeczywiste wartości.

GET /BZP_PublicWebService.asmx/ileOgloszenK3? HTTP/1.1
Host: websrv.bzp.uzp.gov.pl
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<int xmlns="http://tempuri.org/">int</int>

HTTP POST

Poniżej zamieszczono przykładowe żądanie i odpowiedź HTTP POST. Zamiast symboli zastępczych należy podać rzeczywiste wartości.

POST /BZP_PublicWebService.asmx/ileOgloszenK3 HTTP/1.1
Host: websrv.bzp.uzp.gov.pl
Content-Type: application/x-www-form-urlencoded
Content-Length: length

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<int xmlns="http://tempuri.org/">int</int>