RE: [regrep] regrep 1/24/2007: Question on RS Section 3.1 Errata(PublicComment)

From
Stojanovic, Nikola <>
Date
2007-02-06T20:51:00+00:00
ID
Thread
RE: [regrep] regrep 1/24/2007: Question on RS Section 3.1 Errata(PublicComment)
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