SID:SampleRetrieveBatch

Uit Kennisnet Developers Documentatie
Versie door Fleischeuers01 (overleg | bijdragen) op 1 jun 2017 om 13:02 (Nieuwe pagina aangemaakt met '==Request== This request retrieves the results of [SID:SampleSubmitECKIDBatch|ECK ID Batch request] <syntaxhighlight lang="xml"> POST https://service-t.id.school/e...')
(wijz) ← Oudere versie | Huidige versie (wijz) | Nieuwere versie → (wijz)
Naar navigatie springen Naar zoeken springen
De printervriendelijke versie wordt niet langer ondersteund en kan weergavefouten bevatten. Werk uw browserbladwijzers bij en gebruik de gewone afdrukfunctie van de browser.

Nummervoorziening-symbol.png Nummervoorziening: SampleRetrieveBatch

Request

This request retrieves the results of [SID:SampleSubmitECKIDBatch|ECK ID Batch request]

POST https://service-t.id.school/eck/ws/201703/ HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://id.school/eck/schemas/v1_0/retrieveBatch"
Content-Length: 748
Host: service-t.id.school
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)

<soapenv:Envelope 
  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns:v1="http://id.school/eck/schemas/v1_0">
   <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
     <wsa:Action>
       http://id.school/eck/schemas/v1_0/retrieveBatch
     </wsa:Action>
     <wsa:From>
       <wsa:Address>
         http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567
       </wsa:Address>
     </wsa:From>
     <wsa:MessageID>uuid:b69c9bac-3d1c-44f9-b57e-c9c3595f5c4e</wsa:MessageID>
     <wsa:To>https://service-t.id.school/eck/ws/201703/</wsa:To>
   </soapenv:Header>
   <soapenv:Body>
      <v1:retrieveBatchRequest>
         <v1:batchIdentifier>2017060112552627cb1432728b4f6489b4dbc5c18a4e09</v1:batchIdentifier>
      </v1:retrieveBatchRequest>
   </soapenv:Body>
</soapenv:Envelope>

Response

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Header>
      <Action xmlns="http://www.w3.org/2005/08/addressing">http://id.school/eck/schemas/v1_0/SchoolID/retrieveBatchResponse</Action>
      <MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:a281bd18-c241-426b-9dfe-3cbc3127b60b</MessageID>
      <To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567</To>
      <RelatesTo xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:a61d7a7d-cd0c-4b41-9b14-fa86a5391e08</RelatesTo>
      <From xmlns="http://www.w3.org/2005/08/addressing">
         <Address>http://www.w3.org/2005/08/addressing/anonymous?oin=00000003272448340000</Address>
      </From>
   </soap:Header>
   <soap:Body>
      <retrieveBatchResponse xmlns="http://id.school/eck/schemas/v1_0">
         <success>
            <index>8</index>
            <value>https://id.school/pilot/d9077719252c8046d0936b07025aed696753dbf3d57ad427bae81daf6cc7bfc930f523570a541472d1ab03fa349551df7ff65e32af57aa95bf36a24ec6065fb6</value>
         </success>
         <failed>
            <index>1</index>
            <errorMessage>Genereren niet succesvol</errorMessage>
         </failed>
         <failed>
            <index>2</index>
            <errorMessage>Genereren niet succesvol</errorMessage>
         </failed>
         <failed>
            <index>4</index>
            <errorMessage>Genereren niet succesvol</errorMessage>
         </failed>
      </retrieveBatchResponse>
   </soap:Body>
</soap:Envelope>