10/09/2009: No API calls to the EWS11 and EWS31 endpoints will be serviced for approximately ten hours, beginning at 6:00 p.m. PDT on Friday, October 9 and...
1080
Ravi Jain
onlyravi_2k3
Oct 9, 2009 7:57 am
Hi, How do I found out which end point am i using? Thanks. - Ravi ... -- इतने शिद्दत से तुम्हे पाने की...
1081
Sheila
she.phpoo
Oct 9, 2009 7:57 am
I am developing YahooEWSClient.php and request the file nusoap, more specific function Call it returns this error "( [faultcode] => soap:Client [faultstring]...
1082
mcnealysm
Oct 9, 2009 8:00 am
In the fourth quarter of 2009, Yahoo! Search Marketing is planning to launch a new version of the Enterprise Web Services (EWS) Marketing API. EWS Version 6.0...
1083
mcnealysm
Oct 9, 2009 7:41 pm
No API calls to the EWS12 and EWS13 endpoints will be serviced for approximately six hours, beginning at 6:00 p.m. PDT on Friday, October 16 and ending at...
1084
mcnealysm
Oct 9, 2009 7:45 pm
What URL Prefix is returned when you call getMasterAccountLocation?...
1085
mcnealysm
Oct 9, 2009 7:55 pm
You will only be affected if the URL Prefix begins with "https://ews11..." or "https://ews31..."....
1086
mcnealysm
Oct 13, 2009 8:47 pm
Upcoming Systems Maintenane on 10/19/2009 Due to system upgrades taking place from 6:00 a.m. PDT on Monday, October 19 to 6:00 p.m. PDT on Friday, October 23,...
1087
mcnealysm
Oct 14, 2009 10:41 pm
Due to system upgrades taking place from 7:00 p.m. PDT on Wednesday, October 14 to 10:00 a.m. PDT on Thursday, October 15, API calls sent to the EWS 21, EWS 22...
1088
ramoji_lingamaneni
ramoji_linga...
Dec 1, 2009 6:09 pm
Hi All, I have applied for sandbox license key but have not got it until now.Can anyone post the procedure to apply for a sandbox license key? Also, Does Yahoo...
1089
mcnealysm
Dec 7, 2009 8:45 pm
How did you apply for a sandbox license? Please see http://searchmarketing.yahoo.com/developer for more information on the EWS API....
1090
kdwmoney94309
Feb 8, 2010 4:34 pm
Hi, We've been running daily reports for years now. Only one of them actually completed this morning, at 5:26am Pacific time. All the others get stuck with in...
1091
kdwmoney94309
Feb 8, 2010 6:53 pm
Hey guys, It's been over 2 hours, fired off a couple more report requests, still no luck. Could someone please give the machine a kick for me? What info do you...
1092
stan.dragnev
Feb 19, 2010 11:29 pm
Hi there, I'm having the following very very frustrating problem. I try to request a report (using Java and connecting to the sandbox) giving the start and end...
1093
ficticio77
Feb 19, 2010 11:29 pm
Hello everybody! Someone can help me? I need a example to get a report with Java. Thank you very much...
1094
abhinay.mehta
Feb 19, 2010 11:29 pm
We've been unsuccessfully trying to schedule some reports using BasicReportService's addReportRequest operation. This is our request XML: <env:Envelope...
1095
josephsilvestercorrey...
josephsilves...
Feb 19, 2010 11:30 pm
I am trying to integrate the YAhoo EWS code in my site.The php version that iam using is 5.3.1. When trying to run the script its showing SOAP error and iam...
1096
kelkoolionelg
Feb 19, 2010 11:30 pm
Hello, I work in java with api 6.0 (generated the stub with wsdl) I successfully use the BasicReportServiceService and service locator service to get the...
1097
billharrelson
Feb 19, 2010 11:30 pm
Are there any examples anywhere? I've got the WSDL and generated the stubs and most of it I understand, but I don't get where to put the credentials. TIA...
1098
shodson
Feb 19, 2010 11:30 pm
I'm using C#/.NET, the ICSharpCode.SharpZipLib ZIP library, and v6.1 of EWS When I run a BasicReport I set zipped=true in my FileOutputFormat. But what kind...
1099
peng_qu
Feb 19, 2010 11:31 pm
Hi, is your problem resolved? I encountered exactly the same issue when upgrading from V5 to V6. Thanks...
1100
sreenu_daram
Feb 19, 2010 11:32 pm
Could you please provide me sample code set BlockedDomainList for Account. I am getting 'Account cannot be accessed at this location.' Error....
1101
zhanga05
Feb 19, 2010 11:32 pm
When do the addReportRequest call in v6 without specifying the accountID as None, I got "E1009, Message: Account not found"; The accountID field is specified...
1102
billharrelson
Feb 19, 2010 11:33 pm
Could someone post an example message for requesting a report? I'm having some difficulty generating one that is acceptable. Thanks....
1103
josephsilvestercorrey...
josephsilves...
Feb 19, 2010 11:48 pm
I am trying to integrate the YAhoo EWS code in my site.The php version that iam using is 5.3.1. When trying to run the script its showing SOAP error and iam...
1104
mcnealysm
Feb 22, 2010 7:00 pm
Please take a look at the following sample code: http://developer.searchmarketing.yahoo.com/docs/V6/sample_code/index.php While there is no specific sample...
1105
mcnealysm
Feb 22, 2010 7:01 pm
Hello, You are not accessing the account at the correct EWS endpoint. The endpoint to hit should be fetched using the LocationService as described at the URL...
1106
mcnealysm
Feb 22, 2010 7:04 pm
Sending a NULL value is achieved by passing... <v1 xsi:nil="true"/> no <v1 xsi:null="1"/> Details can be found at the following URL: ...
1107
Dreadjr
Feb 26, 2010 4:19 am
If I have 50 previously submitted reports for a given masterAccount/user and call the addReportRequest() method, does it throw an error, if so which one? if...
1108
shettytejesh
Mar 5, 2010 10:12 pm
I am using V6 sample code and testing different bulk service operation. I have changed the sample code to return feedback file for success and also failures. ...