Created
January 25, 2017 10:10
-
-
Save pvankouteren/df2c9f5b143de1065b34648ba2cc351f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <operation name="TopGoalScorers"> | |
| <documentation> | |
| Returns an array with the top N goal scorers and their current score. Pass 0 as TopN and you get them all. | |
| </documentation> | |
| <input message="tns:TopGoalScorersSoapRequest"/> | |
| <output message="tns:TopGoalScorersSoapResponse"/> | |
| </operation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment