Hi Stan,
I am not sure, but I suspect Broker does not allow single colon character. Double colon is allowed as scope resolution. So, event type must have been created as follows:
blx.one.test.canonical.docs::GetStats
Another thing could be that, admin may have created the event type from Designer. In that case, Designer may add its own scope prefix “wm::is” too. So, try following as well:
“wm::is::blx.one.test.canonical.docs::GetStats”
I found following in Broker Admin Guide:
If the document type is created through Designer, the Broker document type name includes the preface “wm::is::” before the folderName ::documentTypeName convention. For example, a document type named employee:employeeInfo on Designer would be named wm::is::employee::employeeInfo on the Broker. Other webMethods components that create document types will use similar naming notations. For more information about publishable document types in Designer, see the Software AG Designer Online Help.
Otherwise, try API awGetEventTypeNames to get the list from server and figure out which one you need… Or, simply ask admin to send you screenshots of the event type from Messaging Admin UI.
I will attach documentation in few minutes.
#webMethods