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")
dom.load("d:\in_progress\gary_login.xml") && xml from your email
o = soap.Login(dom.DocumentElement.ChildNodes())
* get the same results you get.
? o.item[0].ownerDocument.xml
I wonder if the encoding="utf-16" has anything to do with it. At work I
have an older version of IE, and it would generate errors when trying to
display the xml data from your email because of the line
encoding="utf-16"
I changed it to utf-8 just to test out your example.
I assume the soapclient is pretty dependent on IE, can your IE display
xml with encoding="utf-16" ?
I would try it out here at the house, but my power supply went out on my
windows box and I'm not sure how to use SOAP on Ubuntu :-)
Casey
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.