Search the web
Sign In
New User? Sign Up
ydn-mail · Yahoo! Mail Developer Community
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? 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 98 - 127 of 651   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
98
I downloaded the java sample and at the top of the file i see: import ymws.yahoo.YmwsStub; How do i get this class file? If I need to generate it, anyone has...
tomiiii
Offline Send Email
Apr 1, 2007
4:51 pm
99
Hi, I performed: java org.apache.axis2.wsdl.WSDL2Java -uri http://mail.yahooapis.com/ws/mail/v1.1/wsdl -o build But then the source code of the example:...
tomiiii
Offline Send Email
Apr 1, 2007
4:52 pm
100
Hi I'm using the example YmwsSample.java I had to do some changes in it since the wsdl2java generated java classes with different numbering postfix, so in...
tomiiii
Offline Send Email
Apr 1, 2007
4:53 pm
101
... developing ... messages ... that ... before. ... yahoo ... etc.,) ... those ... http://zoolib.cvs.sourceforge.net/zoolib/zoolib/src_other/misc/ZUtil_J ...
vitaly_bress
Online Now Send Email
Apr 1, 2007
4:55 pm
102
... Yeah, you've just stumbled onto one of the annoying "features" of Axis2. I never realized they were renumbering the class names, this is good to know. Ryan...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 1, 2007
5:54 pm
103
... Are you using any kind of inline proxy for debugging? I noticed similar behavior when I was using Fiddler to trace data between the service and my Java...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 1, 2007
5:56 pm
104
... The code samples are all linked off of this page: http://developer.yahoo.com/mail/code/ Ryan Kennedy Yahoo! Mail Web Service...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 1, 2007
5:58 pm
105
I was running it from within jbuilder2006. I ran it now directly with console and same thing happens, here is the console: (The classpath is composed out of...
tomiiii
Offline Send Email
Apr 2, 2007
3:57 am
106
Hi! I managed to get it working. I used the web service with java client from my home computer (when i had the connection reset problem it was from my work...
tomiiii
Offline Send Email
Apr 2, 2007
3:57 am
107
It ok i managed to solve it, if you have this problem just look at the top of the sample (javadoc) you will see directions of how to generate the java files...
tomiiii
Offline Send Email
Apr 2, 2007
3:57 am
108
... That's odd, I wonder if you have some sort of transparent proxy at work. That might cause issues similar to what I saw when I was sending my traffic...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
4:06 am
109
Can anyone provide me with a sample javascript (JSON) code for SearchMessage?...
dmontal2
Online Now Send Email
Apr 2, 2007
6:37 am
110
... Here's what I do in my mailsearch hack (http://ymail.unclehulka.com/mailsearch/). This is PHP code, but you can adapt it to whatever language you're...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
6:48 am
111
I get the following error: Fatal error: Call to undefined function: json_encode() . I embedded the below code into the test.php Do I need to add other code?...
dmontal2
Online Now Send Email
Apr 2, 2007
3:54 pm
112
I am working on an application to store some XML data in the message. I was hoping to store it in the body. Thanks....
Steve_M_Jones_ATT
Steve_M_Jone...
Offline Send Email
Apr 2, 2007
3:56 pm
113
The yahoo account that I was using is, tomiiii@..., please let me know if you need any other information... Sincerely, Tomer ... (when i ... and its ... ...
tomiiii
Offline Send Email
Apr 2, 2007
3:56 pm
114
... developing ... messages ... that ... before. ... yahoo ... etc.,) ... those ... access? ... ...
jpsil123
Offline Send Email
Apr 2, 2007
3:58 pm
115
... You can store it in the body using SaveMessage or SaveRawMessage. Both of those methods are only available for premium accounts, however. Ryan Kennedy ...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
4:05 pm
116
... You need the JSON extension. If you're running PHP 5.2, it should be built-in now: http://us2.php.net/json If you're running PHP 5 and can install...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
4:07 pm
117
... No, you absolutely must have the user go through the authentication phase. They have to let us know that they are granting your application permission to...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
4:07 pm
118
I have gotten a PHP 5.2 account and still for some reason can not get a simple "SearchMessage" query. I do not receive anymore errors, but can not see...
dmontal2
Online Now Send Email
Apr 2, 2007
10:42 pm
119
... Diego: I'm getting ready to head out for the evening, but I'll have a closer look at your code tonight when I get home. Ryan Kennedy Yahoo! Mail Web...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 2, 2007
11:14 pm
120
... Your code doesn't actually make a call. The end of your function looks like this: $json = json_encode( $request) ; return; So you turn the request into...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 3, 2007
5:24 am
121
Ryan, This is the code I came up with but still have problems making it work. It is close to working, but still can not figure out the proper coding way to...
dmontal2
Online Now Send Email
Apr 4, 2007
6:21 am
122
Hi How can I set endpoint or other stuff in registraion by using Localhost? Thanks...
kadynan
Offline Send Email
Apr 5, 2007
4:18 pm
123
In the Java/Axis sample shown on Yahoo's Mail Developers page http://developer.yahoo.com/mail/code/ there is a call to new the BrowserBasedAuthManager class. ...
Greg Mercer
gmercer
Offline Send Email
Apr 5, 2007
7:30 pm
124
... Did you scroll down towards the bottom of YmwsSample.java? It's an inner class of the sample. You can just rip it out. Ryan Kennedy Yahoo! Mail Web Service...
rckenned_at_work
rckenned_at_...
Offline Send Email
Apr 5, 2007
7:51 pm
125
Hi, Im not sure if this is the right group or not, but I am trying to find a script to log-in to Yahoogroups... Someone pointed me to...
Gordon Stewart
gordonisnz
Online Now Send Email
Apr 9, 2007
4:55 pm
126
... How do we know what to use as a proxy ? Is it Yahoos proxy ? Or our own ISP ? (another script im working on (see previous message) - doesnt work - because...
Gordon Stewart
gordonisnz
Online Now Send Email
Apr 9, 2007
4:56 pm
127
... You use whatever proxy you have to, if you actually need one, to get access to the public internet. Ryan Kennedy Yahoo! Mail Web Service...
Ryan Kennedy
rckenned_at_...
Offline Send Email
Apr 9, 2007
5:21 pm
Messages 98 - 127 of 651   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