n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Add the club field to the Post in uGetScores #603

Closed ny4i closed 1 year ago

ny4i commented 2 years ago

There is an XML field for club in the XML spec for posting the online score. This is not included in the message that PostScoresNew generates. This should use the Club field in the configuration.

<xs:complexType>
              <xs:all maxOccurs='1'>
                <xs:element name='soft' type='xs:string' />
                <xs:element name='version' type='xs:string' />
        <xs:element name='contest' type='xs:string' />
                <xs:element name='call' type='xs:string' />
                <xs:element name='club' type='xs:string' />
                <xs:element name='class'>
ny4i commented 1 year ago

According to the specification here (http://www.scoredistributor.net/devinfo.php), there is no club field. The user registers their club in their login profile. This makes this issue moot.