I've discovered one more issue a few hours ago that I think could be a
candidate for errata as it might've been a copy/paste error in the
ebXMLRegistryInterfaces.wsdl file. Here is the current snippet from that
file:
<operation name="updateObjects">
<input message="tns:msgUpdateObjectsRequest"/>
<output message="tns:msgUpdateObjectsRequest"/>
</operation>
and it should look like:
<operation name="updateObjects">
<input message="tns:msgUpdateObjectsRequest"/>
<output message="tns:msgRegistryResponse"/>
</operation>
Regards,
Nikola