Because nobody reacts on my issue, I show you the strange request, that Soapui makes of this generated XML-code.
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:hcc="http://Hcc" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Header/>
<soapenv:Body>
<hcc:SetWerkNemer soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<Input xsi:type="hcc:Werknemer" xs:type="type:Werknemer" xmlns:xs="http://www.w3.org/2000/XMLSchema-instance">
<Leeftijd xsi:type="xsd:int" xn:type="http://Hcc" xmlns:xn="http://www.w3.org/2000/xmlns/">?<Kode xn:type="http://www.w3.org/2001/XMLSchema"/><Naam xs:type="type:string"/></Leeftijd>
<Naam xsi:type="xsd:string" xs:type="type:Afdeling">?<Kode xn:type="http://www.w3.org/2001/XMLSchema" xmlns:xn="http://www.w3.org/2000/xmlns/"/><Naam xs:type="type:string"/></Naam>
<Afdelingen xsi:type="hcc:Array_Of_Afdeling" soapenc:arrayType="hcc:Afdeling[]" xs:type="type:Afdeling"><Kode xs:type="type:string"/><Naam xs:type="type:string"/></Afdelingen>
</Input>
</hcc:SetWerkNemer>
</soapenv:Body>
</soapenv:Envelope>
I hope this will ring a bell to somebody.
Regards, Jan