<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Wicked Blog</title>
	<atom:link href="http://wickedw.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wickedw.wordpress.com</link>
	<description>Pies, Artois and Web Development</description>
	<lastBuildDate>Fri, 07 May 2010 10:17:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wickedw.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Wicked Blog</title>
		<link>http://wickedw.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wickedw.wordpress.com/osd.xml" title="A Wicked Blog" />
	<atom:link rel='hub' href='http://wickedw.wordpress.com/?pushpress=hub'/>
		<item>
		<title>3 Steps to call EBAY Finding API via WCF</title>
		<link>http://wickedw.wordpress.com/2010/05/07/3-steps-to-call-ebay-finding-api-via-wcf/</link>
		<comments>http://wickedw.wordpress.com/2010/05/07/3-steps-to-call-ebay-finding-api-via-wcf/#comments</comments>
		<pubDate>Fri, 07 May 2010 09:55:27 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Wicked Development]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=125</guid>
		<description><![CDATA[Hopefully this small piece of code will save you some grief when integrating the EBAY Finding API into your application. Here are  the Steps - Step 1 &#8211; Create a C# Console Application and Add a Service Reference Step 2 &#8211; Enter Code to Call findItemsByKeywords with the Ebay SOA Custom Headers using System; using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=125&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hopefully this small piece of code will save you some grief when integrating the EBAY Finding API into your application.</p>
<p>Here are  the Steps -</p>
<h2>Step 1 &#8211; Create a C# Console Application and Add a Service Reference</h2>
<p style="text-align:center;"><a href="http://wickedw.files.wordpress.com/2010/05/untitled-2.png"><img class="size-full wp-image-126 aligncenter" title="Step 1" src="http://wickedw.files.wordpress.com/2010/05/untitled-2.png?w=510&#038;h=414" alt="" width="510" height="414" /></a></p>
<h2>Step 2 &#8211; Enter Code to Call findItemsByKeywords with the Ebay SOA Custom Headers</h2>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-520092929 1073786111 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System.ServiceModel;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System.ServiceModel.Channels;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> EbayTestWCFConsoleApplication.EbayServiceReference;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">namespace</span><span style="font-size:8pt;font-family:&amp;"> EbayTestWCFConsoleApplication</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">{</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">class</span> <span style="color:#2b91af;">Program</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">static</span> <span style="color:blue;">void</span> Main(<span style="color:blue;">string</span>[] args)</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;"><br />
using</span> (<span style="color:#2b91af;">FindingServicePortTypeClient</span> client = <span style="color:blue;">new</span> <span style="color:#2b91af;">FindingServicePortTypeClient</span>())</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">MessageHeader</span> header = <span style="color:#2b91af;">MessageHeader</span>.CreateHeader(<span style="color:#a31515;">&#8220;My-CustomHeader&#8221;</span>,<span style="color:#a31515;">&#8220;http://www.mycustomheader.com&#8221;</span>,<span style="color:#a31515;">&#8220;Custom Header&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;"><br />
using</span> (<span style="color:#2b91af;">OperationContextScope</span> scope = <span style="color:blue;">new</span> <span style="color:#2b91af;">OperationContextScope</span>(client.InnerChannel))</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">OperationContext</span>.Current.OutgoingMessageHeaders.Add(header);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;"><br />
HttpRequestMessageProperty</span> httpRequestProperty = <span style="color:blue;">new</span> <span style="color:#2b91af;">HttpRequestMessageProperty</span>();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-SECURITY-APPNAME&#8221;</span>, <span style="color:#a31515;">&#8220;YOUR-APPID&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-OPERATION-NAME&#8221;</span>, <span style="color:#a31515;">&#8220;findItemsByKeywords&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-GLOBAL-ID&#8221;</span>, <span style="color:#a31515;">&#8220;EBAY-US&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">OperationContext</span>.Current.OutgoingMessageProperties[<span style="color:#2b91af;">HttpRequestMessageProperty</span>.Name] = httpRequestProperty;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;"><br />
FindItemsByKeywordsRequest</span> request = <span style="color:blue;">new</span> <span style="color:#2b91af;">FindItemsByKeywordsRequest</span>();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"><br />
request.keywords = <span style="color:#a31515;">&#8220;ipod&#8221;</span>;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;"><br />
FindItemsByKeywordsResponse</span> response = client.findItemsByKeywords(request);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;"><br />
foreach</span> (<span style="color:blue;">var</span> item <span style="color:blue;">in</span> response.searchResult.item)</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">Console</span>.WriteLine(item.title);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;"><br />
Console</span>.ReadKey();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">}</span></p>
<h2>Step 3 &#8211; Tweak Response Message size in App.Config and Press F5</h2>
<p>You must change maxBufferSize=&#8221;<strong>655360</strong>&#8221; and maxReceivedMessageSize=&#8221;<strong>655360</strong>&#8221; to same &#8216;increased&#8217; value.  In this example I have simply added another &#8220;0&#8243;.</p>
<p class="MsoNormal"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--><span style="font-size:8pt;line-height:115%;font-family:&amp;">&lt;?</span><span style="font-size:8pt;line-height:115%;font-family:&amp;">xml</span><span style="font-size:8pt;line-height:115%;font-family:&amp;"> </span><span style="font-size:8pt;line-height:115%;font-family:&amp;">version</span><span style="font-size:8pt;line-height:115%;font-family:&amp;">=</span><span style="font-size:8pt;line-height:115%;font-family:&amp;">&#8220;<span style="color:blue;">1.0</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">encoding</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">utf-8</span>&#8220;<span style="color:blue;"> ?&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">&lt;</span><span style="font-size:8pt;font-family:&amp;">configuration</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">configSections</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">configSections</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">system.serviceModel</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">bindings</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">customBinding</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">binding</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">name</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">FindingServiceSOAPBinding</span>&#8220;<span style="color:blue;">&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">textMessageEncoding</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">maxReadPoolSize</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">64</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxWritePoolSize</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">16</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">messageVersion</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">Soap12</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">writeEncoding</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">utf-8</span>&#8220;<span style="color:blue;">&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">readerQuotas</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">maxDepth</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">32</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxStringContentLength</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">8192</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxArrayLength</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">16384</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">maxBytesPerRead</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">4096</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxNameTableCharCount</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">16384</span>&#8220;<span style="color:blue;"> /&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">textMessageEncoding</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">httpsTransport</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">manualAddressing</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">false</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxBufferPoolSize</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">524288</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">maxReceivedMessageSize</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<strong><span style="color:blue;">655360</span></strong>&#8220;<span style="color:blue;"> </span><span style="color:red;">allowCookies</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">false</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">authenticationScheme</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">Anonymous</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">bypassProxyOnLocal</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">false</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">hostNameComparisonMode</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">StrongWildcard</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">keepAliveEnabled</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">true</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">maxBufferSize</span><span style="color:blue;">=</span>&#8220;<strong><span style="color:blue;">655360</span></strong>&#8220;<span style="color:blue;"> </span><span style="color:red;">proxyAuthenticationScheme</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">Anonymous</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">realm</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;&#8221;<span style="color:blue;"> </span><span style="color:red;">transferMode</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">Buffered</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">unsafeConnectionNtlmAuthentication</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">false</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">useDefaultWebProxy</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">true</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">requireClientCertificate</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">false</span>&#8220;<span style="color:blue;">&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">extendedProtectionPolicy</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">policyEnforcement</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">Never</span>&#8220;<span style="color:blue;"> /&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">httpsTransport</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">binding</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">customBinding</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">bindings</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">client</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;</span><span style="font-size:8pt;font-family:&amp;">endpoint</span><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">address</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">https://svcs.ebay.com/services/search/FindingService/v1</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">binding</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">customBinding</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">bindingConfiguration</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">FindingServiceSOAPBinding</span>&#8220;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span><span style="font-size:8pt;font-family:&amp;">contract</span><span style="font-size:8pt;font-family:&amp;">=</span><span style="font-size:8pt;font-family:&amp;">&#8220;<span style="color:blue;">EbayServiceReference.FindingServicePortType</span>&#8220;<span style="color:blue;"> </span><span style="color:red;">name</span><span style="color:blue;">=</span>&#8220;<span style="color:blue;">FindingServiceSOAPPort</span>&#8220;<span style="color:blue;"> /&gt;</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">client</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> &lt;/</span><span style="font-size:8pt;font-family:&amp;">system.serviceModel</span><span style="font-size:8pt;font-family:&amp;">&gt;</span></p>
<p class="MsoNormal"><span style="font-size:8pt;line-height:115%;font-family:&amp;">&lt;/</span><span style="font-size:8pt;line-height:115%;font-family:&amp;">configuration</span><span style="font-size:8pt;line-height:115%;font-family:&amp;">&gt;</span></p>
<p>Please excuse the code formatting, but you&#8217;ll get the idea if you cut and paste it in.</p>
<p>Take Care,</p>
<p>Matt</p>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:95px;width:1px;height:1px;overflow:hidden;"><!--[if gte mso 9]&gt;  Normal 0     false false false  EN-GB X-NONE X-NONE              MicrosoftInternetExplorer4              &lt;![endif]--><!--[if gte mso 9]&gt;                                                                                                                                            &lt;![endif]--><!--  /* Font Definitions */  @font-face 	{font-family:"Cambria Math"; 	panose-1:2 4 5 3 5 4 6 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:roman; 	mso-font-pitch:variable; 	mso-font-signature:-1610611985 1107304683 0 0 415 0;} @font-face 	{font-family:Calibri; 	panose-1:2 15 5 2 2 2 4 3 2 4; 	mso-font-charset:0; 	mso-generic-font-family:swiss; 	mso-font-pitch:variable; 	mso-font-signature:-520092929 1073786111 9 0 415 0;}  /* Style Definitions */  p.MsoNormal, li.MsoNormal, div.MsoNormal 	{mso-style-unhide:no; 	mso-style-qformat:yes; 	mso-style-parent:""; 	margin-top:0cm; 	margin-right:0cm; 	margin-bottom:10.0pt; 	margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:"Calibri","sans-serif"; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoChpDefault 	{mso-style-type:export-only; 	mso-default-props:yes; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:Calibri; 	mso-fareast-theme-font:minor-latin; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:"Times New Roman"; 	mso-bidi-theme-font:minor-bidi; 	mso-fareast-language:EN-US;} .MsoPapDefault 	{mso-style-type:export-only; 	margin-bottom:10.0pt; 	line-height:115%;} @page Section1 	{size:612.0pt 792.0pt; 	margin:72.0pt 72.0pt 72.0pt 72.0pt; 	mso-header-margin:36.0pt; 	mso-footer-margin:36.0pt; 	mso-paper-source:0;} div.Section1 	{page:Section1;} --><!--[if gte mso 10]&gt; &lt;!   /* Style Definitions */  table.MsoNormalTable 	{mso-style-name:&quot;Table Normal&quot;; 	mso-tstyle-rowband-size:0; 	mso-tstyle-colband-size:0; 	mso-style-noshow:yes; 	mso-style-priority:99; 	mso-style-qformat:yes; 	mso-style-parent:&quot;&quot;; 	mso-padding-alt:0cm 5.4pt 0cm 5.4pt; 	mso-para-margin-top:0cm; 	mso-para-margin-right:0cm; 	mso-para-margin-bottom:10.0pt; 	mso-para-margin-left:0cm; 	line-height:115%; 	mso-pagination:widow-orphan; 	font-size:11.0pt; 	font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;; 	mso-ascii-font-family:Calibri; 	mso-ascii-theme-font:minor-latin; 	mso-fareast-font-family:&quot;Times New Roman&quot;; 	mso-fareast-theme-font:minor-fareast; 	mso-hansi-font-family:Calibri; 	mso-hansi-theme-font:minor-latin; 	mso-bidi-font-family:&quot;Times New Roman&quot;; 	mso-bidi-theme-font:minor-bidi;} --> <!--[endif]--></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System.ServiceModel;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> System.ServiceModel.Channels;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">using</span><span style="font-size:8pt;font-family:&amp;"> EbayTestWCFConsoleApplication.EbayServiceReference;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">namespace</span><span style="font-size:8pt;font-family:&amp;"> EbayTestWCFConsoleApplication</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">{</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">class</span> <span style="color:#2b91af;">Program</span></span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">static</span> <span style="color:blue;">void</span> Main(<span style="color:blue;">string</span>[] args)</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">using</span> (<span style="color:#2b91af;">FindingServicePortTypeClient</span> client = <span style="color:blue;">new</span> <span style="color:#2b91af;">FindingServicePortTypeClient</span>())</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">MessageHeader</span> header = <span style="color:#2b91af;">MessageHeader</span>.CreateHeader(<span style="color:#a31515;">&#8220;My-CustomHeader&#8221;</span>,<span style="color:#a31515;">&#8220;http://www.mycustomheader.com&#8221;</span>,<span style="color:#a31515;">&#8220;Custom Header&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">using</span> (<span style="color:#2b91af;">OperationContextScope</span> scope = <span style="color:blue;">new</span> <span style="color:#2b91af;">OperationContextScope</span>(client.InnerChannel))</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">OperationContext</span>.Current.OutgoingMessageHeaders.Add(header);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">HttpRequestMessageProperty</span> httpRequestProperty = <span style="color:blue;">new</span> <span style="color:#2b91af;">HttpRequestMessageProperty</span>();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-SECURITY-APPNAME&#8221;</span>, <span style="color:#a31515;">&#8220;PriceIns-e439-4e18-8678-7ecd8f6f26ba&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-OPERATION-NAME&#8221;</span>, <span style="color:#a31515;">&#8220;findItemsByKeywords&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> httpRequestProperty.Headers.Add(<span style="color:#a31515;">&#8220;X-EBAY-SOA-GLOBAL-ID&#8221;</span>, <span style="color:#a31515;">&#8220;EBAY-US&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">OperationContext</span>.Current.OutgoingMessageProperties[<span style="color:#2b91af;">HttpRequestMessageProperty</span>.Name] = httpRequestProperty;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">FindItemsByKeywordsRequest</span> request = <span style="color:blue;">new</span> <span style="color:#2b91af;">FindItemsByKeywordsRequest</span>();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> request.keywords = <span style="color:#a31515;">&#8220;ipod&#8221;</span>;</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">FindItemsByKeywordsResponse</span> response = client.findItemsByKeywords(request);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:blue;">foreach</span> (<span style="color:blue;">var</span> item <span style="color:blue;">in</span> response.searchResult.item)</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> {</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">Console</span>.WriteLine(item.title);</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> </span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> <span style="color:#2b91af;">Console</span>.ReadKey();</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;"> }</span></p>
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="font-size:8pt;font-family:&amp;">}</span></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/125/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/125/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/125/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=125&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2010/05/07/3-steps-to-call-ebay-finding-api-via-wcf/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>

		<media:content url="http://wickedw.files.wordpress.com/2010/05/untitled-2.png" medium="image">
			<media:title type="html">Step 1</media:title>
		</media:content>
	</item>
		<item>
		<title>Nice Animation!</title>
		<link>http://wickedw.wordpress.com/2009/10/17/nice-animation/</link>
		<comments>http://wickedw.wordpress.com/2009/10/17/nice-animation/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 17:58:28 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/2009/10/17/nice-animation/</guid>
		<description><![CDATA[http://www.motion504.com/AICP_show/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=122&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.motion504.com/AICP_show/">http://www.motion504.com/AICP_show/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=122&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2009/10/17/nice-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
		<item>
		<title>String To Stream</title>
		<link>http://wickedw.wordpress.com/2009/03/13/string-to-stream/</link>
		<comments>http://wickedw.wordpress.com/2009/03/13/string-to-stream/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 08:23:17 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=90</guid>
		<description><![CDATA[Sounds easy doesnt it!? Well it is, eventually &#8230; Well this simple task sure proved I had no clue on using any of the stream classes (apart from cut + paste specific examples from the web). Like some (most?) developers (hackers?) I sat down with intellisense and started nessing around with Stream st = new [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=90&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sounds easy doesnt it!? Well it is, eventually &#8230;</p>
<p>Well this simple task sure proved I had no clue on using any of the stream classes (apart from cut + paste specific examples from the web).</p>
<p>Like some (most?) developers (hackers?) I sat down with intellisense and started nessing around with</p>
<p><strong>Stream st = new &#8230; </strong></p>
<p>nope stream is an abstract class.</p>
<p><strong>StringReader sr = &#8230;</strong></p>
<p>It&#8217;s got string in the name right? This should take 10 seconds.</p>
<p>Yes you can easily create one of these, but cast to (Stream) sr doesn&#8217;t work!, why? time to look at the stream inheritance hierarchy.</p>
<p>This diagram from http://blogs.msdn.com/bindeshv/archive/2008/07/24/file-io-system-in-net.aspx sort of shows it.</p>
<p>As does this -</p>
<p><img class="alignleft size-full wp-image-104" title="Hierarchy" src="http://wickedw.files.wordpress.com/2009/03/0142.jpg?w=510&#038;h=331" alt="Hierarchy" width="510" height="331" /></p>
<p> Excuse the awful scan, but you can just make it out.</p>
<p>Basically StringReader/Writer inherits from TextReader/Writer which inherits from System.IO (off top left).</p>
<p>This does not touch stream, so it looks like we need to use a MemoryStream. Like so -</p>
<p><strong>MemoryStream memStream = new MemoryStream();</strong></p>
<p><strong>byte[] data = Encoding.UTF8.GetBytes(&#8220;XML long string&#8221;);</strong></p>
<p><strong>memStream.Write(data, 0, data.Length);</strong></p>
<p><strong>memStream.Position = 0; // we can also ensure reset stream for consumption</strong></p>
<p>http://weblogs.asp.net/whaggard/archive/2004/09/23/233535.aspx says it far more succintly (choose your encoding as you require)</p>
<p><strong><span style="color:#0000ff;">Stream s = new MemoryStream(ASCIIEncoding.Default.GetBytes(&#8220;Test String&#8221;));</span></strong></p>
<p>Cheers.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=90&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2009/03/13/string-to-stream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>

		<media:content url="http://wickedw.files.wordpress.com/2009/03/0142.jpg" medium="image">
			<media:title type="html">Hierarchy</media:title>
		</media:content>
	</item>
		<item>
		<title>Cannot debug a WCF Service in Silverlight</title>
		<link>http://wickedw.wordpress.com/2008/12/27/cannot-debug-a-wcf-service-in-silverlight/</link>
		<comments>http://wickedw.wordpress.com/2008/12/27/cannot-debug-a-wcf-service-in-silverlight/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 11:48:23 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=64</guid>
		<description><![CDATA[I am trying to debug a WCF Service from Silverlight (the service is in its own library within the SAME SOLUTION) Simply &#8216;No joy&#8217;, tried attaching to process etc, was getting &#8216;wcf no symbols have been loaded for this document&#8217; in the IDE also!! Tried this, it did not work &#8211; http://blogs.msdn.com/greggm/archive/2008/03/17/debugging-wcf-services-in-visual-studio-2008.aspx This is useful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=64&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:x-small;font-family:Verdana;">I am trying to debug a WCF Service from Silverlight (the service is in its own library within the SAME SOLUTION)</span></p>
<p>Simply &#8216;No joy&#8217;, tried attaching to process etc, was getting &#8216;wcf no symbols have been loaded for this document&#8217; in the IDE also!!</p>
<p>Tried this, it did not work <img src='http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  &#8211; <span style="font-size:x-small;font-family:Verdana;"><a href="http://blogs.msdn.com/greggm/archive/2008/03/17/debugging-wcf-services-in-visual-studio-2008.aspx">http://blogs.msdn.com/greggm/archive/2008/03/17/debugging-wcf-services-in-visual-studio-2008.aspx</a></span></p>
<p>This is useful to know anyway &#8211; <a href="http://bbits.co.uk/blog/archive/0001/01/01/missing-wfc-service-configuration-editor.aspx">http://bbits.co.uk/blog/archive/0001/01/01/missing-wfc-service-configuration-editor.aspx</a></p>
<p>Double checked all this -</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb157688.aspx">http://msdn.microsoft.com/en-us/library/bb157688.aspx</a> (How to: Step into WCF Services)</p>
<p><a href="http://msdn.microsoft.com/en-us/library/bb157687.aspx">http://msdn.microsoft.com/en-us/library/bb157687.aspx</a> (Limitations on WCF Debugging) -</p>
<p>So, you cant step into it from calling code if its an asynchronous call, which is ALL CALLS in silverlight <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  but it should be ok anyway for normal debug?! so what gives?</p>
<p>In the end I created a simple console/windows app as discussed for IIS (I am using internal server though in this example) -<br />
<a href="http://dotnet.org.za/willy/archive/2006/12/19/WCF-Debugging-_2D00_-IIS-hosted-services.aspx">http://dotnet.org.za/willy/archive/2006/12/19/WCF-Debugging-_2D00_-IIS-hosted-services.aspx</a><br />
<a href="http://silverlight.net/forums/t/17669.aspx">http://silverlight.net/forums/t/17669.aspx</a> <br />
the debugger then worked fine for my async call? does anyone know what I was missing in the SL version?</p>
<p>Also, dont forget to put a nice wait for keypress in your app if your using Async ! <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Console.WriteLine(&#8220;Press any key to continue&#8230;&#8221;);<br />
Console.ReadKey(true);</p>
<p>Out &amp; Merry Xmas!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/64/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/64/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/64/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=64&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/27/cannot-debug-a-wcf-service-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
		<item>
		<title>Opening Word Document crashes IE Sharepoint</title>
		<link>http://wickedw.wordpress.com/2008/12/22/opening-word-document-crashes-ie-sharepoint/</link>
		<comments>http://wickedw.wordpress.com/2008/12/22/opening-word-document-crashes-ie-sharepoint/#comments</comments>
		<pubDate>Mon, 22 Dec 2008 10:15:41 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=45</guid>
		<description><![CDATA[Hi All, We use an old version of sharepoint in work (but I think this applies to SP2007 also). Basically I think this maybe occurs when you install different apps from Office 2003/2007 in certain sequences (this may include 2007 viewers/trial versions?) which messes offices tiny little massive brain up.  I think Visio 2003 was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=45&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>We use an old version of sharepoint in work (but I think this applies to SP2007 also).</p>
<p>Basically I think this maybe occurs when you install different apps from Office 2003/2007 in certain sequences (this may include 2007 viewers/trial versions?) which messes offices tiny little massive brain up.  I think Visio 2003 was the tipping point for me.</p>
<p>Either way, trying to open a word doc (or other?) from a sharepoint site makes IE (7 in my case) go BOOOOOM!</p>
<p>These threads help fix it for me -</p>
<p><a href="http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/a2c1b98a-2259-4d70-b15b-ceb2eb549e50/">http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/a2c1b98a-2259-4d70-b15b-ceb2eb549e50/</a></p>
<p>This wasn&#8217;t related to my bug but may help someone - <a href="http://support.microsoft.com/kb/938888">http://support.microsoft.com/kb/938888</a></p>
<p>I basically, renamed OWSSUPP.DLL to OWSSUPP.DLL-old whereever it resided in -</p>
<p>C:\Program Files\Microsoft Office\Office10</p>
<p>C:\Program Files\Microsoft Office\Office11 (just here for me)</p>
<p>C:\Program Files\Microsoft Office\Office12</p>
<p>Then ran Microsoft Office Diagnostics for good effect, retried IE7, done</p>
<p>! Too early to see any side effects of this, your mileage may vary, good luck &#8230; .. .</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=45&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/22/opening-word-document-crashes-ie-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
		<item>
		<title>Remote Control MAC via RealVNC use Best Available Colour Quality</title>
		<link>http://wickedw.wordpress.com/2008/12/13/remote-control-mac-via-realvnc-use-best-available-colour-quality/</link>
		<comments>http://wickedw.wordpress.com/2008/12/13/remote-control-mac-via-realvnc-use-best-available-colour-quality/#comments</comments>
		<pubDate>Sat, 13 Dec 2008 00:18:35 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=37</guid>
		<description><![CDATA[                            Good night!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=37&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_38" class="wp-caption alignnone" style="width: 520px"></dt>
<dd class="wp-caption-dd">Set Up Remote Management</dd>
</dl>
</div>
<p>Somebody lent me a Mac Mini in work, thought I&#8217;d try it.  Wanted to remote control it (save mouse, monitor etc)</p>
<p><img class="size-full wp-image-38" title="1" src="http://wickedw.files.wordpress.com/2008/12/1.jpg?w=510&#038;h=393" alt="Set Up Remote Management" width="510" height="393" /></p>
<p>Turned on above, ticked all the options for allow access for on previous screen (your mileage may vary on this),  installed RealVNC, typed in the MAC IP, then boom, crashed! VNC gone!</p>
<p>It turns out you must allow best colour quality ELSE YOUR KNACKERED, thanks to many other forums, blogs for this.</p>
<div class="mceTemp">
<dl class="wp-caption alignleft">
<dt class="wp-caption-dt"><img class="size-full wp-image-39" title="2" src="http://wickedw.files.wordpress.com/2008/12/2.jpg?w=351&#038;h=474" alt="Like So!" width="351" height="474" /><p class="wp-caption-text">Like So!</p></div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p>Good night!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=37&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/13/remote-control-mac-via-realvnc-use-best-available-colour-quality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>

		<media:content url="http://wickedw.files.wordpress.com/2008/12/1.jpg" medium="image">
			<media:title type="html">1</media:title>
		</media:content>

		<media:content url="http://wickedw.files.wordpress.com/2008/12/2.jpg" medium="image">
			<media:title type="html">2</media:title>
		</media:content>
	</item>
		<item>
		<title>Vista Screen Capture</title>
		<link>http://wickedw.wordpress.com/2008/12/12/vista-screen-capture/</link>
		<comments>http://wickedw.wordpress.com/2008/12/12/vista-screen-capture/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 15:28:55 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=35</guid>
		<description><![CDATA[PrtSc + Cntl-V is OK. But I found out today about &#8216;Snipping Tool&#8217; built in to Vista, pretty much covers what you need to do. Start-&#62;Snipping Tool (or create a shortcut on your quick launch) Draw Square Paste into Wherever Done<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=35&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PrtSc + Cntl-V is OK.</p>
<p>But I found out today about &#8216;Snipping Tool&#8217; built in to Vista, pretty much covers what you need to do.</p>
<ul>
<li>Start-&gt;Snipping Tool (or create a shortcut on your quick launch)</li>
<li>Draw Square</li>
<li>Paste into Wherever</li>
<li>Done</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=35&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/12/vista-screen-capture/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio Internal Web Server to IIS 7</title>
		<link>http://wickedw.wordpress.com/2008/12/12/visual-studio-internal-web-server-to-iis-7/</link>
		<comments>http://wickedw.wordpress.com/2008/12/12/visual-studio-internal-web-server-to-iis-7/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 15:26:41 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=22</guid>
		<description><![CDATA[Trying to install Basic Windows Authentication  AJAX application on local IIS 7 set up.  This was previously only running on in built web server (is this called cassini?). - Needed to TURN ON Windows Authentication IN the IIS Manager although this was also in the web.config.  Got this error -    So naturally thought this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=22&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Trying to install Basic Windows Authentication  AJAX application on local IIS 7 set up. </p>
<p>This was previously only running on in built web server (is this called cassini?).</p>
<p>- Needed to TURN ON Windows Authentication IN the IIS Manager although this was also in the web.config.</p>
<p> Got this error -</p>
<p> <img class="alignnone size-full wp-image-27" title="Ajax Sys.Manager Error" src="http://wickedw.files.wordpress.com/2008/12/11.gif?w=489&#038;h=233" alt="Ajax Sys.Manager Error" width="489" height="233" /></p>
<p> So naturally thought this was related to IIS 7 / modules / AJAX set up somehow.</p>
<p> Found this &#8211; <a href="http://gramotei.wordpress.com/2007/08/17/aspnet-ajax-update-panels-and-responseredirect/">http://gramotei.wordpress.com/2007/08/17/aspnet-ajax-update-panels-and-responseredirect/</a> - but think this now out of date as redirect does work!</p>
<p> Yet, it does just happen on redirect, so made me think IIS7 modules not set up, so, added -</p>
<p>  <strong>&lt;</strong><strong>modules</strong><strong>&gt;</strong></p>
<p>            &lt;add name=&#8221;ScriptModule&#8221; type=&#8221;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243;/&gt;</p>
<p> <strong>&lt;/modules&gt;</strong></p>
<p>to my &lt;system.webServer&gt; (which I found <strong>had to be in there</strong> for IIS 7 to work whilst trawling the web, I had already added a handlers section, but this was not enough)</p>
<p><strong>Example full section ended up like this -</strong></p>
<blockquote><p>&lt;system.webServer&gt;</p>
<p><em>&lt;handlers&gt;</em></p>
<p><em>&lt;add name=&#8221;ScriptResource.axd_GET,HEAD&#8221; path=&#8221;ScriptResource.axd&#8221; verb=&#8221;GET,HEAD&#8221; type=&#8221;System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243; preCondition=&#8221;integratedMode,runtimeVersionv2.0&#8243; /&gt;</em></p>
<p><em>&lt;add name=&#8221;*_AppService.axd_*&#8221; path=&#8221;*_AppService.axd&#8221; verb=&#8221;*&#8221; type=&#8221;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243; preCondition=&#8221;integratedMode,runtimeVersionv2.0&#8243; /&gt;</em></p>
<p><em>&lt;add name=&#8221;*.asmx_*&#8221; path=&#8221;*.asmx&#8221; verb=&#8221;*&#8221; type=&#8221;System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243; preCondition=&#8221;integratedMode,runtimeVersionv2.0&#8243; /&gt;</em></p>
<p><em>&lt;/handlers&gt;</em></p>
<p><em>&lt;modules&gt;</em></p>
<p><em>&lt;add name=&#8221;ScriptModule&#8221; type=&#8221;System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35&#8243;/&gt;</em></p>
<p><em>&lt;/modules&gt;</em></p>
<p>&lt;defaultDocument&gt;</p>
<p>&lt;files&gt;</p>
<p>&lt;add value=&#8221;index.aspx&#8221; /&gt;</p>
<p>&lt;add value=&#8221;index.asp&#8221; /&gt;</p>
<p>&lt;/files&gt;</p>
<p>&lt;/defaultDocument&gt;</p>
<p>&lt;/system.webServer&gt;</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=22&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/12/visual-studio-internal-web-server-to-iis-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>

		<media:content url="http://wickedw.files.wordpress.com/2008/12/11.gif" medium="image">
			<media:title type="html">Ajax Sys.Manager Error</media:title>
		</media:content>
	</item>
		<item>
		<title>Use SQL Server SP2 for Vista or feel the pain!</title>
		<link>http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/</link>
		<comments>http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 08:55:09 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=13</guid>
		<description><![CDATA[Hi, I have various dev virtual machines, and finally thought I&#8217;d stick sql 2005 on my main machine. I came across this error when trying to put full text indexing on a table - Execution of a full-text operation failed.  &#8216;The dependency service does not exist or has been marked for deletion&#8217;       [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=13&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I have various dev virtual machines, and finally thought I&#8217;d stick sql 2005 on my main machine.</p>
<p>I came across this error when trying to put full text indexing on a table -</p>
<p class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"><em><strong>Execution of a full-text operation failed.  &#8216;The dependency service does not exist or has been marked for deletion&#8217;</strong></em></span></span></p>
<p class="MsoNormal">
<div class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;">
<a href='http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/attachment/1/' title='1'><img width="150" height="108" src="http://wickedw.files.wordpress.com/2008/12/1.gif?w=150&#038;h=108" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/attachment/2/' title='2'><img width="150" height="108" src="http://wickedw.files.wordpress.com/2008/12/2.gif?w=150&#038;h=108" class="attachment-thumbnail" alt="2" title="2" /></a>
<a href='http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/attachment/3/' title='3'><img width="150" height="93" src="http://wickedw.files.wordpress.com/2008/12/3.gif?w=150&#038;h=93" class="attachment-thumbnail" alt="3" title="3" /></a>
</p>
<p></span></span> </p>
<div><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"> </span></span></div>
<p><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"> </p>
<p></span></span></p>
<p class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;">I followed the various links below, agonised, messed about, ate a pie, then realised that I had not put SP2 on!!!!!! (as I installed SQL a few weeks ago and clearly forgot this vital last step)</span></span></p>
<p class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"><a title="http://geekswithblogs.net/Saqib/archive/2007/03/16/sql-server-full-text-search-service-running-problem-in-windows.aspx" href="http://geekswithblogs.net/Saqib/archive/2007/03/16/sql-server-full-text-search-service-running-problem-in-windows.aspx">http://geekswithblogs.net/Saqib/archive/2007/03/16/sql-server-full-text-search-service-running-problem-in-windows.aspx</a></span></span></p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"><a title="http://www.linux-watch.com/news/NS4434907782.html" href="http://www.linux-watch.com/news/NS4434907782.html">http://www.linux-watch.com/news/NS4434907782.html</a></span></span></p>
<p class="MsoNormal"><span style="font-size:x-small;font-family:Arial;"><span style="font-size:10pt;font-family:Arial;"><a title="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2972899&amp;SiteID=1" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2972899&amp;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2972899&amp;SiteID=1</a></span></span></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=13&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/08/use-sql-server-sp2-for-vista-or-feel-the-pain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
		<item>
		<title>Betfair on IPhone</title>
		<link>http://wickedw.wordpress.com/2008/12/03/betfair-on-iphone/</link>
		<comments>http://wickedw.wordpress.com/2008/12/03/betfair-on-iphone/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 17:51:26 +0000</pubDate>
		<dc:creator>wickedw</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[betfair]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://wickedw.wordpress.com/?p=8</guid>
		<description><![CDATA[Hi All, Tried access the main betfair site via iphone safari! proceeded to crash and reset the phone when entering the soccer section.  I then proceeded to find - https://iphone.betfair.com (remember the https) Think its still in early stages, but it does a great job of a cheeky &#8216;£10 on the nose&#8217; when out and about! - [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=8&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi All,</p>
<p>Tried access the main betfair site via iphone safari! proceeded to crash and reset the phone when entering the soccer section.  I then proceeded to find -</p>
<p><a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="https://iphone.betfair.com">https://iphone.betfair.com</a> (remember the https)</p>
<p>Think its still in early stages, but it does a great job of a cheeky &#8216;£10 on the nose&#8217; when out and about!</p>
<p>- Could do with &#8216;my favourite markets&#8217; section, like main site<br />
- Could do with remember my login settings (yes, we know its a potential security risk, but its upto me NOT to lose my phone surely?)<br />
- I also want to view the markets before logging in</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wickedw.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wickedw.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wickedw.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wickedw.wordpress.com&amp;blog=5717697&amp;post=8&amp;subd=wickedw&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wickedw.wordpress.com/2008/12/03/betfair-on-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9d4907f94a6d7aad32981ee5aa022740?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">wickedw</media:title>
		</media:content>
	</item>
	</channel>
</rss>
