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...
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...
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...
... The Apache Java XML-RPC implementation supports this. See http://ws.apache.org/xmlrpc/ John Wilson The Wilson Partnership http://www.wilson.co.uk...
... 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...
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...
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...
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...
... http://xmlrpc-c.sourceforge.net/ ... http://ws.apache.org/xmlrpc/ ... The Apache Java XML-RPC implementation comes with an HTTP server included. John...
... 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...
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@...] ...
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...
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...
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...
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...
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...
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@...
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@...
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 ...
... 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...
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...
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@...
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...
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@...
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@...
Feb 15, 2004 10:34 am
5837
If you need SOAP you are on the wrong maillist! XML-RPC is an replacement of SOAP....