Skip to search.
xml-rpc · XML-RPC Discussion

Group Information

  • Members: 564
  • Category: XML
  • Founded: Jul 15, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 4054 - 4083 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4054 rlb95131 Offline Send Email Jan 1, 2002
9:39 am
Anyone have code for creating an XML-RPC client for Windows using Visual C++ 6? Links would be helpful as well. Thanks, r.b....
4055 charlescookuk Offline Send Email Jan 1, 2002
12:13 pm
XML-RPC.NET is now updated to version 0.4.0. This contains classes for implementing both XML-RPC clients and services. This release has only been tested with...
4056 Codepunk
codepunk2000 Offline Send Email
Jan 1, 2002
5:06 pm
I do not know about a native VC++ version but I have a com version up at www.codepunk.com that people tell me works very well. It is a static linked com object...
4057 rlb95131 Offline Send Email Jan 1, 2002
7:59 pm
... I'll go take a look. In the meantime it would be nice if the creators of the library would put together a tar that inclued all the files needed to make...
4058 rlb95131 Offline Send Email Jan 1, 2002
8:02 pm
... I have it, but I don't have Delphi or VB. How do I use this with VC++. r.b....
4059 Codepunk
codepunk2000 Offline Send Email
Jan 1, 2002
8:44 pm
I have very little knowledge of VC++ on the windows platform I am afraid. I do however know that you can call com objects from visual C++ . The vb library...
4060 John Wilson
tug123uk Offline Send Email
Jan 1, 2002
8:53 pm
http://sourceforge.net/projects/xmlrpc-c/ would seem to be what you are looking for. John Wilson The Wilson Partnership http://www.wilson.co.uk...
4061 rlb95131 Offline Send Email Jan 2, 2002
6:58 am
... I downloaded: xmlrpc-c-0.9.10.tar.gz Couldn't find any docs about what builds to do. So... xmltok files succeeded xmlrpc files failed xmlparse fiels...
4062 Tim McClure
timmcclure99 Offline Send Email
Jan 2, 2002
2:31 pm
Guido, I am looking at implementing XML-RPC over SSL. I use Helma on the server side and I am looking to implement the SUN packages to implement SSL. My ...
4063 webmaster@... Send Email Jan 2, 2002
3:20 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2153 By: Carlo Strozzi (beebox@...) I am experimenting with using Macromedia...
4064 John Wilson
tug123uk Offline Send Email
Jan 2, 2002
8:39 pm
... From: "rlb95131" <rbottoms@...> To: <xml-rpc@yahoogroups.com> Sent: Wednesday, January 02, 2002 6:58 AM Subject: [xml-rpc] Re: XML-RPC...
4065 webmaster@... Send Email Jan 3, 2002
7:37 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2154 By: Brian (brianng@...) Hi all, I want to ask can XML-RPC can...
4066 S. Alexander Jacobson
alex@... Send Email
Jan 3, 2002
9:38 pm
MIME-RPC is a protocol for interapplication messaging and object serialization. I designed it to simplify the tasks that people currently use SOAP, XML-RPC,...
4067 msarangdhar Offline Send Email Jan 8, 2002
5:36 pm
Hello, I was wondering if anyone has thought of adding support for Interfaces to be used as parameters particularly the List and Map rather than...
4068 webmaster@... Send Email Jan 10, 2002
9:20 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2155 By: yuval b (yuvalb@...) I would like to get ant information about...
4069 webmaster@... Send Email Jan 10, 2002
11:08 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2156 By: yuval bekerman (yuval_be@...) I am looking for peer to peer...
4070 webmaster@... Send Email Jan 10, 2002
4:46 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2157 By: robert (robert.walker@...) i am trying to stress test the...
4071 webmaster@... Send Email Jan 11, 2002
3:31 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2158 By: Tarek Abdelsalam (Tarek_Salam@...) Hi everyone, Did anyone try to use...
4072 webmaster@... Send Email Jan 11, 2002
6:52 pm
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2159 By: Joe Johnston (jjohn@...) Brian, Your question is very interesting. I...
4073 ronaldpeters2002
ronaldpeters... Offline Send Email
Jan 11, 2002
8:51 pm
Hi, Can someone help to some examples of xmlrpc over smtp. I have recently with a lot of succes used xmlrpc (php-version) and I will do some test with a smtp...
4074 Ed Korthof
ed@... Send Email
Jan 12, 2002
3:24 am
Hi -- At my company, we're using the Perl library so some Perl scripts can connect to Java servers. Everything works great, so long as the data is plain ASCII...
4075 Aaron Ross
negative256 Offline Send Email
Jan 13, 2002
3:43 am
... depending on which version of perl, you can try using the "no utf8" pragma, see perldoc utf8 for more info. you'll need to be running a very recent ...
4076 Aaron Ross
negative256 Offline Send Email
Jan 13, 2002
3:45 am
... two other thoughts.. xml-rpc doesn't allow anything but ascii, does it? and can't you set the xml document's charset? or encoding? y'know like this: <?xml...
4077 Ed Korthof
ed@... Send Email
Jan 13, 2002
1:22 pm
... I'm not using a recent perl -- 5.00503 -- all the docs which I've seen say that if you want to work with unicode, you should use a more recent version than...
4078 Aaron E. Ross
negative256 Offline Send Email
Jan 13, 2002
4:32 pm
... i agree. ... i see.. since Frontier::RPC2 uses the Char and other events to put together the decoded response, you end up with utf-8 no matter what the...
4079 Ken MacLeod
poy_mp3 Offline Send Email
Jan 13, 2002
5:12 pm
Yes, it is Expat doing that, it always returns values in UTF-8 and there's no option to change that. In more recent Perls, Expat marks the strings as UTF-8 so...
4080 marc.lefevre@...
mlefevre77 Offline Send Email
Jan 14, 2002
7:53 am
Hi, I'd like to know if their is any free tools doing Xml-Rpc. And more precisly that support XMI data format. Thank you Marc...
4081 webmaster@... Send Email Jan 15, 2002
1:37 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2160 By: Matt Sherer (chaos@...) I've worked through some example code...
4082 webmaster@... Send Email Jan 15, 2002
5:46 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2161 By: Graham Dumpleton (grahamd@...) FYI. The XML-RPC introspection...
4083 webmaster@... Send Email Jan 15, 2002
6:27 am
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2162 By: Graham Dumpleton (grahamd@...) Are you envious that SOAP has more...
Messages 4054 - 4083 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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