ParameterBinding to support use of inferred parameters in reduction
Structure RabInfo extends Body (
String requestId
)
// HTTP response
Response mw_resp (
body = RabInfo (
requestId = "606060"
)
)
client receives mw_resp (
// TODO Not allowed, but could be?
body.requestId = "606060"
) from IUT