<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx</link><description>Keeping a track on changes on eBay using its web service. Alan Lewis Alan Lewis Difficulty: Easy Time Required: 1-3 hours Cost: Free Software: Visual Studio Express Editions , eBay web service Hardware: Download: C# Download VB Download If you're like</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6482319</link><pubDate>Fri, 23 Nov 2007 13:57:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6482319</guid><dc:creator>Guille</dc:creator><description>&lt;p&gt;NO WORKS OK!&lt;/p&gt;
&lt;p&gt;Dim items() As ItemType = buyingResponse.WatchList.ItemArray&lt;/p&gt;
&lt;p&gt;superguille[arroba]ya.com&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6527865</link><pubDate>Mon, 26 Nov 2007 12:11:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6527865</guid><dc:creator>Zee</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I ' m trying to add reference to the .wsdl file in Visual Studio .NET. The problem is that the memory of the VS. net is increasing upto 250,000 KB and still the web reference is not added. At this point i close the VS. NET and start again but the same thing is happening. Any help will be highly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Zee&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6599628</link><pubDate>Thu, 29 Nov 2007 18:15:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6599628</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;Ok, so I tried this out and yes, it does sky rocket your memory usage. &amp;nbsp;The eBay API has a lot of parts to it and is fairly large.&lt;/p&gt;
&lt;p&gt;Give it some time and it will eventually process everything. &amp;nbsp;On my laptop, it took a few minutes before the API fully resolved.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6678782</link><pubDate>Thu, 06 Dec 2007 15:09:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6678782</guid><dc:creator>Zeeshan</dc:creator><description>&lt;p&gt;Yes it did load after few minutes. Now i 'm stuck in another problem. On compiling the code without errors and starting the application, i get the error &amp;quot;Object reference not set to an instance of an object. &amp;quot;&lt;/p&gt;
&lt;p&gt;The line highlighted red is :&lt;/p&gt;
&lt;p&gt;Line 125: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Dim items() As com.ebay.developer.ItemType = buyingResponse.WatchList.ItemArray&lt;/p&gt;
&lt;p&gt;Please help.&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6693463</link><pubDate>Fri, 07 Dec 2007 17:36:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6693463</guid><dc:creator>zee</dc:creator><description>&lt;p&gt;Please ignore my previous post. I figured out the problem. I was using sandbox url with production keys.&lt;/p&gt;
&lt;p&gt;Now, i have another problem :)&lt;/p&gt;
&lt;p&gt;I'm getting the following error :&lt;/p&gt;
&lt;p&gt;c:\inetpub\wwwroot\WebDesign\WebForm1.aspx.vb(133): Operator '-' is not defined for types 'Date' and 'Date'.&lt;/p&gt;
&lt;p&gt;on the line:&lt;/p&gt;
&lt;p&gt;timeLeft = endTime - now&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6696152</link><pubDate>Fri, 07 Dec 2007 22:09:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6696152</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;Looks like from the error you're attempting to subtract 2 date objects.&lt;/p&gt;
&lt;p&gt;Switch to a DateTime object and you'll be able to do that. &amp;nbsp;Something along the lines of &lt;/p&gt;
&lt;p&gt;DateTime.Now - start&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6795632</link><pubDate>Tue, 18 Dec 2007 13:45:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6795632</guid><dc:creator>daivagna</dc:creator><description>&lt;p&gt;i am getting &amp;quot;application name invalid&amp;quot;..error...i passed all four parameters i.e APPID,DEVID,CERTID and AUTHtOKEN...but it fires above error&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6875764</link><pubDate>Thu, 27 Dec 2007 10:50:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6875764</guid><dc:creator>haojian jin</dc:creator><description>&lt;p&gt;I am meeting with the same problem with daivagna .&lt;/p&gt;
&lt;p&gt;There is a error called &amp;quot;application name invalid&amp;quot;.&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6875998</link><pubDate>Thu, 27 Dec 2007 11:44:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6875998</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@daivagna and @haojian jin: &amp;nbsp;are you sure you have eBayAuthToken property using your ebay auth token?&lt;/p&gt;
&lt;p&gt;If you're still having problems contact us @ via the contact link at the top of the blog. &amp;nbsp;I'll email you from there.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#6907732</link><pubDate>Sun, 30 Dec 2007 16:35:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6907732</guid><dc:creator>Ranjit</dc:creator><description>&lt;p&gt;Very Good Sample. its working fine. But can any body will help me to get the order Details using the same process ? i have tried alot but... i am not getting any response. &lt;/p&gt;
&lt;p&gt; please help me. ...&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7002431</link><pubDate>Sun, 06 Jan 2008 10:45:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7002431</guid><dc:creator>haojian jin</dc:creator><description>&lt;P&gt;Hi. I have a question. How can i finish the search function like the one in ebayDesktop.Which api can lead me there? Waiting for response . i will very appreciate your help if u can contact me @ email.&lt;/P&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7039020</link><pubDate>Wed, 09 Jan 2008 13:12:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7039020</guid><dc:creator>Victor</dc:creator><description>&lt;p&gt;Does anybody tried this on Visual Studio 2008 ? &amp;nbsp;If I try to build it, the build hangs and takes 100% resources. &lt;/p&gt;
&lt;p&gt;On 2005 eveything is OK. &lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7111210</link><pubDate>Mon, 14 Jan 2008 23:12:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7111210</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Victor: &amp;nbsp;This happened to me when I was adding the reference, but it built fine under VS 2008. &amp;nbsp;The ebay API takes a bit to download. &amp;nbsp;That could be it. &amp;nbsp;I think it took me about 15+ minutes when I did it.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7302612</link><pubDate>Tue, 29 Jan 2008 12:42:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7302612</guid><dc:creator>Xavier</dc:creator><description>&lt;p&gt;1) Hi! I am confuse with the callName.&lt;/p&gt;
&lt;p&gt;string callName = &amp;quot;GetMyeBayBuying&amp;quot;;&lt;/p&gt;
&lt;p&gt;Where can i find the call name?&lt;/p&gt;
&lt;p&gt;2) I had a &amp;quot;Application name invalid.&amp;quot; Server error page.&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7322238</link><pubDate>Wed, 30 Jan 2008 11:14:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7322238</guid><dc:creator>simster</dc:creator><description>&lt;p&gt;System.NullReferenceException: Object reference not set to an instance of an object. &lt;/p&gt;
&lt;p&gt; ItemType items = buyingResponse.WatchList.ItemArray;&lt;/p&gt;
&lt;p&gt;i am having problem with this line..&lt;/p&gt;
&lt;p&gt;please help!!&lt;/p&gt;
&lt;p&gt;very urgent!!&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7567014</link><pubDate>Sat, 09 Feb 2008 21:47:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7567014</guid><dc:creator>Barry</dc:creator><description>&lt;p&gt;The following line of code is giving me a hell of a time:&lt;/p&gt;
&lt;p&gt;eBayAPIInterfaceService service = new eBayAPIInterfaceService();&lt;/p&gt;
&lt;p&gt;Yields -&amp;gt;&lt;/p&gt;
&lt;p&gt;The type or namespace name 'eBayAPIInterfaceService' could not be found (are you missing a using directive or an assembly reference?)&lt;/p&gt;
&lt;p&gt;I can't find any resources to explain where/what the assembly is.&lt;/p&gt;
&lt;p&gt;I&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7644664</link><pubDate>Tue, 12 Feb 2008 18:01:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7644664</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Barry: &amp;nbsp;Are you copying code or did you use the source we provided? &amp;nbsp;If you are just copying code, did you include the web service then at the top of the class include the using block to say You're using the ebay API?&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7644860</link><pubDate>Tue, 12 Feb 2008 18:09:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7644860</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Xavier: No clue why it does that, you may want to contact Alan who wrote the article.&lt;/p&gt;
&lt;p&gt;@simster: &amp;nbsp;You're watchlist may be null which may imply you got zero search results from a quick glance.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7662540</link><pubDate>Wed, 13 Feb 2008 07:02:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7662540</guid><dc:creator>Barry</dc:creator><description>&lt;p&gt;@Coding4Fun&lt;/p&gt;
&lt;p&gt;I am copying the C# code from the blocks above.&lt;/p&gt;
&lt;p&gt;I add the Service Reference from &lt;a rel="nofollow" target="_new" href="http://developer.ebay.com/webservices/latest/eBaySvc.wsdl"&gt;http://developer.ebay.com/webservices/latest/eBaySvc.wsdl&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And as far as namespaces, the only 3 I can find are:&lt;/p&gt;
&lt;p&gt;using eBay.ServiceReference;&lt;/p&gt;
&lt;p&gt;using eBay.Properties;&lt;/p&gt;
&lt;p&gt;using eBay;&lt;/p&gt;
&lt;p&gt;However I might be missing something, I can't find the eBayAPIInterfaceService object in the entire eBay namespace&lt;/p&gt;
&lt;p&gt;I'm using VS 2008, .NET 3.5 if that would make a difference&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#7678876</link><pubDate>Wed, 13 Feb 2008 21:32:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7678876</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Barry:&lt;/p&gt;
&lt;p&gt;This worked for me.&lt;/p&gt;
&lt;p&gt;using ebayTest.com.ebay.developer;&lt;/p&gt;
&lt;p&gt;ebayTest is my project name. &amp;nbsp;My web service name is com.ebay.developer too.&lt;/p&gt;
&lt;p&gt;This is from a fresh project too.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8047675</link><pubDate>Wed, 05 Mar 2008 10:31:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8047675</guid><dc:creator>Marty</dc:creator><description>&lt;p&gt;I just tried the C# version from the download link above.&lt;/p&gt;
&lt;p&gt;I am using VS 2008 Express.&lt;/p&gt;
&lt;p&gt;I created a New Web site, imported the WSDL file as above.&lt;/p&gt;
&lt;p&gt;Copied the source code from the download.&lt;/p&gt;
&lt;p&gt;Inserted my AUTHID etc.&lt;/p&gt;
&lt;p&gt;When compiling, I get one error on line 11&lt;/p&gt;
&lt;p&gt;Line 11 is in Default.aspx.cs&lt;/p&gt;
&lt;p&gt;using eBayWebServices;&lt;/p&gt;
&lt;p&gt;Error	1	The type or namespace name 'eBayWebServices' could not be found (are you missing a using directive or an assembly reference?)	&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8095185</link><pubDate>Fri, 07 Mar 2008 14:52:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8095185</guid><dc:creator>Marty</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I left a question a few days ago and it has not shown up.&lt;/p&gt;
&lt;p&gt;Any reason why?&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8113747</link><pubDate>Sat, 08 Mar 2008 19:27:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8113747</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Marty: &amp;nbsp;Sorry, I was at Mix 08 and am only now catching up. &amp;nbsp;When you created your web service, what did you name it? &amp;nbsp;That is what your using block for that should be. &amp;nbsp;The author of this article renamed his from the default generated to &amp;quot;eBayWebService&amp;quot;&lt;/p&gt;
&lt;p&gt;Do me a favor, type &amp;quot;using &amp;quot; then hit control-space. &amp;nbsp;I'll bet your'll see one of the items in the list be the item that you named your web service.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8116775</link><pubDate>Sun, 09 Mar 2008 11:58:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8116775</guid><dc:creator>Marty</dc:creator><description>&lt;p&gt;HI,&lt;/p&gt;
&lt;p&gt;Figured you must have been away.&lt;/p&gt;
&lt;p&gt;I am new to all this so be gentle with me.&lt;/p&gt;
&lt;p&gt;When creating the Web service, is that when you are doing the&lt;/p&gt;
&lt;p&gt;Add Web Reference?&lt;/p&gt;
&lt;p&gt;Where do I type the using CRTL-space?&lt;/p&gt;
&lt;p&gt;Marty&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8137377</link><pubDate>Mon, 10 Mar 2008 23:30:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8137377</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Marty: &amp;nbsp;Email me by clicking the contact button up on the top and we'll take this offline from this thread. &amp;nbsp;I'll be able to respond quicker then I'll post a response on this thread on how we fixed the issue.&lt;/p&gt;
&lt;p&gt;I'll be able to do a screen cast possibly to help out and talk you through it.&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8863612</link><pubDate>Thu, 14 Aug 2008 05:55:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8863612</guid><dc:creator>Desperate Student TT</dc:creator><description>&lt;p&gt;I have this error!!&lt;/p&gt;
&lt;p&gt;Object reference not set to an instance of an object. &lt;/p&gt;
&lt;p&gt;Line 51: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ItemType[] items = buyingResponse.WatchList.ItemArray;&lt;/p&gt;
&lt;p&gt;HELP PLS T.T&lt;/p&gt;</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8867753</link><pubDate>Thu, 14 Aug 2008 22:39:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8867753</guid><dc:creator>Coding4Fun</dc:creator><description>&lt;p&gt;@Desperate Student TT: &amp;nbsp;Put in a break point, I bet your WatchList is null.&lt;/p&gt;
&lt;p&gt;You'll need to do more defensive coding and verify the buyingResponse.WatchList != null before moving foward&lt;/p&gt;
</description></item><item><title>re: Building a Custom eBay Watch List Using the SOAP API</title><link>http://blogs.msdn.com/coding4fun/archive/2006/10/31/912397.aspx#8899354</link><pubDate>Wed, 27 Aug 2008 11:34:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8899354</guid><dc:creator>Bun</dc:creator><description>&lt;p&gt;solved this problem&lt;/p&gt;
&lt;p&gt;Line 51: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ItemType[] items = buyingResponse.WatchList.ItemArray&lt;/p&gt;
&lt;p&gt;replace it with this code&lt;/p&gt;
&lt;p&gt; &amp;nbsp;if (buyingResponse.WatchList != null)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;items = buyingResponse.WatchList.ItemArray;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt;and &amp;nbsp;if (items != null), put this 'if' loop to cover the entire 'add table raw' code&lt;/p&gt;</description></item></channel></rss>