<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rolling Your Own Exchange ActiveSync Client</title>
	<atom:link href="http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/feed/" rel="self" type="application/rss+xml" />
	<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/</link>
	<description>place of the mobility way</description>
	<lastBuildDate>Fri, 11 May 2012 10:49:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18731</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Mon, 07 May 2012 15:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18731</guid>
		<description>You&#039;re right - I get that too if I download it and run it :)
It&#039;s my fault for not remembering to include the WBXML.dll file that I use in my app.
I&#039;ve uploaded a zip-file containing both the executable and the dll and as long as the two files are in the same directory things should work.
The download link is changed to reflect this so just re-download and have a new go at it.</description>
		<content:encoded><![CDATA[<p>You&#8217;re right &#8211; I get that too if I download it and run it <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#8217;s my fault for not remembering to include the WBXML.dll file that I use in my app.<br />
I&#8217;ve uploaded a zip-file containing both the executable and the dll and as long as the two files are in the same directory things should work.<br />
The download link is changed to reflect this so just re-download and have a new go at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zikke</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18730</link>
		<dc:creator>Zikke</dc:creator>
		<pubDate>Mon, 07 May 2012 11:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18730</guid>
		<description>hi,

i got an error launching the &#039;Full Sync Test&#039;:

System.IO.FileNotFoundException: Die Datei oder Assembly &quot;WBXML not found .. and so on.
where i find the missing WBXML?</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i got an error launching the &#8216;Full Sync Test&#8217;:</p>
<p>System.IO.FileNotFoundException: Die Datei oder Assembly &#8220;WBXML not found .. and so on.<br />
where i find the missing WBXML?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18561</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 09 Feb 2012 10:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18561</guid>
		<description>I have never played around with this myself, so I can&#039;t say what the challenges related to this would be.
I assume you&#039;ve been throuh the docs for the &quot;ResolveRecipients&quot; command?
http://msdn.microsoft.com/en-us/library/ee160521(v=exchg.80).aspx
Is it failing when trying to perform the search against the server, or is the error indicative of a bug somewhere else?</description>
		<content:encoded><![CDATA[<p>I have never played around with this myself, so I can&#8217;t say what the challenges related to this would be.<br />
I assume you&#8217;ve been throuh the docs for the &#8220;ResolveRecipients&#8221; command?<br />
<a href="http://msdn.microsoft.com/en-us/library/ee160521(v=exchg.80)" rel="nofollow">http://msdn.microsoft.com/en-us/library/ee160521(v=exchg.80)</a>.aspx<br />
Is it failing when trying to perform the search against the server, or is the error indicative of a bug somewhere else?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panagiotis</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18557</link>
		<dc:creator>Panagiotis</dc:creator>
		<pubDate>Wed, 08 Feb 2012 08:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18557</guid>
		<description>thanks for the reply. The problem I try to solve is related to S/MIME and fetching user certificates from the GAL.</description>
		<content:encoded><![CDATA[<p>thanks for the reply. The problem I try to solve is related to S/MIME and fetching user certificates from the GAL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18556</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Tue, 07 Feb 2012 18:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18556</guid>
		<description>I haven&#039;t implemented GAL search in my code, but what is the the specific problem you&#039;re seeing?
Most of my source code is available in the EAS Building Blocks series:
http://mobilitydojo.net/2011/08/10/exchange-activesync-building-blocks-intro/</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t implemented GAL search in my code, but what is the the specific problem you&#8217;re seeing?<br />
Most of my source code is available in the EAS Building Blocks series:<br />
<a href="http://mobilitydojo.net/2011/08/10/exchange-activesync-building-blocks-intro/" rel="nofollow">http://mobilitydojo.net/2011/08/10/exchange-activesync-building-blocks-intro/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panagiotis</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18554</link>
		<dc:creator>Panagiotis</dc:creator>
		<pubDate>Tue, 07 Feb 2012 16:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18554</guid>
		<description>Hi Andreas,
I am trying to debug searching the GAL through Activesync. Source code would be much helpfull.</description>
		<content:encoded><![CDATA[<p>Hi Andreas,<br />
I am trying to debug searching the GAL through Activesync. Source code would be much helpfull.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18515</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Wed, 11 Jan 2012 19:05:03 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18515</guid>
		<description>Exchange likes clean servers best when installing :)
It&#039;s difficult to say what happened, but it sounds like the virtual directories are messed up in some way.
I&#039;d try rebuilding the ActiveSync virtual directory: http://my.opera.com/RavenOverride/blog/2009/06/17/how-to-recreate-all-virtual-directories-for-exchange-2007</description>
		<content:encoded><![CDATA[<p>Exchange likes clean servers best when installing <img src='http://mobilitydojo.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
It&#8217;s difficult to say what happened, but it sounds like the virtual directories are messed up in some way.<br />
I&#8217;d try rebuilding the ActiveSync virtual directory: <a href="http://my.opera.com/RavenOverride/blog/2009/06/17/how-to-recreate-all-virtual-directories-for-exchange-2007" rel="nofollow">http://my.opera.com/RavenOverride/blog/2009/06/17/how-to-recreate-all-virtual-directories-for-exchange-2007</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sheckells</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18513</link>
		<dc:creator>Tom Sheckells</dc:creator>
		<pubDate>Tue, 10 Jan 2012 14:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18513</guid>
		<description>Yes, it is just a Windows 2008 Enterprise Edition with RRAS configured as an SSTP VPN.  I installed Exchange via the SP3 installer because that is the one that supports Win2008.  So far, OWA and Outlook Anywhere (both over SSL) work.  I think it is a settings/security problem since I had to make some security setting changes to get OWA to work.  Unfortunately, I was dumb/hurrying and didn&#039;t write down the changes (and I was being so good about that too).  As I got it working, some MS updates came in and without thinking I rebooted my machine and lost the web page that had the updates I did for OWA and, obviously, I&#039;m not remembering correctly what I did.

When I try  https://localhost/Microsoft-Server-ActiveSync, I get &quot;Bad Request&quot; as the only response (well after I sign in) in Google Chrome and &quot;This page not found&quot; in IE, but the tab says &quot;HTTP 400 Bad Request&quot;.  

The fix for OWA said something about that installing Exchange over an existing (not freshly installed) IIS 7 will not change some of the necessary settings to allow Exchange to work properly.  Since I can&#039;t find the article again, I don&#039;t know what changes I need to make in IIS and/or the file system to let this work.

Do you have any other ideas?

Thanks for all of your help (and time) so far.

Tom</description>
		<content:encoded><![CDATA[<p>Yes, it is just a Windows 2008 Enterprise Edition with RRAS configured as an SSTP VPN.  I installed Exchange via the SP3 installer because that is the one that supports Win2008.  So far, OWA and Outlook Anywhere (both over SSL) work.  I think it is a settings/security problem since I had to make some security setting changes to get OWA to work.  Unfortunately, I was dumb/hurrying and didn&#8217;t write down the changes (and I was being so good about that too).  As I got it working, some MS updates came in and without thinking I rebooted my machine and lost the web page that had the updates I did for OWA and, obviously, I&#8217;m not remembering correctly what I did.</p>
<p>When I try  <a href="https://localhost/Microsoft-Server-ActiveSync" rel="nofollow">https://localhost/Microsoft-Server-ActiveSync</a>, I get &#8220;Bad Request&#8221; as the only response (well after I sign in) in Google Chrome and &#8220;This page not found&#8221; in IE, but the tab says &#8220;HTTP 400 Bad Request&#8221;.  </p>
<p>The fix for OWA said something about that installing Exchange over an existing (not freshly installed) IIS 7 will not change some of the necessary settings to allow Exchange to work properly.  Since I can&#8217;t find the article again, I don&#8217;t know what changes I need to make in IIS and/or the file system to let this work.</p>
<p>Do you have any other ideas?</p>
<p>Thanks for all of your help (and time) so far.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18510</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Sat, 07 Jan 2012 18:10:54 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18510</guid>
		<description>Yeah, HTTP 400 is a generic error so it could be a lot of reasons behind it.

The SSTP box is just a plain Windows Server with RRAS? And you installed the CAS role without any errors through the Exchange Setup Wizard afterwards? 

While I haven&#039;t atttempted it I could see it being problematic to get SSTP and &quot;plain&quot; HTTPS running on the same IP address. Does it work if you disable SSL for OWA/EAS and run it over HTTP? And similar - does OWA/EAS work with SSL if you disable RRAS? And are you seeing HTTP 400 if you attempt opening up https://localhost/Microsoft-Server-ActiveSync in the browser on the server?</description>
		<content:encoded><![CDATA[<p>Yeah, HTTP 400 is a generic error so it could be a lot of reasons behind it.</p>
<p>The SSTP box is just a plain Windows Server with RRAS? And you installed the CAS role without any errors through the Exchange Setup Wizard afterwards? </p>
<p>While I haven&#8217;t atttempted it I could see it being problematic to get SSTP and &#8220;plain&#8221; HTTPS running on the same IP address. Does it work if you disable SSL for OWA/EAS and run it over HTTP? And similar &#8211; does OWA/EAS work with SSL if you disable RRAS? And are you seeing HTTP 400 if you attempt opening up <a href="https://localhost/Microsoft-Server-ActiveSync" rel="nofollow">https://localhost/Microsoft-Server-ActiveSync</a> in the browser on the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sheckells</title>
		<link>http://mobilitydojo.net/2010/03/30/rolling-your-own-exchange-activesync-client/comment-page-1/#comment-18507</link>
		<dc:creator>Tom Sheckells</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:24:22 +0000</pubDate>
		<guid isPermaLink="false">http://mobilitydojo.net/?p=1021#comment-18507</guid>
		<description>Andreas,
     I get the 400 running the full test and also with the Basic and Extended on your web site.  I think that I have something wrong in my configuration but I just don&#039;t know where to look to make a change.  It is a very generic error.  My situation is that I had one machine with SSTP running for VPN access to my systems and an exchange server on another system.  When I got a smartphone (Samsung Droid Charge), I started trying to get OWA and Activesync working on the same IP as the SSTP.  First I tried the WebFarm and Application Request Routing (ARR) but could not get them to work.  So, I moved the CAS role from the existing Exchange box to the same box as SSTP.  From my searching I found out that my problem was that I had existing websites on the SSTP machine  and just adding CAS did not make all of the appropriate changes to get OWA and ActiveSync working.  I&#039;ve since gotten OWA working but am still having trouble with ActiveSync.  I really appreciate any help or direction you can give.  Send me an email and I can send you the test credentials if you think that would help.</description>
		<content:encoded><![CDATA[<p>Andreas,<br />
     I get the 400 running the full test and also with the Basic and Extended on your web site.  I think that I have something wrong in my configuration but I just don&#8217;t know where to look to make a change.  It is a very generic error.  My situation is that I had one machine with SSTP running for VPN access to my systems and an exchange server on another system.  When I got a smartphone (Samsung Droid Charge), I started trying to get OWA and Activesync working on the same IP as the SSTP.  First I tried the WebFarm and Application Request Routing (ARR) but could not get them to work.  So, I moved the CAS role from the existing Exchange box to the same box as SSTP.  From my searching I found out that my problem was that I had existing websites on the SSTP machine  and just adding CAS did not make all of the appropriate changes to get OWA and ActiveSync working.  I&#8217;ve since gotten OWA working but am still having trouble with ActiveSync.  I really appreciate any help or direction you can give.  Send me an email and I can send you the test credentials if you think that would help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

