Search the web
Sign In
New User? Sign Up
yws-searchmarketing · Yahoo! Search Marketing Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 50 - 79 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
50
Hi! When I send: <Actions accountId="<existing ID>"> <CreateAccount name="develop" market="UK" /> </Actions> server response me: permission denied....
stranger198011
Offline Send Email
Feb 2, 2006
4:53 pm
51
... The CreateAccount command might not be enabled for the program you signed onto. In order to check permissions for your license key, please email our...
senor_ysm
Offline Send Email
Feb 2, 2006
5:21 pm
52
I am looking for a way to send a POST to the x-secure.overture.com server from C#.NET Anything would help. Thanks Mani...
E_MANIGKANDAN
Offline Send Email
Feb 3, 2006
7:30 am
53
Hi Mani, We can't really help you with programming language specific issues around making HTTP posts. For such issues, I'd suggest a good book or web...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Feb 3, 2006
5:34 pm
54
Hello, I need to write a script that has the ability to update the destination URL for every single listing that an account contains. Basically I want to tag...
simkhjo
Offline Send Email
Feb 3, 2006
9:02 pm
55
Hi again. There certainly is an update call. For this case, you want to use the SetListingTDU call. TDU means "title, description, url". You don't have to...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Feb 6, 2006
5:24 am
56
Anyone get a response using coldfusion? <cfscript> // Build XML XMLstr = '<?xml version="1.0" encoding="UTF-8"?> <DTCRequest...
evital143
Offline Send Email
Feb 16, 2006
5:28 am
57
I am trying to make POSTs using C#/.net and its not working for me as well. I supplied all the neccessary Header info but the call to getresponse times out....
kleonardacrmed
Offline Send Email
Feb 22, 2006
11:07 pm
58
Are you guys posting to https versus http? You'd definitely have problems if not....
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Feb 22, 2006
11:18 pm
59
I am using https. ... me as ... Marketing ... issues ... book or ... the ... something...
kleonardacrmed
Offline Send Email
Feb 23, 2006
3:53 am
60
Finally I figured out a way to post through .NET and it is very very simple. requestURL ="https://x-secure.overture.com/index.jhtml? _DARGS=/index.jhtml&xml=";...
E_MANIGKANDAN
Offline Send Email
Feb 23, 2006
5:13 am
61
Yeah that way worked for me too. The reason it works is because for some reason the Yahoo API doesn't like .net adding the POST header explicitly. I tried it...
kleonardacrmed
Offline Send Email
Feb 23, 2006
2:52 pm
62
I mean the POST method. ... response....
kleonardacrmed
Offline Send Email
Feb 23, 2006
2:58 pm
63
The other option would be to use webclient and pass the name value pair (ie., xml & the other "&_D:/go2/xml/XMLRequestHandler.submit). It works but this is...
Manikandan Ehambaram
E_MANIGKANDAN
Offline Send Email
Feb 23, 2006
7:15 pm
64
I tried to run the example and the server returned this error: SSL certificate problem, verify that the CA cert is OK Any ideas? Thanks, Kevin...
kdwmoney94309
Offline Send Email
Feb 23, 2006
11:59 pm
65
That sounds like a client-side cert issue. Make sure the SSL libraries you are using were installed properly (I'm not sure how PHP libs do this). Good luck. ...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Feb 24, 2006
2:56 am
66
When I submit a query to the server, I get an Internet Error. Any idea why this query would work with some listings and not with others? <?xml version="1.0"...
Michael
mylesmg
Online Now Send Email
Mar 1, 2006
4:17 pm
67
Do you always get an error for the same listingId, or will it *eventually* go through? Basically, if you can find a pattern, it's easier to help you out....
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 1, 2006
8:05 pm
68
I don't always get that error. Sometimes if I try again later it WILL go through (which has made it a nightmare to debug). I am sending requests to the system...
Mike
mylesmg
Online Now Send Email
Mar 1, 2006
9:12 pm
69
Gotcha. You should route this issue to the support email address you have in your license info. Those folks can escalate any issues you are seeing, since it...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 1, 2006
10:13 pm
70
Ok, I talked with the XML API tech support team. The problem is on their end, and they said in no uncertain terms that I am simply going to have to refactor my...
Michael
mylesmg
Online Now Send Email
Mar 4, 2006
10:01 pm
71 John
americanboun...
Offline Send Email
Mar 6, 2006
8:43 pm
72
The error message "Your report contains a large amount of data and is being processed. Please wait 30 minutes and submit your request again." is occurring...
hmcclungiii
Offline Send Email
Mar 9, 2006
9:36 pm
73
I'm pretty sure this means the report is churning in the background. If you send the EXACT SAME arguments back in 30 minutes, it will not start the report...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 9, 2006
9:59 pm
74
Hi, my name is Luigi, i am having endless problems getting to post to the https, so i read the code that Matt Plummer has uploaded. By the way thank you Matt,...
luigitfn
Offline Send Email
Mar 14, 2006
10:13 pm
75
Are you stuck using php or can you move to using a different language? The concepts are the same, it's just the specific implementation that may differ. IIRC,...
Yahoo! Search Marketi...
ysm_monkey
Offline Send Email
Mar 15, 2006
5:37 pm
76
Sometimes when i run a report i get this error message, is there a way to make my request wait longer? "Operation timed out with 0 out of -1 bytes received" ...
luigitfn
Offline Send Email
Mar 20, 2006
9:35 am
77
That errors sounds like it's a client-side error, possibly from whatever HTTP libraries you are using. At least, I don't recall ever seeing that come out of...
Matt Plummer
ysm_monkey
Offline Send Email
Mar 20, 2006
6:12 pm
78
I am having this same issue... If you add the option: curl_setopt($key, CURLOPT_SSL_VERIFYPEER, FALSE); then you can skip the ssl checking... however after...
damernic1
Offline Send Email
Mar 24, 2006
8:01 pm
79
Just a further note on this...the php5 example file uses the test site https://x-secure-test.overture.com/ ...which is currently out of commission (i didnt...
damernic1
Offline Send Email
Mar 25, 2006
10:08 pm
Messages 50 - 79 of 1087   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help