<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Project Euler Problem 5</title>
	<link>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/</link>
	<description>Incoherent and disjointed opinionated drivel from somewhere near London</description>
	<pubDate>Sat, 22 Nov 2008 16:41:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Loocie</title>
		<link>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2597</link>
		<dc:creator>Loocie</dc:creator>
		<pubDate>Wed, 02 Jul 2008 05:58:48 +0000</pubDate>
		<guid>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2597</guid>
		<description>Hi russ,

thanks for your reply. Here is my login code:

BFGlobalService bfGlobal = new BFGlobalService();
LoginReq request = new LoginReq();
LoginResp resp;

request.username = username;
request.password = password;
request.productId = 82;
request.vendorSoftwareId = 0;
request.locationId = 0;
request.ipAddress = "0";

resp = bfGlobal.login(request);

The object 'resp' has an attribute called 'header' and this is null. This header object should contain a sessionToken. When using this code I can see 'Logon successfull' at betfair.com (under Account -&#62; Security).
Maybe you have an idea.
This code works when using in a dektop application, but not in Windows Mobile 6.

All the best, Loocie</description>
		<content:encoded><![CDATA[<p>Hi russ,</p>
<p>thanks for your reply. Here is my login code:</p>
<p>BFGlobalService bfGlobal = new BFGlobalService();<br />
LoginReq request = new LoginReq();<br />
LoginResp resp;</p>
<p>request.username = username;<br />
request.password = password;<br />
request.productId = 82;<br />
request.vendorSoftwareId = 0;<br />
request.locationId = 0;<br />
request.ipAddress = &#8220;0&#8243;;</p>
<p>resp = bfGlobal.login(request);</p>
<p>The object &#8216;resp&#8217; has an attribute called &#8216;header&#8217; and this is null. This header object should contain a sessionToken. When using this code I can see &#8216;Logon successfull&#8217; at betfair.com (under Account -&gt; Security).<br />
Maybe you have an idea.<br />
This code works when using in a dektop application, but not in Windows Mobile 6.</p>
<p>All the best, Loocie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: russ</title>
		<link>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2579</link>
		<dc:creator>russ</dc:creator>
		<pubDate>Tue, 01 Jul 2008 12:58:37 +0000</pubDate>
		<guid>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2579</guid>
		<description>Hi Loocie,

I haven't seen that happen before. Could you show me some sample code that exhibits the error (anonymising your login credentials, of course)?</description>
		<content:encoded><![CDATA[<p>Hi Loocie,</p>
<p>I haven&#8217;t seen that happen before. Could you show me some sample code that exhibits the error (anonymising your login credentials, of course)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loocie</title>
		<link>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2557</link>
		<dc:creator>Loocie</dc:creator>
		<pubDate>Sun, 29 Jun 2008 12:23:14 +0000</pubDate>
		<guid>http://basildoncoder.com/blog/2008/06/10/project-euler-problem-5/#comment-2557</guid>
		<description>Hi, 

really good blog! I read you are familiar with Betfair API. Actually I am developing a Betfair mobile client for Windows Mobile 6 (.NETCF 2.0).
When calling login method I got resp.errorCode == LoginErrorEnum.OK, but the header is null. Any solutions available?

All the best, Loocie</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>really good blog! I read you are familiar with Betfair API. Actually I am developing a Betfair mobile client for Windows Mobile 6 (.NETCF 2.0).<br />
When calling login method I got resp.errorCode == LoginErrorEnum.OK, but the header is null. Any solutions available?</p>
<p>All the best, Loocie</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.247 seconds -->
