Re: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-13 Thread kc
Hello Gary, I get the same results you get. Since I don't have a username and password I guess that is to be expected. :) soap = CREATEOBJECT(mssoap.soapclient30) soap.MSSoapInit(https://api.betfair.com/global/v3/BFGlobalService.wsdl;) dom = CREATEOBJECT(MSXML2.DomDocument)

RE: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Dave Crozier
Gary, I vote for the Pub! Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garry Bettle Sent: 12 January 2007 16:56 To: profox@leafe.com Subject: Anyone have any experience with a SOAP API from BetFair.com? Howdy all, I'm trying to use

Re: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Casey McGuire
Garry Bettle wrote: Howdy all, I'm trying to use an API from BetFair.com and I thought the S in SOAP stood for Simple...? The WSDL file is: https://api.betfair.com/global/v3/BFGlobalService.wsdl I even downloaded Rick's wwSOAP and it doesn't work either (NB: I'm by no means dissing

Re: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Garry Bettle
On 1/12/07, Casey McGuire wrote: Garry Bettle wrote: Howdy all, I'm trying to use an API from BetFair.com and I thought the S in SOAP stood for Simple...? The WSDL file is: https://api.betfair.com/global/v3/BFGlobalService.wsdl I even downloaded Rick's wwSOAP and it doesn't

Re: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Ed Leafe
On Jan 12, 2007, at 3:36 PM, Garry Bettle wrote: rant If I ever meet the f**kwit who designed SOAP ... At this rate - 2 days so far - I could have wrote the whole bloody project in PHP! /rant The original proposal (by Dave Winer) was much simpler than the current format. Once

Re: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Ted Roche
On 1/12/07, Ed Leafe [EMAIL PROTECTED] wrote: The original proposal (by Dave Winer) was much simpler than the current format. Once Microsoft embraced it, it became so unwieldy that the only way to work with it was to use Microsoft's tools. Surprise, surprise. Embrace, Enhance,

RE: Anyone have any experience with a SOAP API from BetFair.com?

2007-01-12 Thread Alan Lukachko
It's Friday - just go to the pub -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garry Bettle Sent: Friday, January 12, 2007 11:56 AM To: [EMAIL PROTECTED] Subject: Anyone have any experience with a SOAP API from BetFair.com? Howdy all, I'm trying