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>
Correctie aangebracht in patch 12 (ERR226), post gesloten.