We used to have only a single master account and the API worked fine for us. Now we have multiple master accounts and we are always getting a "xxxxxxxx is not...
No, you do not need a new license key but you will have to change the way you package your SOAP by adding some additional headers. Start here for further...
I have asked this in many other threads with no response. We have no record of a security key with our accounts. The only account specific id we have is the...
I looked at the posting you suggested. Are you saying that I have to use onBehalfOfUsername and onBehalfOfPassword for particular master accounts to be able...
This has indeed been answered before. The Search Marketing APIs (DTCXML or EWS) are not self-service. You must have a license key to use them, for what I...
Yes, OnBehalfOf is the way to go in this case. Once you have multiple master accounts, you are essentially behaving as an agency. This is debatable, but is...
Yes, I am definately interested. I wrote a web service in .NET 2.0 (VS2005) that accesses the Yahoo API but has no reference to OnBehalfOfAuthorizations....
Ah, but it would be soooo much easier if you also including onBehalfOfUsername and onBehalfOfPassword in the WSDL and then just wrote the specs to state that...
One last thing to add to this, in VS.NET 2005, if you create web references the way MS wants you to, the code isn't even available to be altered since they do...
So to implement this, I have to change the WSDL and also change it each time the API changes? Why isn't it in the WSDL? ... just ... headers, ... to ... ...
Did you read the entire thread that I pointed you towards earlier? It explains in detail that tasks that need to be accomplished. Mind you, this is for .NET...
Yes, I read the whole thing. I have to change the WSDL and add the OBO class to my code. The problem is that I have to change the WSDL each time the API is...
You do not have to alter the WSDL but you do have to alter the code generated by the WSDL.exe utility. If you are using the latest VS.NET 2K5 way of adding a...
Yes, I'm using VS2005. Will that commandline generate the OBO headers that I need in my WSDL? And if it does, will I be able to access other master accounts...
No, the command line just generates a C# file representing ALL of the imported web services. You will then have to alter this file as per the earlier discussed...
Hi Guys... would anyone have an sample vb.net code used to run reports through ews? If so I would be grateful as im a bit stuck in the mud at the moment! Am I...
Here is the code im using: Dim location As New LocationServiceService Dim masteraccountid As New masterAccountID masteraccountid.Text = New String() {"123"} ...
... Yes I have used this as a reference since I started this project. However there is nothing here that says where our license key resides. We have someone...
Correct. License keys are not standard issue. They have a set amount of quota available and that requires a discussion with the Y!SM Technical Sales team. ...
Hi all, I'm a PHP contractor writing an application to aggregate affiliate marketing data from various search engines and affiliate networks. I've finished...
Hi there, The DTC api will be no more in a couple of weeks. You need to build your application to use the new API. To get access to this you need to talk to ...
I tried to add the code you mentioned to the generated CS file but I get a compilation error on "SoapHttpClientProtocolBase" when I try to build the DLL....
Sorry about that, change that to "System.Web.Services.Protocols.SoapHttpClientProtocol" SoapHttpClientProtocolBase is another Base class that I use for web ...
Thanks...I was able to build the library. Unfortunately, when I use the onBehalfOfUserName and onBehalfOfPassword in the locationservice, I get a "login...
what do you mean DTC API is no more?? Yahoo is not ready for other regions (other than US) like EU and Japan?? DTC API needs to be supported for those regions...
I'm willing to bet that you are not entering the correct credentials for the header values. Please double check. The Username, password and lilicense headers...
FYI, if you're gonna need much more help figuring this out, then I'm gonna have to start charging you! ;) ... credentials ... and ... is ... in ... still ... ...
You are absolutely correct. I had the login values switched. It works now! Thanks a bunch! =) ... credentials ... and ... changes is ... in ... still ... ...