protected InDataValues getInDataValues() throws WebApplicationException {
    Interaction interaction = findInteraction();

    InDataValues result = new InDataValues();

    marshalInteractionInDataValues(
        interaction.getModel(), interaction.getDefinition(), interaction.getInDataValues(), result);

    return result;
  }