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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5974 - 6003 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5974
Hello, I've redone the parsing in DXMLRPC 2 to work more cleanly around the empty string issue. It seems to works correctly with Syndic8, Meerkat and a few...
Frédéric-Geor...
fgmarand
Offline Send Email
Sep 11, 2004
9:03 pm
5975
Oooopss... That should read "...I'd like to...", of course :-( Silly typo... ... From: "Frédéric-Georges" <fgm@...> To: <xml-rpc@yahoogroups.com> ...
FGM
fgmarand
Offline Send Email
Sep 12, 2004
7:29 am
5976
where can I get your new dxmlrpc. I'm doin' somthing using it now. is it still in this url: http://www.infinite-elements.com/uploads/XmlRpc/dxmlrpc-2.0.0.zip ...
Guess Who?
metvacetz
Online Now Send Email
Sep 23, 2004
7:21 pm
5977
Hello, Thanks for your message. The current official version of DXMLRPC is on SourceForge http://sourceforge.net/projects/delphixml-rpc/ Regarding the work in...
FGM
fgmarand
Offline Send Email
Sep 24, 2004
6:44 am
5978
Hello Frederic, Thanks for your attention.Your work is not unusable. Im glad I found dxmlrpc. I'm now developing (cms&sms) application, which was web based...
meta
metvacetz
Online Now Send Email
Sep 24, 2004
8:35 am
5979
Hello, I must stress I am not *the* developer of the Delphi XML-RPC implementation, not even a registered developer on the project, just a developer who...
FGM
fgmarand
Offline Send Email
Sep 24, 2004
10:18 am
5980
I am developing an C++ appliation using XML-RPC. But when I compile my program it gives error "cannot open file '..\..\bin\Debug\wwwstream\wwwstreamD.lib'" I...
Ankur Saxena
ankur_s2000
Offline Send Email
Sep 28, 2004
12:53 pm
5981
Hi. How can I debugging turned on in my php client ? I'm have this code problem code 2 Invalid return payload: enabling debugging to examine incoming payload ...
cubasbr
Offline Send Email
Oct 13, 2004
8:26 pm
5982
Which xml-rpc implementation are you using ? There is no standard between implementations, but typically you may want to intercept the XML data actually being...
FGM
fgmarand
Offline Send Email
Oct 13, 2004
9:19 pm
5983
I need to send an xml document to a server that only accepts requests via POST. this is the code that I am supposed to send, but I am a unix/php guy this is...
FACris
Offline Send Email
Oct 16, 2004
6:51 am
5984
1> I have been trying to ssl enable my xmlrpc web server which is an abyss web server. I could ssl enable the xmlrpc and www libraries. I have tried to make...
sankettotala
Offline Send Email
Oct 18, 2004
6:16 am
5985
Hi, I have to make a Java program, using the Apache XML-RPC Packege, that receives xml messages and responds to them. This isn't a problem. The problem is that...
monsterfish@...
monsterfish
Offline Send Email
Oct 21, 2004
4:27 pm
5986
Hi Jan, Yo may have a look at my xmlrpc-site http://perisic.com/xmlrpc This contains examples based on the Apache package. As this is used for teaching, I...
Marc Conrad
Marc.Conrad@...
Send Email
Oct 21, 2004
5:31 pm
5987
I program I play tic tae toc using logica PHP and being in a service Web according to norm XML - RPC nevertheless I have had some problem with the program that...
oscar_tico
Offline Send Email
Oct 29, 2004
7:12 am
5988
Hi , I have problem using xmlrpc and unicode encoding. My application gets the client request in the form of xml . My xmlservlet class sets the encoding as...
shilpanalgonda
Offline Send Email
Oct 29, 2004
10:02 pm
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
Messages 5974 - 6003 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