Hi, everybody. I want to build a RWhois system as a web service. But I don't know if I should use XML-RPC, or use SOAP? Can somebody tell me which one I should...
Hi, I have implementaed both and both had its own advantage and disadvantage. Presently major application servers are offering more support for SOAP and its...
On Tue, Mar 02, 2004 at 09:34:50AM -0000, crabonsand <crabonsand@...> wrote ... This is a XML-RPC list so you can expect the replies... I find XML-RPC...
Stephane Bortzmeyer
bortzmeyer@...
Mar 2, 2004 2:32 pm
5849
Hi there! First of all, thank you for your great effort! We have an application on the desktop, which has to communicate with the PDA, but the user (in front...
We are unable to get a PHP client program to successfully invoke an existing Perl web service using XML-RPC. The client just receives a "400 Bad Request"...
I m having vbxmlrpc client and a light weight java server (two jar files of org.apache.xmlrpc).Now in this cross platform communication i have to give URI in...
I want to transfer an xml file but split it first in x fragments. The problems is that it seems that when I put the fragment (text) in the params I get an xml...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2575 By: Bill Kerr (junk@...) Thank's Marcus. They should really fix...
webmaster@...
Mar 17, 2004 9:07 pm
5855
Can someone please show me how to use xmlrpcforasp code for syndic8 web services? I am totally lost I can get as far as faultCode(unknown)faultString [The...
Okay i sort of have this working. I sort of get the paramList now but i am still getting some weird responses. For this code: <!--#include file="xmlrpc.asp"...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2576 By: Dylan Barber (dylan.barber@...) Okay i sort of have this working....
webmaster@...
Mar 19, 2004 4:57 am
5858
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2577 By: Richard Wareing (wareing@...) Hello everyone, I would...
webmaster@...
Mar 22, 2004 6:45 pm
5859
... RPC, as XML-RPC has HUGE efficieny gains when used in conjunction with WBXML encoding (think 400%+). This is obviously important when deploying...
Hi Richard, I am not too excited about this approach for my typical use cases for XML-RPC, as one of the big wins for XML is legibility to humans and ...
... for ... many ... this ... services ... I will leave my complaint that both com and corba seem to be designed under the assumption that the endpoints are...
... so WBXML is a binary format for application in wireless environments ... what's wrong with standard compression already available on all servers & browsers...
Grant K Rauscher
grant@...
Mar 24, 2004 6:00 am
5863
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2579 By: Tony (tonymontana28@...) est possible de faire fonctionnner un client...
webmaster@...
Mar 24, 2004 4:52 pm
5864
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2578 By: Tony (tonymontana28@...) Est-ce possible de faire fonctionner un...
webmaster@...
Mar 24, 2004 6:45 pm
5865
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2580 By: cameron (cameron@...) Excuse est-moi, ma francais n'est...
webmaster@...
Mar 25, 2004 2:24 am
5866
i have tried c client with php server and it works fine xml-rpc@yahoogroups.com wrote:There is 1 message in this issue. Topics in this digest: 1. New Message:...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2581 By: Tony (tonymontana28@...) Mon client xml-rpc en c sous linux communique...
webmaster@...
Mar 26, 2004 2:32 pm
5868
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2582 By: Tony (tonymontana28@...) Si quelqun à un source de client c xmlrpc...
webmaster@...
Mar 26, 2004 2:37 pm
5869
Hi, i am just trying to rewrite my xml-rpc server (formerly Frontier::Daemon) with RPC::XML::Server, cause i think it provides more functions than Frontier. My...
Hi, Does XML-RPC allow chunked transfer coding? The XML-RPC spec says that Content-Length must be present, so I would assume use of chunked coding is...
... Thanks. That's what I thought. I asked because it is not apparent from the spec. __________________________________ Do you Yahoo!? Yahoo! Finance Tax...
I have two .java files,AreaServer.java and AreaClient.java,which based on Apache XML-RPC 1.2. My question is how to deployment AreaServer.class file that to...
I need to send an XML Document to an HTTP Server. I need to use the C programming language to write this client. I thought that XML-RPC was the answer, but...