Hi, in [1] I read this:
> The Rpc class provides you with another high-level interface to server > interaction. You will usually use this class if you have a server-based > “service” that you want to make accessible on the client side via an > RPC-like interface > and what does mean "RPC-like interface"? I thought that via XHR & JSON a php script would send _real_ RPC request to interact with a rubyscript of mine. Is that possible/the propose of the class rpc? Now i set up a proxy at http://127.0.0.1:80/8080/ proxying to http://127.0.0.1:8080/ and used rpc.setUrl("http://localhost:80/8080/"); but still get the same error message. I due to my poor englisch I don't really understand what transports are for. Are they just interfaces for document.write("<script src='newdata.js'/>"); or what? If they are, i need to write a completely new serverside (f)cgi interface for RPC server calls, right? -- View this message in context: http://www.nabble.com/xml-rpc%3A-Async%282%29-exception%3A-Transport-error-0%3A-Unknown-status-code-tp21054575p21059209.html Sent from the qooxdoo-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
