// Constructing the arguments array for the method invocation
Object[] opAddEntryArgs = new Object[] { entry };
// Invoking the method
serviceClient.invokeRobust(opAddEntry, opAddEntryArgs);
////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////