diff --git a/ttcn/LibHttp/ttcn/LibHttp_XmlMessageBodyTypes.ttcn b/ttcn/LibHttp/ttcn/LibHttp_XmlMessageBodyTypes.ttcn
index 567df6c553e8b4af3987f0c97830e021c5f0533b..b82bee9aed673737bac8cf268503ada126d86583 100644
--- a/ttcn/LibHttp/ttcn/LibHttp_XmlMessageBodyTypes.ttcn
+++ b/ttcn/LibHttp/ttcn/LibHttp_XmlMessageBodyTypes.ttcn
@@ -8,6 +8,7 @@ module LibHttp_XmlMessageBodyTypes {
     
     type union XmlBodyMsg {
       // TODO Add here your custom variants
+      charstring raw
     } with {
       variant ""
     }