Visual Studio 2015 Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • d0001g2
    Junior Member
    • Sep 2016
    • 5

    #1

    Visual Studio 2015 Help

    Hi All...

    In a new application created (VB or C#), I try to add a new reference to the WSDL and message appears sequinte

    There was an error downloading 'https://api.betfair.com/global/v3/BFGlobalService.wsdl/$metadata'.
    The request failed with HTTP status 410: Gone.
    Metadata contains a reference that cannot be resolved: 'https://api.betfair.com/global/v3/BFGlobalService.wsdl'.
    The remote server returned an unexpected response: (410) Gone.
    The remote server returned an error: (410) Gone.
    If the service is defined in the current solution, try building the solution and adding the service reference again.

    please some help....

    Charles
  • betdynamics
    Junior Member
    • Sep 2010
    • 534

    #2
    Charles

    You are attempting to load the WSDL for the old API. That API was retired in 2014.

    You need to use the new API-NG.

    Documentation is available at http://docs.developer.betfair.com/do...lu3yomq5qye0ni

    Sample code is available at http://docs.developer.betfair.com/do...ni/Sample+Code

    Comment

    • StefanBelo.
      Junior Member
      • Jan 2009
      • 105

      #3
      Here you have got new api in c#, and simple bot app as well:

      https://github.com/StefanBelo/BetfairBotSDK

      https://github.com/StefanBelo/Betfai...ster/JayBeeBot
      betfair bot platform, bfexplorer bot sdk

      Comment

      Working...
      X