Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
Messages 6060 - 6089 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6060
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...
Chaari Tarak
chaari_tarak
Offline Send Email
Jan 5, 2005
2:36 pm
6061
Hi Chaari, I have used XMLRPC using .Net API. I believe even in Java similar implementation is possible. For more information pls check...
KALYAN TRIPURAMALLU
kchakradhar
Offline Send Email
Jan 5, 2005
4:25 pm
6062
... 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...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Jan 6, 2005
6:17 pm
6063
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jan 7, 2005
7:31 pm
6064
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...
ted holden
holden_ted
Offline Send Email
Jan 7, 2005
7:37 pm
6065
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...
Miles Lott
milos
Online Now Send Email
Jan 8, 2005
7:16 am
6066
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...
dscplcomau
Offline Send Email
Jan 9, 2005
11:08 am
6067
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...
Miles Lott
milos
Online Now Send Email
Jan 9, 2005
3:24 pm
6068
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jan 10, 2005
8:43 am
6069
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...
ted holden
holden_ted
Offline Send Email
Jan 10, 2005
11:17 pm
6070
Makes sense to me....
Miles Lott
milos
Online Now Send Email
Jan 10, 2005
11:25 pm
6071
... Problem fixed, applets use an archive element and not classpaths, I'm obviously new to Java... Ted...
ted holden
holden_ted
Offline Send Email
Jan 11, 2005
8:52 am
6072
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...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jan 11, 2005
8:58 am
6073
Missing class.... Check your applet's classpath. Also try "appletviewer -J-verbose:class theURL" paul...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Jan 11, 2005
9:28 am
6074
... 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...
ted holden
holden_ted
Offline Send Email
Jan 12, 2005
2:16 am
6075
Is 192.168.2.102 the server where your applet is hosted?. Sudhakar ... java.security.AccessControlContext.checkPermission(Unknown ... ...
Sudhakar Anivella
sanivella
Offline Send Email
Jan 12, 2005
5:20 am
6076
... 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...
ted holden
holden_ted
Offline Send Email
Jan 12, 2005
5:33 am
6077
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...
ted holden
holden_ted
Offline Send Email
Jan 12, 2005
5:51 am
6078
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...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Jan 12, 2005
8:37 am
6079
Hi, I am a new bie in implemneting xml-rpc tech. I am getting this error, please suggest how and where shoudl i removethis error. thnx in advance...
radha_sangal
Offline Send Email
Jan 12, 2005
5:18 pm
6080
... 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...
John Wilson
tug123uk
Offline Send Email
Jan 12, 2005
5:27 pm
6081
Hi, following is my server code: XmlRpcServer xServer = new XmlRpcServer(); xServer.addHandler("Survey", new VoteHandler2()); //Prepare and send Result byte[]...
radha_sangal
Offline Send Email
Jan 12, 2005
6:56 pm
6082
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...
radha_sangal
Offline Send Email
Jan 12, 2005
7:47 pm
6083
... 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 ...
John Wilson
tug123uk
Offline Send Email
Jan 12, 2005
9:51 pm
6084
comment récupère les invocations XML-RPC d'un programme client en java par un programme attaqueant....
med_jawhar
Offline Send Email
Jan 12, 2005
10:39 pm
6085
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...
med_jawhar
Offline Send Email
Jan 12, 2005
10:39 pm
6086
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...
jawhar mohammed
med_jawhar
Offline Send Email
Jan 13, 2005
8:26 am
6087
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...
abeegeok
Offline Send Email
Feb 2, 2005
7:16 am
6088
You should start off with adding a "/" in front of 'server.php' in the call xmlrpc_client....
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Feb 2, 2005
8:24 am
6089
If you use Python to implement an XML-RPC server and in particular use SimpleXMLRPCServer to do so, please make sure you read: ...
dscplcomau
Offline Send Email
Feb 3, 2005
10:56 pm
Messages 6060 - 6089 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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