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 6114 - 6143 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6114
Hi, Does anyone know why it is not supported to run functions that return void in Java XML-RPC server, and if one wants to do so, what is the easiest way to...
bbartaia
Offline Send Email
Mar 1, 2005
4:00 pm
6115
Hi, you may find it useful to check my website http://perisic.com/xmlrpc that contains a student's assigned based on the apache package with a minor...
Marc Conrad
marc2conrad
Offline Send Email
Mar 1, 2005
7:18 pm
6116
Hi All, I am in process of developing a server and currently analyzing various models to develop the same. My basic requirement is that : 1) Server can be...
Rohit Dhamija
dhamijarohit
Offline Send Email
Mar 2, 2005
10:38 am
6117
... Is the communication RPC-like? I.e. does a client always initiate a communication, and is there a single response to it from the server? Are these...
bryanh@...
giraffedata
Offline Send Email
Mar 4, 2005
5:00 am
6118
Yes, the client initiates the process, sends a query to the server. the server inturn processes the query and sends back the response. Is RPC-XML a feasible...
Rohit Dhamija
dhamijarohit
Offline Send Email
Mar 4, 2005
5:07 am
6119
It sounds like XML-RPC is a good match for what you want, and you can use the XML-RPC For C/C++ libraries (http://xmlrpc-c.sourceforge.net) to implement it. ...
bryanh@...
giraffedata
Offline Send Email
Mar 4, 2005
5:51 am
6120
Hi Bryan, Thanks a lot for the reply. I wanted to have few queries for the same: 1) Will XML-RPC work if I make the server on UNix and have windows client ? 2)...
Rohit Dhamija
dhamijarohit
Offline Send Email
Mar 4, 2005
12:17 pm
6121
Hello, I will like to know if one can modify the tree structure of the document xml sent by the server. Thank you for your answer....
azzatlarbi1991
Offline Send Email
Mar 4, 2005
1:18 pm
6122
... XML-RPC is a communication protocol, and it's entirely insensitive to what operating systems the parties use. The XML-RPC software we've been talking about...
bryanh@...
giraffedata
Offline Send Email
Mar 4, 2005
5:13 pm
6123
Hi The error message means you do not have the xmlrpc client class available in your current script environment or it is not called xmlrpc_client . You...
James Ellis
c5gti
Online Now Send Email
Mar 6, 2005
4:46 pm
6124
Hi, I'm looking for a complete xml-rpc client implementation for JavaScript that would run without applets and in most browsers and would be under an...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Mar 7, 2005
9:21 am
6125
Hi, You can use JavaScript library for XML-RPC available at http://scottandrew.com/xml-rpc/. Go through list of XML-RPC implementations (not just Java Script)...
Sudhakar Anivella
sanivella
Offline Send Email
Mar 7, 2005
9:45 am
6126
... That one is partial, it only creates messages. ... The other one there is jsolait which does this and many other things... I'd rather have a simple thing. ...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Mar 7, 2005
4:07 pm
6127
Hi, I'm working on a distributed computing project in the field of Medical Imaging. When starting this project I was initially referred to PVM and MPI for ...
Robbie Barnett
retsil42
Offline Send Email
Mar 10, 2005
7:09 am
6128
I am new to xml and I am trying to use xml as web.config file. I will use asp.net form to get the web.config settings. Below is my web.config file: <?xml...
shinjilover82
Offline Send Email
Mar 12, 2005
8:13 am
6129
I don't know much about XML-RPC, but I know enough to realise that your question has very little to do with the XML-RPC protocol. Try to find a list which is...
Robbie Barnett
retsil42
Offline Send Email
Mar 13, 2005
4:50 am
6130
XML-RPC spec does not provide way for making an asynchronous callback. The current spec only allows to create another XML-RPC server at the client end for each...
thekingofallthequeens
thekingofall...
Offline Send Email
Mar 13, 2005
8:21 am
6131
... There's no need for XML-RPC to define this. You can just put a transaction ID of your own invention in the parameter list for the original call and the...
bryanh@...
giraffedata
Offline Send Email
Mar 13, 2005
6:09 pm
6132
Hi, I am currently implementing XML-RPC for the CDuce XML-oriented programming language (http://www.cduce.org) and am facing the following pb with the spec: ...
Judicael Courant
Judicael.Courant@...
Send Email
Mar 23, 2005
3:59 pm
6133
... The spec does not require that the names be unique. I believe most implementations will silently ignore all but the last of the duplicates (certainly...
John Wilson
tug123uk
Offline Send Email
Mar 23, 2005
4:25 pm
6134
Hi PEAR libraries should be include()d or require()d relative to the include_path environment variable in your php.ini file. E.g if you install your PEAR...
James Ellis
c5gti
Online Now Send Email
Mar 29, 2005
1:44 pm
6135
Hi I'm using apache xmlrpc implementation, I'm trying to make an applet and I need it to be xmlrpc client. In apache implementation there are classes for...
jrmg81
Offline Send Email
Mar 31, 2005
1:05 am
6136
hi, i have also used xmlrpc with JApplet. you can move ahead with xmlrpcclient class. xmlrpcapplet class is not required. xmlrpc-1.2-b1-applet.jar is not...
Sanket Totala
sankettotala
Offline Send Email
Mar 31, 2005
4:47 am
6137
Is it possible to connect an Apache server to an OLE server using XML- RPC? I am running Apache 1.3 on my Win2000 machine and have a OLE server running on it...
zeketheelder
Offline Send Email
Mar 31, 2005
11:11 am
6138
I used the sample JavaClient and JavaServer code to figure out how this XMLRPC stuff works. I keep getting the following when I run the Client. JavaClient:...
pmutalik2000
Offline Send Email
Mar 31, 2005
11:12 am
6139
I'm am a total newbie to Java and xmlrpc. Here is what I've done so far. Downloaded and built the apache xmlrpc package generated the two jar files. Now...
pmutalik2000
Offline Send Email
Mar 31, 2005
11:12 am
6140
Hi everybody, I'm currently developing an xml-rpc based application using Borland Delphi, and i'm having difficulties on passing a "struct" data type to the...
I Wayan Yuliarta
ewhynich
Online Now Send Email
Mar 31, 2005
11:12 am
6141
I suggest you take a look at the DXMLRPC implementation. This is what I've been using and, after a few patches, it seems to answer the need. You could also...
FGM
fgmarand
Offline Send Email
Mar 31, 2005
11:54 am
6142
... Hi I tried this: import org.apache.xmlrpc.*; public class NewApplet extends javax.swing.JApplet { public void init() { try { XmlRpcClient server = new ...
jrmg81
Offline Send Email
Mar 31, 2005
4:53 pm
6143
Hi I'm working with apache xmlrpc-1.2-b1 implementation. This one is the latest release, but I found some bugs using SimpleXmlRpcClient, it doesn't support...
jrmg81
Offline Send Email
Mar 31, 2005
11:12 pm
Messages 6114 - 6143 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