I am trying to create a C# wrapper for the production APIs using the wsdl.exe tool and am getting an error. Here is the command line that I am using to do...
I'm trying to create a basic report using C# but I'm getting an error that says I'm missing a username,password, or accountid. Below is an abbreviated version...
bart.miller
bart.miller@...
Jan 4, 2007 12:32 pm
324
I'm getting the same thing. IE7 gives me a nasty warning but shows me the XML. You can view source on this, save it to some.wsdl and then generate pointing...
You might try posting more code. In this example, you never created the objects for some of the properties. have you reviewed the samples? ... error that...
I'm trying to run the getKeywordsByAccountID method in KeywordServiceService and I keep getting this error message back from Yahoo: "Not enough message parts...
just checked the doco ... try this instead: http://ysm.techportal.searchmarketing.yahoo.com/docs/wsdl/V1/LocationS ervice.wsdl ... going ... the ... ...
Hey guys, I think the issue is the hostname you are using. 'marketing.ews.yahooapis.com' isn't the right host to use, and I expect a change to be made on the...
Thanks monkey. Perhaps the "wsdl" links on pages such as http://ysm.techportal.searchmarketing.yahoo.com/docs/reference/service s/BasicReportService.asp could...
I'd suggest NOT using the WSDL hosted in the tech portal. Those are meant for reference, not for actual use in your code. The wsdl link I just sent is much...
Then only samples I'm aware of are located here: http://ysm.techportal.searchmarketing.yahoo.com/docs/sample_code/net.asp But that code doesn't compile and is...
bart.miller
bart.miller@...
Jan 4, 2007 6:58 pm
334
I'm posting to the sandbox. the url is https://sandbox.marketing.ews.yahooapis.com/services/V1/KeywordService ... ...
Here's some additional code that may provide more info. And as mentioned earlier if there are any samples available please provide links to those. Yahoo has...
bart.miller
bart.miller@...
Jan 7, 2007 1:42 am
338
I'm setting up for On-behalf-of Authorizations, as described at http://ysm.techportal.searchmarketing.yahoo.com/docs/gsg/auth.asp#onbeha lfof. Unfortunately,...
If the WSDL contains a header, it become mandatory per SOAP specs. So optional headers cannot be put into the WSDL, they must be manually injected by the...
That is hard to swallow to say the least. Who cares if it is required in the header? It is much easier to simply pass a null string as the value of required...
I have a hard time understanding why (presumably) the largest 1% of accounts don't get 100% support too. Maybe .... ah ... who cares about politics. Anyway...
... Yeah, don't get me wrong here. In my personal opinion, the 1% that need the OBO (on behalf of) commands tend to be a bit more technically adept and can...
Just a couple of more questions: 1) Do you have a sandbox user ID? It seems you are using the types from the sandbox URLs. The message may be indicating an...
This is a bit unfortunate. Now we will have to run adgroup and keyword reports to get the day's data. Google has a more effective way of handling this...
"The keywords in that Ad Group should be thematically similar so that your Ad Group represents some sort of a concept." -- I agree, so that our keywords, which...
Guys, I hope this helps some of the HTTP/XML based request generators. Here is an example SOAP envelope to make an ON Behalf of Authorization to get the Master...
Guys, One more thing I found about the basic reporting service keyword performance report and that is if when you use <startDate> and <endDate> to pull the...
How to I change a keyword that has a sponsoredSearchMaxBid so that it no longer has a "custom" bid? I would like for the keyword to use the default AdGroup...