CoconService


Click here for a complete list of operations.

BcView

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 /coconservicetest/coconservice.asmx HTTP/1.1
Host: cif.speerit.nl
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://cif.speerit.nl/BcView"

<?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>
    <BcView xmlns="http://cif.speerit.nl/">
      <AreaPop>string</AreaPop>
      <Last_updated>string</Last_updated>
      <Max_updated>string</Max_updated>
    </BcView>
  </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>
    <BcViewResponse xmlns="http://cif.speerit.nl/">
      <BcViewResult>
        <BcResultaat>
          <Foutmelding>string</Foutmelding>
          <POSTCODE>string</POSTCODE>
          <HUISNR>string</HUISNR>
          <TOEVOEGING>string</TOEVOEGING>
          <KAMER>string</KAMER>
          <FTU_TYPE>string</FTU_TYPE>
          <AFWERKSTATUS>string</AFWERKSTATUS>
          <AREAPOP>string</AREAPOP>
          <RIJ>string</RIJ>
          <KAST_IP>string</KAST_IP>
          <ODF_IP>string</ODF_IP>
          <ODFPOSITIE_IP>string</ODFPOSITIE_IP>
          <KAST_CATV>string</KAST_CATV>
          <ODF_CATV>string</ODF_CATV>
          <ODFPOSITIE_CATV>string</ODFPOSITIE_CATV>
          <PROJECTNR>string</PROJECTNR>
          <BOUWBESTANDSTATUS>string</BOUWBESTANDSTATUS>
          <OPLEVERSTATUS_TOEVOEGING>string</OPLEVERSTATUS_TOEVOEGING>
          <APPARATUURPOORT_IP>string</APPARATUURPOORT_IP>
          <APPARATUURPOORT_CATV>string</APPARATUURPOORT_CATV>
          <LAST_UPDATED_IP>string</LAST_UPDATED_IP>
          <LAST_UPDATE_CATV>string</LAST_UPDATE_CATV>
          <REDEN_APP_POORT_IP>string</REDEN_APP_POORT_IP>
          <REDEN_APP_POORT_CATV>string</REDEN_APP_POORT_CATV>
        </BcResultaat>
        <BcResultaat>
          <Foutmelding>string</Foutmelding>
          <POSTCODE>string</POSTCODE>
          <HUISNR>string</HUISNR>
          <TOEVOEGING>string</TOEVOEGING>
          <KAMER>string</KAMER>
          <FTU_TYPE>string</FTU_TYPE>
          <AFWERKSTATUS>string</AFWERKSTATUS>
          <AREAPOP>string</AREAPOP>
          <RIJ>string</RIJ>
          <KAST_IP>string</KAST_IP>
          <ODF_IP>string</ODF_IP>
          <ODFPOSITIE_IP>string</ODFPOSITIE_IP>
          <KAST_CATV>string</KAST_CATV>
          <ODF_CATV>string</ODF_CATV>
          <ODFPOSITIE_CATV>string</ODFPOSITIE_CATV>
          <PROJECTNR>string</PROJECTNR>
          <BOUWBESTANDSTATUS>string</BOUWBESTANDSTATUS>
          <OPLEVERSTATUS_TOEVOEGING>string</OPLEVERSTATUS_TOEVOEGING>
          <APPARATUURPOORT_IP>string</APPARATUURPOORT_IP>
          <APPARATUURPOORT_CATV>string</APPARATUURPOORT_CATV>
          <LAST_UPDATED_IP>string</LAST_UPDATED_IP>
          <LAST_UPDATE_CATV>string</LAST_UPDATE_CATV>
          <REDEN_APP_POORT_IP>string</REDEN_APP_POORT_IP>
          <REDEN_APP_POORT_CATV>string</REDEN_APP_POORT_CATV>
        </BcResultaat>
      </BcViewResult>
    </BcViewResponse>
  </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 /coconservicetest/coconservice.asmx HTTP/1.1
Host: cif.speerit.nl
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>
    <BcView xmlns="http://cif.speerit.nl/">
      <AreaPop>string</AreaPop>
      <Last_updated>string</Last_updated>
      <Max_updated>string</Max_updated>
    </BcView>
  </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>
    <BcViewResponse xmlns="http://cif.speerit.nl/">
      <BcViewResult>
        <BcResultaat>
          <Foutmelding>string</Foutmelding>
          <POSTCODE>string</POSTCODE>
          <HUISNR>string</HUISNR>
          <TOEVOEGING>string</TOEVOEGING>
          <KAMER>string</KAMER>
          <FTU_TYPE>string</FTU_TYPE>
          <AFWERKSTATUS>string</AFWERKSTATUS>
          <AREAPOP>string</AREAPOP>
          <RIJ>string</RIJ>
          <KAST_IP>string</KAST_IP>
          <ODF_IP>string</ODF_IP>
          <ODFPOSITIE_IP>string</ODFPOSITIE_IP>
          <KAST_CATV>string</KAST_CATV>
          <ODF_CATV>string</ODF_CATV>
          <ODFPOSITIE_CATV>string</ODFPOSITIE_CATV>
          <PROJECTNR>string</PROJECTNR>
          <BOUWBESTANDSTATUS>string</BOUWBESTANDSTATUS>
          <OPLEVERSTATUS_TOEVOEGING>string</OPLEVERSTATUS_TOEVOEGING>
          <APPARATUURPOORT_IP>string</APPARATUURPOORT_IP>
          <APPARATUURPOORT_CATV>string</APPARATUURPOORT_CATV>
          <LAST_UPDATED_IP>string</LAST_UPDATED_IP>
          <LAST_UPDATE_CATV>string</LAST_UPDATE_CATV>
          <REDEN_APP_POORT_IP>string</REDEN_APP_POORT_IP>
          <REDEN_APP_POORT_CATV>string</REDEN_APP_POORT_CATV>
        </BcResultaat>
        <BcResultaat>
          <Foutmelding>string</Foutmelding>
          <POSTCODE>string</POSTCODE>
          <HUISNR>string</HUISNR>
          <TOEVOEGING>string</TOEVOEGING>
          <KAMER>string</KAMER>
          <FTU_TYPE>string</FTU_TYPE>
          <AFWERKSTATUS>string</AFWERKSTATUS>
          <AREAPOP>string</AREAPOP>
          <RIJ>string</RIJ>
          <KAST_IP>string</KAST_IP>
          <ODF_IP>string</ODF_IP>
          <ODFPOSITIE_IP>string</ODFPOSITIE_IP>
          <KAST_CATV>string</KAST_CATV>
          <ODF_CATV>string</ODF_CATV>
          <ODFPOSITIE_CATV>string</ODFPOSITIE_CATV>
          <PROJECTNR>string</PROJECTNR>
          <BOUWBESTANDSTATUS>string</BOUWBESTANDSTATUS>
          <OPLEVERSTATUS_TOEVOEGING>string</OPLEVERSTATUS_TOEVOEGING>
          <APPARATUURPOORT_IP>string</APPARATUURPOORT_IP>
          <APPARATUURPOORT_CATV>string</APPARATUURPOORT_CATV>
          <LAST_UPDATED_IP>string</LAST_UPDATED_IP>
          <LAST_UPDATE_CATV>string</LAST_UPDATE_CATV>
          <REDEN_APP_POORT_IP>string</REDEN_APP_POORT_IP>
          <REDEN_APP_POORT_CATV>string</REDEN_APP_POORT_CATV>
        </BcResultaat>
      </BcViewResult>
    </BcViewResponse>
  </soap12:Body>
</soap12:Envelope>