trisnombolong / json-xml-rpc

Automatically exported from code.google.com/p/json-xml-rpc
0 stars 0 forks source link

location is defined #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Using Google Desktop Gadget API so crete XML-RPC connection from java script

1.Call of the Service Proxy from Java Script
  var service = new rpc.ServiceProxy("http://MYIP:8069", {asynchronous: true,  protocol: "XML-RPC",user: "admin",password: "admin",methods: ["login"]});

2. Error : Ox800A1391; Description 'location' not defined:

What is the expected output? What do you see instead?
  It shoud login to my server with given pass word and usrname

What version of the product are you using? On what operating system?
 + Development Enviro : WindowsXP and shoud also work on Linux
 + rpc-client-javascript-0.8.0.2.zip > RPC JavaScript client implementation in the class rpc.ServiceProxy (Version 0.8.0.2)

i am not able connect to my server using XML-RPC and Java-Script.
can nay one help me out ???
and i think this is really major bug with lib cause i didn;t find location var 
declared defined before using it ???
Waiting for positive answer !!!

Regards
JAMIN

Original issue reported on code.google.com by jigarami...@gmail.com on 14 Feb 2011 at 11:32