SID:SampleRetrieveBatchStempseudonym: verschil tussen versies

Uit Kennisnet Developers Documentatie
Naar navigatie springen Naar zoeken springen
(Nieuwe pagina aangemaakt met '==Request== <syntaxhighlight lang="xml"> POST https://service.id.school/eck/ws/201703/ HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: text/xml;charset=UTF-8 S...')
 
(Wijzigingen n.a.v. laatste release)
Regel 1: Regel 1:
 
==Request==
 
==Request==
<syntaxhighlight lang="xml">
+
<syntaxhighlight lang="xml" line>
POST https://service.id.school/eck/ws/201703/ HTTP/1.1
+
POST https://service-s.ketenid.nl/eck/ws/201703 HTTP/1.1
 
Accept-Encoding: gzip,deflate
 
Accept-Encoding: gzip,deflate
 
Content-Type: text/xml;charset=UTF-8
 
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://id.school/eck/schemas/v1_0/submitStampseudonymBatch"
+
SOAPAction: "http://ketenid.nl/eck/schemas/v1_0/submitStampseudonymBatch"
Content-Length: 3327
+
Content-Length: 1511
Host: servic.eid.school
+
Host: service-s.ketenid.nl
 
Connection: Keep-Alive
 
Connection: Keep-Alive
 
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
 
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
   
  +
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://ketenid.nl/eck/schemas/v1_0" xmlns:a="http://www.w3.org/2005/08/addressing">
<soapenv:Envelope
+
<soapenv:Header>
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
 
xmlns:v1="http://id.school/eck/schemas/v1_0">
+
<a:Action soapenv:mustUnderstand="1">http://ketenid.nl/eck/schemas/v1_0/submitStampseudonymBatch</a:Action>
 
<a:MessageID>urn:uuid:a61d7a7d-cd0c-4b41-9b14-fa86a5391e08</a:MessageID>
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
 
 
<a:To soapenv:mustUnderstand="1">https://service-s.ketenid.nl/eck/ws/201703</a:To>
<wsa:Action>http://id.school/eck/schemas/v1_0/submitStampseudonymBatch</wsa:Action>
 
<wsa:From>
+
<a:From a:IsReferenceParameter="true">
 
<a:Address>http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567</a:Address>
<wsa:Address>
 
 
</a:From>
http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567
 
  +
<a:ReplyTo a:IsReferenceParameter="true">
</wsa:Address>
 
 
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</wsa:From>
 
  +
</a:ReplyTo>
<wsa:MessageID>uuid:b5231b6a-7eba-4bd9-9a83-42b393c4963c</wsa:MessageID>
 
 
</soapenv:Header>
<wsa:To>https://service.id.school/eck/ws/201703/</wsa:To>
 
</soapenv:Header>
+
<soapenv:Body>
<soapenv:Body>
 
 
<v1:submitStampseudonymBatchRequest>
 
<v1:submitStampseudonymBatchRequest>
 
<!--1 or more repetitions:-->
 
<!--1 or more repetitions:-->
 
<v1:hpgnList>
 
<v1:hpgnList>
 
<v1:index>1</v1:index>
 
<v1:index>1</v1:index>
<v1:hPgn>afa4c1c6d8df86b3d41848b81becb2630b611bc7eb99ed98473b7628e2d848f83</v1:hPgn>
+
<v1:hPgn>a3c8147df7da94a1c81fc15e54b9470a164dbe8279f86b1c0cec9dbb5586e89b</v1:hPgn>
 
</v1:hpgnList>
 
</v1:hpgnList>
 
<v1:hpgnList>
 
<v1:hpgnList>
 
<v1:index>3</v1:index>
 
<v1:index>3</v1:index>
<v1:hPgn>x789e4a591ccbde784f7b390e6edd6a16f42b77996de5a31c7e27b8358d44720</v1:hPgn>
+
<v1:hPgn>7e0306765957edf5a2a78b1ee5d4efa429be5022be602de7db413cb033733ed1</v1:hPgn>
 
</v1:hpgnList>
 
</v1:hpgnList>
 
<v1:hpgnList>
 
<v1:hpgnList>
 
<v1:index>5</v1:index>
 
<v1:index>5</v1:index>
<v1:hPgn>38c238660fdbfc405f4bed067ab0404e594c49d858419adc2136e5f5afb7edb</v1:hPgn>
+
<v1:hPgn>26a152d269fd741ecf1b9bf88305641b2753529dee028c31880fe5a317db981c</v1:hPgn>
 
</v1:hpgnList>
 
</v1:hpgnList>
</v1:submitStampseudonymBatchRequest>
+
</v1:submitStampseudonymBatchRequest>
</soapenv:Body>
+
</soapenv:Body>
 
</soapenv:Envelope>
 
</soapenv:Envelope>
 
 
</syntaxhighlight>
 
</syntaxhighlight>
   

Versie van 12 feb 2018 12:54

Request

 1POST https://service-s.ketenid.nl/eck/ws/201703 HTTP/1.1
 2Accept-Encoding: gzip,deflate
 3Content-Type: text/xml;charset=UTF-8
 4SOAPAction: "http://ketenid.nl/eck/schemas/v1_0/submitStampseudonymBatch"
 5Content-Length: 1511
 6Host: service-s.ketenid.nl
 7Connection: Keep-Alive
 8User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
 9
10<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v1="http://ketenid.nl/eck/schemas/v1_0" xmlns:a="http://www.w3.org/2005/08/addressing">
11   <soapenv:Header>
12    <a:Action soapenv:mustUnderstand="1">http://ketenid.nl/eck/schemas/v1_0/submitStampseudonymBatch</a:Action>
13    <a:MessageID>urn:uuid:a61d7a7d-cd0c-4b41-9b14-fa86a5391e08</a:MessageID>
14      <a:To soapenv:mustUnderstand="1">https://service-s.ketenid.nl/eck/ws/201703</a:To>
15      <a:From a:IsReferenceParameter="true">
16         <a:Address>http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567</a:Address>
17      </a:From>
18      <a:ReplyTo a:IsReferenceParameter="true">
19         <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
20      </a:ReplyTo>
21   </soapenv:Header>
22   <soapenv:Body>
23      <v1:submitStampseudonymBatchRequest>
24         <!--1 or more repetitions:-->
25         <v1:hpgnList>
26            <v1:index>1</v1:index>
27            <v1:hPgn>a3c8147df7da94a1c81fc15e54b9470a164dbe8279f86b1c0cec9dbb5586e89b</v1:hPgn>
28        </v1:hpgnList>
29        <v1:hpgnList>
30            <v1:index>3</v1:index>
31            <v1:hPgn>7e0306765957edf5a2a78b1ee5d4efa429be5022be602de7db413cb033733ed1</v1:hPgn>
32        </v1:hpgnList>
33        <v1:hpgnList>
34            <v1:index>5</v1:index>
35            <v1:hPgn>26a152d269fd741ecf1b9bf88305641b2753529dee028c31880fe5a317db981c</v1:hPgn>
36        </v1:hpgnList>
37      </v1:submitStampseudonymBatchRequest>
38   </soapenv:Body>
39</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/submitStampseudonymBatchResponse
      </Action>
      <MessageID xmlns="http://www.w3.org/2005/08/addressing">
         urn:uuid:5b128845-0563-4c39-9c88-0b96c842483e
      </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">
         uuid:b5231b6a-7eba-4bd9-9a83-42b393c4963c
      </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>
      <submitBatchResponse xmlns="http://id.school/eck/schemas/v1_0">
         <batchIdentifier>201706010833593f213288901043daa0beb6576d0345f5</batchIdentifier>
      </submitBatchResponse>
   </soap:Body>
</soap:Envelope>