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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5989 - 6018 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5989
Hi List, (hi again), Browsing the web didn't bring me to a solution, not even for SOAP and WSDL actually... so here's my question: I'd like to document our...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Nov 11, 2004
9:25 am
5990
xmethods.net has a service inspector available online, for human-readable access to WSDL descriptions. XML-RPC provides an introspection mechanism, but - I...
FGM
fgmarand
Offline Send Email
Nov 11, 2004
9:59 am
5991
Anyone who knows of a white paper about this? any web site where I can get info? I have found several how-to's but none pertains to Visual FoxPro? Is this...
rtz_rolando
Offline Send Email
Nov 12, 2004
6:28 am
5992
Anyone who knows where I could get info on this one? tnx....
rtz_rolando
Offline Send Email
Nov 12, 2004
6:29 am
5993
Hi, I am trying to build a secure peer to peer shell program that can talk to each other using xml-rpc. Each peer is can interact with only a valid set of...
Ranganath Udupa
udupa.rm
Offline Send Email
Nov 12, 2004
9:38 pm
5994
This doesn't seem, to me, to be something that XML-RPC in general has a hope to bring over... so I would suggest you should ask a list about the products that...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Nov 14, 2004
11:35 pm
5995
For those interested: a new xmlrpc lib is available on SF at the following address: http://sourceforge.net/projects/plsqlxmlrpc/ It is written in pure PLSQL,...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 15, 2004
11:36 am
5996
Hi, I'm new to XML-RPC and am considering it for use in an application that controls and monitors an embedded device. The device is running embedded Linux and...
jesseema
Offline Send Email
Nov 17, 2004
9:58 pm
5997
XML-RPC is XML-based, which means you already carry a lot of baggage when you start using it, and especially an XML parser you might not need otherwise....
FGM
fgmarand
Offline Send Email
Nov 17, 2004
10:46 pm
5998
I think that, in the java world, this was the intent of the authors of the MinML parser, a quite minimal parser that is suitable for XML-RPC. Have you checked...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Nov 18, 2004
8:40 am
5999
For embedded application I suggest c rather than java. Expat (SAX style) XML parser is highly efficient and portable even for embedded applications. regards ...
Sudhakar Anivella
sanivella
Offline Send Email
Nov 18, 2004
11:29 am
6000
Hi. I'm looking for code examples of XML-RPC clients and servers written in Perl and using its DBI modules to communicate with a database. More generally, if...
karl_kramsch
Offline Send Email
Nov 20, 2004
8:32 am
6001
Karl, ... Take a look at POPFile XML-RPC implementation: http://popfile.sf.net/cgi-bin/wiki.pl?POPFileModules/XmlRpc ...
Adrian Nicolaiev
adrian_nicol...
Offline Send Email
Nov 20, 2004
1:08 pm
6002
I think c implementation is quite efficient, I am using in our SQL class of product. I dont see any problem. I agree SOAP is great but XML-RPC is good enough...
Sandip Kumar Devnath
skdevnath
Offline Send Email
Nov 21, 2004
8:20 am
6003
I need to reach the maintainer of the www.xmlrpc.com home page. I didn't find any link on the page for that. The page has a link to the XML-RPC Howto. It's...
bryanh@...
giraffedata
Offline Send Email
Nov 21, 2004
7:00 pm
6004
Sandip, Could you be more precise ? If I understand your mail correctly, you've used successfully and extended the XML-RPC library of Eric Kidd. Is this...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Nov 21, 2004
10:34 pm
6005
Have you tried Dave Wiener ? I thought he was the one... At worst, someone at UserLand Software should be knowledgeable on the matter, I believe. paul...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Nov 22, 2004
7:07 am
6006
The name is spelled Dave Winer (and the guy is not famous for being a forgiving fellow, so you'd better be careful). his own blog is accessible form a link in...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Nov 22, 2004
9:13 am
6007
I tried the apache xmlrpc mailing list but it seems down. I have attempted to create a servlet that implements an xmplrpc server. The problem is when I try to...
techoncal
Offline Send Email
Nov 23, 2004
10:33 pm
6008
I have used Apache XML-RPC quite a bit and I have never been able to get generic Object to work reliably as handlers. I have since created my method handlers...
Ryan J. McDonough
damnhandy2000
Offline Send Email
Nov 24, 2004
5:26 pm
6009
Hi, We have written an xml-rpc client and server in php and they both communicate with each other very nicely. Now, we have a server written in python and I...
Justin
UnkleJustin
Offline Send Email
Nov 25, 2004
8:35 am
6010
If it is in browser, No need to cheange. regards ..Sudhakar.....
Sudhakar
sanivella
Offline Send Email
Nov 27, 2004
10:13 am
6011
Thats would be so great... This is what I tried so far... The handler... public class TestHandler //implements XmlRpcHandler { public TestHandler() { ...
techoncal
Offline Send Email
Nov 30, 2004
2:42 pm
6012
I'm a low low low php newbie: and i can't make any progress alone on this problem that arose when switching to a new hosting server. i'm using tikiwiki ...
vultur3_games
Offline Send Email
Dec 1, 2004
10:47 pm
6013
Has anybody actually gotten xmlrpc and Java to work together recently, like in the last six months?...
ted holden
holden_ted
Offline Send Email
Dec 2, 2004
7:51 am
6014
we have been using a version close to 1.0 of Apache XML-RPC since three years and it's working very very fine... though we don't use all sorts of clients...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Dec 2, 2004
1:10 pm
6015
The PHP-bundeled xmlrpc extension comes with a function named xmlrpc_dedode (as well as encode). The phpxmlrpc lib uses the same name for its functions. Either...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 2, 2004
2:06 pm
6016
I just got it working yesterday! :D apache xml-rpc 1.2b The server side I implemented it as a servlet and i recommend that you'r handler extends or implements...
techoncal
Offline Send Email
Dec 2, 2004
2:07 pm
6017
Actually, I have using the Apache XML-RPC code. I have this successfully used this with a custom JavaScript front end. I have to say though, the Apache code is...
Ryan McDonough
damnhandy2000
Offline Send Email
Dec 2, 2004
2:08 pm
6018
Yep, used the Jakarta classes for client and phpxmlrpc for server without a hitch. Any specific problem?...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 2, 2004
2:08 pm
Messages 5989 - 6018 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