Hi, I have two questions on XMLRPC implementation: 1) Does anyone know how to use WSDL (or another language) to describe XMLRPC web services? 2) In the...
... I don't think WSDL can provide this (very sadly). But there are some other IDL-type efforts for XML-RPC. Search at XML-RPC.org I think. Also note that I...
I've taken a look at the CVS code, and it looks fine (note: I've not tried to use it, though). I would prefer to have at least one function name that is...
I have the basic application I need working well enough inside of Eclipse, but it fails to run in a browser, firefox or IE either one. I get an applet not...
Renaming it altogether is good, and that is what was done in (?)groupware. I was trying to consider backwards-compatibility for people who have been using the...
FWIW, just noticed that the demo XML-RPC server at: http://xmlrpc.usefulinc.com/demo/server.php is returning multiple content length headers. Ie., HTTP/1.0 200...
Not sure what's wrong there. But, the server works at http://milosch.dyndns.org/xmlrpc/server.php. This is the current code from CVS. I don't see anywhere...
AFAIK: the HTTP rfc (2616) does mandate that the same header appear only once in a request, unless the specific header accepts a csv list of values (which is...
I've got an application which works fine in the eclipse IDE but bombs when I try to export it and run it in a browser. I get an app notinited message and...
If I get it right, we agree 100%: - have an official function name that can be used starting from next release and will always be available regardless of php...
... Actually... Setting the applet archive parameter fixed the problem of the applet not loading in a browser. I didn't get around to trying to run the xmlrpc...
... Yeah. The whole thing amounts to three computers hooked together with a westell modem and a linksys router, the dsl modem is 192.168.1.1 and the router...
Wait a second.... You're right, and I'm an idiot, the applet should be on the host computer. I'd been trying to run it from a directory on the client. The...
Ever heard about applet sandbox security ? It basically says it can only connect to the same host from where the web-page came form. If not, you need to enter...
... Hello. Would you please read this: http://www.catb.org/~esr/faqs/smart-questions.html Then would you ask you question again giving us the information we...
Hi, following is my server code: XmlRpcServer xServer = new XmlRpcServer(); xServer.addHandler("Survey", new VoteHandler2()); //Prepare and send Result byte[]...
sure. I am implementing xml-rpc for the first time and i used the specs on http://www.codenotes.com/articles/articleAction.aspx?articleID=2050 I could work out...
... Ok you are using the Apache XML-RPC implementation. Can you please post the stack trace which comes with the exception? John Wilson The Wilson Partnership ...
how I create a Java program. recover invocations Xml-RPC of a program customer and posts the name of the called upon method, its parameters as well as the...
how I create a Java program. recover invocations Xml-RPC of a program customer and posts the name of the called upon method, its parameters as well as the...
Hi, I'm newbie to xmlrpc. I have set up local server on my Windows PC using IIS and i would like to update both side database that locate in the localhost and...