Gene If someone has a WING, they might be able to give you a specific answer.
I have an X32 and have spent some time delving into the weirdness of Behringer mixer MIDI and OSC over Sysex so am sort of familiar with what might work...
I found this document to be a little clearer - https://cdn.mediavalet.com/aunsw/musictribe/ZUwX-Z1Sn0mIn3n2KAt4fQ/68jQRA4CpEW9-Lx22AA6vg/Original/WING%20Remote%20Protocols%20FW%203.0.6.pdf
Go to p182
CH7 CC0 (bank MSB), CH7 PC 1..128 → Scene number 1..128, number 129..256 on bank MSB 1, etc.
A lot of this depends on how many Scenes are in your Show. Assuming less than 256, then what you might try testing first is something like..
To load scene 1
[midi: CC0.0@7,PC1@7]
To load scene 129
[midi: CC0.1@7,PC1@7]
The Bank MSB part is the value after the CC0 (bank change). I'm assuming it is a value of 0 for Scenes 1-128 and a value of 1 for scenes 129-256.
I've always found you have to keep trying variations, and documenting what you see change on your mixer (if anything), until you find the correct combination.
The last column in the reference table (B60000..B60008, C600..C67F) seems to indicate some form of conversion from something to get to that value, but it's not coming to me first thing this morning. Maybe someone else can answer that or you'll find a reference somewhere.
Worst case, post your question in the Unofficial Behringer forums (https://behringer.world/viewforum.php?f=5), being very specific on the questions (e.g. what would be the specific MIDI command (no OSC/Sysex) to load Scene 2, and/or where do these values "B60000..B60008, C600..C67F" come from? are they visible in the WING UI? Are they a value converted from something else? Is there a table I'm missing that has the conversions?)