// Ensure the expected value is what we've got in the proxy
TestCase.assertEquals("clientBindUrls are not equal", expectedClientBindUrl, clientBindUrl);
// Invoke
String returnValue = bean.invoke();
// Test return value
TestCase.assertEquals("Didn't get expected return value", ExplicitInvokerNameRemoteBusiness.RETURN_VALUE,
returnValue);
}