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...
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:...
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...
... 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...
... 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...
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...
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...
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...
... 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...
... 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...
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?...
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 ... ...
... You can store it in the body using SaveMessage or SaveRawMessage. Both of those methods are only available for premium accounts, however. Ryan Kennedy ...
... 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...
... 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...
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...
... 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...
... 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...
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...
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. ...
... 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...
... 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...