Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Decentrale Testvoorziening iStandaarden Decentrale Testvoorziening iStandaarden
  • Project information
    • Project information
    • Activity
    • Planning hierarchy
    • Members
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • Modules
  • Decentrale Testvoorziening iStandaardenDecentrale Testvoorziening iStandaarden
  • Wiki
  • Handleiding
  • Bijlages
  • Bijlage I – SOAP responses

Last edited by Matthijs Drenth Sep 08, 2021
Page history

Bijlage I – SOAP responses

Bijlage I – SOAP-responses

SOAP-response

Een voorbeeld van een StartScenarioResponse:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
   <SOAP-ENV:Header/>
   <SOAP-ENV:Body>
      <ns4:StartScenarioResponse xmlns:ns4="http://www.istandaarden.nl/test/2_0">
         <ns4:Scenario>
            <ns4:SessionId><SessionId></ns4:SessionId>
            <ns4:ScenarioId><ScenarioId></ns4:ScenarioId>
         </ns4:Scenario>
      </ns4:StartScenarioResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

SOAP-response

Een voorbeeld OfferFileResponse:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Header/>
  <SOAP-ENV:Body>
    <ns4:OfferFileResponse xmlns:ns4="http://www.istandaarden.nl/test/2_0">
			<ns4:Scenario>
        <ns4:SessionId><sessionId></ns4:SessionId>
        <ns4:ScenarioId><ScenarioId></ns4:ScenarioId>
      </ns4:Scenario>
    </ns4:OfferFileResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

 

SOAP-response

Een voorbeeld van RequestFileResponse:

<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP-ENV:Header/>
  <SOAP-ENV:Body>
    <ns4:RequestFileResponse xmlns:ns4="http://www.istandaarden.nl/test/2_0">
      <ns4:Scenario>
        <ns4:SessionId><sessionId></ns4:SessionId>
        <ns4:ScenarioId><ScenarioId></ns4:ScenarioId>
      </ns4:Scenario>
      <ns4:Messages>
        <ns4:Message ns4:messageId="jw302">
          <ns14:Bericht xmlns:ns14="http://www.istandaarden.nl/ijw/2_3/jw302/schema">
            <...>
          </ns14:Bericht>
        </ns4:Message>
        <ns4:Message ns4:messageId="jw305">
            <...>
        </ns4:Message>
        <ns4:Message ns4:messageId="jw315generatedInStart">
            <...>
        </ns4:Message>
      </ns4:Messages>
    </ns4:RequestFileResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Clone repository
  • Handleiding
    • 01 Handleiding Testvoorziening iStandaarden
    • 02 Casusbeschrijvingen
      • iJw
        • iJw 3.0
        • iJw 3.1
      • iWlz
        • iWlz 2.2
        • iWlz 2.3
      • iWmo
        • iWmo 3.0
        • iWmo 3.1
    • Bijlages
      • Bijlage I – SOAP responses
      • Bijlage II – FoutCodes
      • Bijlage III – Installatie Testvoorziening iStandaarden
  • Release Notes
  • Home