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 5808 - 5837 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5808
We are using C++ XMLRPC server and client on Win 2000/XP and ran into a weird problem. After running a remote method for 63 times, the 64th call doesn't come...
inoten
Online Now Send Email
Feb 3, 2004
6:50 pm
5809
By default, windows apps can only have 64 sockets open at at time. Have the connections from the previous calls been closed? If not, you exceeded the max # of...
Schneider, Michael
scmikes03
Offline Send Email
Feb 3, 2004
6:58 pm
5810
How do I configure an Apache 2.0.40 to function as an xml-rpc server?...
jcmason4
Offline Send Email
Feb 3, 2004
11:45 pm
5811
Hi all, XML-RPC Calls are one request and one response, which happens over a new TCP-IP connection established, while sending the request. Is there any...
Sandip Kumar Devnath
skdevnath
Offline Send Email
Feb 5, 2004
3:17 am
5812
... The Apache Java XML-RPC implementation supports this. See http://ws.apache.org/xmlrpc/ John Wilson The Wilson Partnership http://www.wilson.co.uk...
John Wilson
tug123uk
Offline Send Email
Feb 5, 2004
7:13 am
5813
... server? Pick a host language, be it PHP, Perl or whatever and install the required modules (may require a re-config/build) for the both the base system and...
Cameron Bateman
cgbateman
Offline Send Email
Feb 5, 2004
7:35 pm
5814
Hello all, the request and response file format in XML-RPC are XML, if client wants to request something to server, client will send a request file in XML...
evan_budiman
Online Now Send Email
Feb 9, 2004
1:56 am
5815
There are two Implementations, both inhertitede from Codepunks XML-RPC for Delphi V 1.7.8: 1: http://sourceforge.net/projects/delphixml-rpc 2: ...
martin_kloter
Offline Send Email
Feb 9, 2004
7:20 am
5816
Have a look at Delphi XML-RPC on Sourceforge. Matt ... From: evan_budiman [mailto:evan_budiman@...] Sent: 09 February 2004 01:56 To:...
Matt Harrison
m4ttharrison
Offline Send Email
Feb 9, 2004
9:34 am
5817
HELLO ALL, I ever try V 1_7_8, it works but they did nothing, THE CLIENT just SEND the REQUEST, but the SERVER NEVER Get the REQUEST and never give the...
evan_budiman
Online Now Send Email
Feb 9, 2004
12:17 pm
5818
I wan't to configure a local comunication beetwen two aplications running under Linux. A java server and a C++ client. I'm investigating xml-rpc if satisfy my...
fabrefumi
Offline Send Email
Feb 9, 2004
5:18 pm
5819
... http://xmlrpc-c.sourceforge.net/ ... http://ws.apache.org/xmlrpc/ ... The Apache Java XML-RPC implementation comes with an HTTP server included. John...
John Wilson
tug123uk
Offline Send Email
Feb 9, 2004
5:46 pm
5820
... Could you give me an example? I know this is a stupid question but... You have to make sure that the server is running at the time of the client sending a...
dextar -
dextar78
Offline Send Email
Feb 9, 2004
11:45 pm
5821
Hi Evan. Please, send samples of your code to be more especific. I'm using this code and works fine. Wanc ... De: evan_budiman [mailto:evan_budiman@...] ...
Wanc
wanc_guttemberg
Offline Send Email
Feb 10, 2004
11:25 am
5822
I have a doubt of xml-rpc potential. is posible define this struct? <struct> contains 'n' members. each member of the struct is an array. each array contains...
fabrefumi
Offline Send Email
Feb 11, 2004
10:50 am
5823
Hi, Yes this is possible. Array elements may contain any of the allowed XML-RPC values, including structs. In other words, your XML-RPC messages may contain...
Greger Ohlson
gregerohlson
Offline Send Email
Feb 11, 2004
11:43 am
5824
thanks! This type of structures, can also be possible in a server response to the client. In other words, Server can send this complex structs to clients?. I...
fabrefumi
Offline Send Email
Feb 11, 2004
11:49 am
5825
Hi Jordi, No, this marshalling of values should work either way. That is, it does not matter if the value is sent as an argument to a method parameter, or if...
Greger Ohlson
gregerohlson
Offline Send Email
Feb 11, 2004
12:00 pm
5826
Hi Greger Ohlson, I want explain my scenario with more calm. First of all, apologize for my bad english. I must invest in learn english, but I haven't free...
Regajacks regajacks
fabrefumi
Offline Send Email
Feb 11, 2004
12:32 pm
5827
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2571 By: kate (kag1@...) I am using DOM in a .js file to write information...
webmaster@...
Send Email
Feb 11, 2004
5:17 pm
5828
Hi Is there any specification and/or implementatino for XML-RPC when both the server and the client want to send request objects in the same connection/stream?...
Martin Juhlin
martin.juhlin@...
Send Email
Feb 12, 2004
10:27 am
5829
Hi, Im trying to make my XmlRpc client communicate with an xmlrpc server over https. But whenever I try to do this, I get the error ...
Tahir Azim
hitectahir
Offline Send Email
Feb 12, 2004
2:12 pm
5830
... and the client want to send request objects in the same connection/stream? Or is the only way to have to http-servern at both ends? Look at Jabber. It has...
dscplcomau
Offline Send Email
Feb 12, 2004
11:54 pm
5831
Take a look at BEEP www.beepcore.org hope this helps, Mike ... Michael Schneider Senior Software Engineering Consultant UGS PLM Solutions - an EDS Company "The...
Schneider, Michael
scmikes03
Offline Send Email
Feb 13, 2004
12:30 am
5832
Tahir, right, you'll want to rely on lower-level HTTPS support in you XML-RPC library. I don't know that a client needs to send its SSL certificate to the...
Grant K Rauscher
grant@...
Send Email
Feb 13, 2004
12:43 am
5833
i'm using the PEAR version of XML RPC.... i've tested my app on my WinXp,Apache2,PHP4.3.4 machine at home and i works fine. when i uploaded to a remote UNIX...
calistusj
Online Now Send Email
Feb 14, 2004
10:52 pm
5834
i had require_once('XML/RPC/server.php'); when i needed require_once('XML/RPC/Server.php'); ... and...
calistusj
Online Now Send Email
Feb 14, 2004
11:27 pm
5835
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2572 By: Larry Tomas (larryto2001@...) I saw a beautiful site about Meditation...
webmaster@...
Send Email
Feb 15, 2004
4:40 am
5836
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2573 By: Nastihan (nastihanf1@...) I have an as/400 who want to send and...
webmaster@...
Send Email
Feb 15, 2004
10:34 am
5837
If you need SOAP you are on the wrong maillist! XML-RPC is an replacement of SOAP....
Martin Juhlin
martin.juhlin@...
Send Email
Feb 15, 2004
11:54 am
Messages 5808 - 5837 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