diff --git a/lasso/xml/soap-1.1/soap_header.c b/lasso/xml/soap-1.1/soap_header.c index 5d0d3745..d2178eb3 100644 --- a/lasso/xml/soap-1.1/soap_header.c +++ b/lasso/xml/soap-1.1/soap_header.c @@ -35,7 +35,7 @@ /*****************************************************************************/ static struct XmlSnippet schema_snippets[] = { - { "", SNIPPET_LIST_NODES, G_STRUCT_OFFSET(LassoSoapHeader, Other), NULL, NULL, NULL}, + { "any", SNIPPET_LIST_NODES | SNIPPET_ANY, G_STRUCT_OFFSET(LassoSoapHeader, Other), NULL, NULL, NULL}, {NULL, 0, 0, NULL, NULL, NULL} };