diff --git a/library/server/wsf/src/request/value/wsf_any.e b/library/server/wsf/src/request/value/wsf_any.e index 3064dbfc..5ef0b824 100644 --- a/library/server/wsf/src/request/value/wsf_any.e +++ b/library/server/wsf/src/request/value/wsf_any.e @@ -57,7 +57,8 @@ feature -- Query -- if possible do if attached value as v then - Result := generating_type.name_32 + -- FIXME: in the future, use the new `{TYPE}.name_32` + Result := generating_type.name.to_string_32 else Result := {STRING_32} "Void" end