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?
