View Single Post
Old 15-05-2008, 16:11   #9 (permalink)
arcadia00
Junior Punter
 
Join Date: 28 Oct 2004
Posts: 58
Default Re: Betfair Free API

Good luck. I ended up writing a whole perl module to access the free API using raw xml requests because there was no perl SOAP modules that supported document/literal encoding at the time.

I'd expect this will be more difficult for you in VB in one aspect - grabbing the data out of the more complicated xml replies. Perl has poweful regular expression capabilities to grep out the data, you'll need a similar vb library to do that also I'd imagine.
arcadia00 is offline   Reply With Quote