De Koppelservice geeft altijd een respons, dit kan zijn:
- Compleet: het bestand en bijbehorende metadata zijn succesvol opgeslagen.
- Incompleet: wanneer er een fout is opgetreden volgt de status incompleet. In dit bericht wordt altijd aangegeven wat de reden van de fout is.
Voorbeeldbericht: respons indien succesvol
<doeFunctieResponse xmlns="urn:sivi:standards:skp:ws">
<doeFunctieAntwoord xmlns="urn:sivi:standards:skp:schemas">
<procesInfo>
<procesStatus>compleet</procesStatus>
<functie>
<productId>0</productId>
<contextId>200</contextId>
<functieId>2060</functieId>
</functie>
</procesInfo>
<inhoud/>
</doeFunctieAntwoord>
</doeFunctieResponse>
Voorbeeldbericht: respons indien niet succesvol
<doeFunctieResponse xmlns="urn:sivi:standards:skp:ws">
<doeFunctieAntwoord xmlns="urn:sivi:standards:skp:schemas">
<procesInfo>
<procesStatus>incompleet</procesStatus>
<functie>
<productId>0</productId>
<contextId>200</contextId>
<functieId>2060</functieId>
</functie>
</procesInfo>
<inhoud>
<meldingen>
<item>
<soort>Error</soort>
<meldingCode>12345</meldingCode>
<tekst>De geadresseerde is onbekend</tekst>
<toelichting>Het postbusnummer bestaat niet</toelichting>
</item>
</meldingen>
</inhoud>
</doeFunctieAntwoord>
</doeFunctieResponse>
Geef uw reactie op dit onderwerp.