Search the web
Sign In
New User? Sign Up
jsolait
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
calling handleResponse from an instance function of the XMLRPCMetho   Message List  
Reply | Forward Message #282 of 411 |
Re: calling handleResponse from an instance function of the XMLRPCMethod?

--- In jsolait@yahoogroups.com, "Jan-Klaas Kollhof" <keyjaque@...> wrote:

>
> handleResponse is declared with var and therefor enot visible outside
> of the class.
>
> it might be a good idea to handle have it part of the object so one
> can do things like you describe.
>
>
> Jan
>

Hi,

I simply went into the xmlrpc.js. I change "var handleResponse" to
"publ.handleResponse" and located all the calls to "handleResponse"
and changed it to "this.handleResponse".

Everything else seems to work. Is this the correct way to do what I
wanted to do? Are you planning to change this in the trunk?

-Roy







Mon Oct 2, 2006 8:05 pm

roynos
Offline Offline
Send Email Send Email

Forward
Message #282 of 411 |
Expand Messages Author Sort by Date

Hi, I had to bypasss the XML RPC ServiceProxy and HTTP POST directly to a server. The server returns an XMLRPC response. I want to use the XMLRPC module to...
roynos
Offline Send Email
Sep 28, 2006
12:13 am

I tried using the handleResponse function from the XMLRPCMethod. But I couldn't get it to work. I have something like this: function foo(url) { var liburl =...
roynos
Offline Send Email
Sep 28, 2006
12:18 am

Hi, ... handleResponse is declared with var and therefor enot visible outside of the class. it might be a good idea to handle have it part of the object so one...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Sep 30, 2006
4:28 pm

... Hi, I simply went into the xmlrpc.js. I change "var handleResponse" to "publ.handleResponse" and located all the calls to "handleResponse" and changed it...
roynos
Offline Send Email
Oct 2, 2006
8:17 pm

That should work. I will have a look and make thwe changes in the trunk...
Jan-Klaas Kollhof
keyjaque
Offline Send Email
Oct 5, 2006
4:54 pm
Advanced

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