SID:SampleRetrieveBatchStempseudonym: verschil tussen versies
Naar navigatie springen
Naar zoeken springen
(Wijzigingen n.a.v. laatste release) |
(Wijzigingen n.a.v. laatste release) |
||
Regel 43: | Regel 43: | ||
==Response== | ==Response== | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml" line> | ||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | ||
<soap:Header> | <soap:Header> | ||
<Action xmlns="http://www.w3.org/2005/08/addressing"> | <Action xmlns="http://www.w3.org/2005/08/addressing">http://ketenid.nl/eck/schemas/v1_0/EckIDPort/submitStampseudonymBatchResponse</Action> | ||
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:5cd10639-779a-4d3e-95a2-684007978c82</MessageID> | |||
<To xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567</To> | |||
<MessageID xmlns="http://www.w3.org/2005/08/addressing"> | <RelatesTo xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:a61d7a7d-cd0c-4b41-9b14-fa86a5391e08</RelatesTo> | ||
<To xmlns="http://www.w3.org/2005/08/addressing"> | |||
<RelatesTo xmlns="http://www.w3.org/2005/08/addressing"> | |||
<From xmlns="http://www.w3.org/2005/08/addressing"> | <From xmlns="http://www.w3.org/2005/08/addressing"> | ||
<Address> | <Address>http://www.w3.org/2005/08/addressing/anonymous?oin=00000003272448340000</Address> | ||
</From> | </From> | ||
</soap:Header> | </soap:Header> | ||
<soap:Body> | <soap:Body> | ||
<submitBatchResponse xmlns="http:// | <submitBatchResponse xmlns="http://ketenid.nl/eck/schemas/v1_0"> | ||
<batchIdentifier> | <batchIdentifier>201802061512053a1b0a696c3e4abca89c906dbecd6716</batchIdentifier> | ||
</submitBatchResponse> | </submitBatchResponse> | ||
</soap:Body> | </soap:Body> |
Huidige versie van 12 feb 2018 om 12:54
Request
POST https://service-s.ketenid.nl/eck/ws/201703 HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://ketenid.nl/eck/schemas/v1_0/submitStampseudonymBatch"
Content-Length: 1511
Host: service-s.ketenid.nl
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://ketenid.nl/eck/schemas/v1_0" xmlns:a="http://www.w3.org/2005/08/addressing">
<soapenv:Header>
<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>
<a:To soapenv:mustUnderstand="1">https://service-s.ketenid.nl/eck/ws/201703</a:To>
<a:From a:IsReferenceParameter="true">
<a:Address>http://www.w3.org/2005/08/addressing/anonymous?oin=0000000700019HY34567</a:Address>
</a:From>
<a:ReplyTo a:IsReferenceParameter="true">
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
</soapenv:Header>
<soapenv:Body>
<v1:submitStampseudonymBatchRequest>
<!--1 or more repetitions:-->
<v1:hpgnList>
<v1:index>1</v1:index>
<v1:hPgn>a3c8147df7da94a1c81fc15e54b9470a164dbe8279f86b1c0cec9dbb5586e89b</v1:hPgn>
</v1:hpgnList>
<v1:hpgnList>
<v1:index>3</v1:index>
<v1:hPgn>7e0306765957edf5a2a78b1ee5d4efa429be5022be602de7db413cb033733ed1</v1:hPgn>
</v1:hpgnList>
<v1:hpgnList>
<v1:index>5</v1:index>
<v1:hPgn>26a152d269fd741ecf1b9bf88305641b2753529dee028c31880fe5a317db981c</v1:hPgn>
</v1:hpgnList>
</v1:submitStampseudonymBatchRequest>
</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://ketenid.nl/eck/schemas/v1_0/EckIDPort/submitStampseudonymBatchResponse</Action>
<MessageID xmlns="http://www.w3.org/2005/08/addressing">urn:uuid:5cd10639-779a-4d3e-95a2-684007978c82</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>
<submitBatchResponse xmlns="http://ketenid.nl/eck/schemas/v1_0">
<batchIdentifier>201802061512053a1b0a696c3e4abca89c906dbecd6716</batchIdentifier>
</submitBatchResponse>
</soap:Body>
</soap:Envelope>