ZKN0310 Namespace asynchrone mutaties (patch11/11)

Dit is een statische kopie van het eerdere discussie.kinggemeenten.nl.
Nieuwe discussies kunnen in de GitHub repository 'StUF standaarden' als issue worden opgevoerd.

2 reacties / 0 nieuw
Arjan Mazee
ZKN0310 Namespace asynchrone mutaties (patch11/11)

In de ZKN0310 Patch10 wsdl zit volgens mij een fout: 

de namespace voor alle wsdl operaties voor asynchrone mutaties (zkn0310_ontvangAsynchroon_mutatie.wsdl) zijn in de BG-namespace gedefinieerd, zou dit niet ZKN moeten zijn?

Patch 09:

<operation name="zakLk01">

<soap:operation soapAction="http://www.egem.nl/StUF/sector/zkn/0310/zakLk01" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

<input>

<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</input>

<output>

<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</output>

<fault name="fout">

<soap:fault name="fout" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</fault>

</operation>

Patch10:

<operation name="zakLk01">

<soap:operation soapAction="http://www.egem.nl/StUF/sector/bg/0310/zakLk01" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

<input>

<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</input>

<output>

<soap:body use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</output>

<fault name="fout">

<soap:fault name="fout" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

</fault>

</operation>

Anoniem

Correctie aangebracht in patch 12 (ERR226), post gesloten.