You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by Alex O'Ree <sp...@gmail.com> on 2013/06/12 01:48:14 UTC

org.apache.juddi.api_v3.ClerkDetail

According to the WSDL, the JUDDI API ws, there is a method called
save_Clerk, that takes in an input of "save_clerkInfo" and spits out a
clerk array.

However in the Java code base, it looks like it was renamed at some
point to "ClerkDetail" instead of clerk[]  and "SaveClerk" instead of
"save_clerkInfo".

I'm pretty sure this is a bug, any comments?