I can't seem to get even the most basic Ebay Api Call working. I'm trying to do the tutorial found here:
http://developer.ebay.com/DevZone/xml/docs/HowTo/FirstCall/MakingCallCSharp.html
However i keep getting an error that read:
"the type or namespace 'eBayAPIInterfaceService' could not be found(are you missing a using directive or assembly reference?)
(Using Visual Studio 2012)
I added the service reference http://developer.ebay.com/webservices/latest/ebaySvc.wsdl
I made sure to add the using statement. All other ebay Api objects are being recognized CustomSecurityHeaderType, GeteBayOfficialTimeRequestType and GeteBayOfficialTimeResponseType are not showing up as errors. Its seems to be only eBayAPIInterfaceService
I've searched for solutions to this problem and it seems like others have had this problem in the past however I can't find any solutions.