observer,
timeConstraints);
if (!observer.await(timeConstraints)) {
// todo: we should really make this a client exception
throw new CougarServiceException(ServerFaultCode.Timeout, "Operation testSimpleTypeReplacement timed out!");
}
final ExecutionResult er = observer.getExecutionResult();
switch (er.getResultType()) {
case Success: