I'm working on getting an RTI app (Connext 6.0.1) workinng with another vendor. I noticed that the type-matching was only using TypeName, but I was expecting them to use the TypeObject. I ran a wireshark capture and am a little confused about what I'm seeing. Connext seems to be encoding the type_object in a prorprietary field (0x8021) instead of the one defined by the XTypes spec (0x0072).
What would be causing this, and what can I do to make sure the TypeObject field has the correct ID?