MessageContent in FilterType may be empty

This commit is contained in:
glebkap
2024-03-28 14:15:17 +03:00
parent ca935c7e96
commit 02115f9be9

View File

@@ -57,7 +57,7 @@ type EndpointReferenceType struct { //wsa http://www.w3.org/2005/08/addressing/w
// FilterType struct
type FilterType struct {
TopicExpression TopicExpressionType `xml:"wsnt:TopicExpression"`
MessageContent QueryExpressionType `xml:"wsnt:MessageContent"`
MessageContent *QueryExpressionType `xml:"wsnt:MessageContent"`
}
//EndpointReference alais