}
String requestedOmgState
= StateMapper.asap2omgState(requestedAsapState);
proc.changeState(requestedOmgState);
String newOmgState = proc.state();
newAsapState = StateMapper.omg2asapState(newOmgState);
} catch (InvalidStateException e) {
FaultUtils.setFault(respMsg,