assertEquals("INCOMPATIBLE_HTTPCLIENTPOLICY_ASSERTIONS", ex.getCode());
}
// greetMeOneWay - no message or operation policies
greeter.greetMeOneWay("CXF");
// greetMe - operation policy specifies receive timeout and should cause every
// other invocation to fail
assertEquals("CXF", greeter.greetMe("cxf"));