Carol, It is possible to send any Unicode character in any encoding in an XML document. You don't have to set the encoding to UTF-8. The standard Apache ...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2469 By: vincent viggiani (vinniethemover@...) Advantage Movers On Time On...
webmaster@...
Jun 1, 2003 11:07 pm
5327
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2470 By: Yuval (yuvalkro@...) I have a problem concerning XML and Hebrew...
webmaster@...
Jun 2, 2003 12:17 am
5328
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2471 By: Matt Goyer (mgoyer@...) Hi, I need a non-blocking and...
webmaster@...
Jun 2, 2003 5:59 pm
5329
Matt, Check out py-xmlrpc. It supports non-blocking and non-threaded clients and servers. http://sourceforge.net/projects/py-xmlrpc Shilad...
Hi all, Does anyone knows about a xml-rpc asp implementation that does support Basic Authentication and SSL ?? If not, what is the best (non beta if possible)...
Dear all, I have been trying to look for example implementation of XML-RPC where in userdefined Objects are passed between say a java client and java server or...
On Thu, Jun 05, 2003 at 12:56:41PM -0000, msanjeevsagar <msanjeevsagar@...> wrote ... XML-RPC does not allow user-defined objects. It is a simple...
Stephane Bortzmeyer
bortzmeyer@...
Jun 5, 2003 1:13 pm
5333
What is usually done is the java objects are translated to an intermediate format that is XML-RPC compliant, using structs and arrays. In the Apache XML-RPC...
... There is no inherent way within XML-RPC to pass user-defined complex types such as objects. What you *can* do is either: * Devise a method of expressing...
could it be an issue of case sensitivity, I have noticed that some server implementations are case sensitive to the descriptors, ie methodCall instead of...
Thankyou all for the answers. This group sure is very active. Got one more question. In the famous "sumanddifference" example, the Java/C++ Client passes the...
Dear people, I'm trying to return an array from a remote process invoked with XML- RPCs (perl). I've done something like this: SERVER: ... sub remote_proc { my...
Thanks, I've tried but doesn't seem to work (not even locally). I've tried these ways (using that 'return [ @mat ];' on the server) to catch the response on...
Thanks, but it works perfectly with references. In fact, when you return a reference to an array through XML-RPC, the client receives the whole array. I've...
I hate to be making an obvious shill, but consider taking a look at my RPC::XML package on CPAN. I feel that I've put considerably more work into my ...
Hi, Anyone can let me know whether WebLogic supports xml-rpc...? if it supports how to work with it? Im trying to find out if i can write a java bean in...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2472 By: asrar (asrar_vv@...) hi, you guys are talking about this midl.exe, i...
webmaster@...
Jun 16, 2003 7:38 am
5348
Please can some one put a server side example like the url in use in the script Sharpnet_demo.asp http://vendors.data-source.com/rpc/rpc_orders.asp to see how...
... From: "bsaikat" <bsaikat@...> To: <xml-rpc@yahoogroups.com> Sent: Wednesday, June 18, 2003 8:59 PM Subject: [xml-rpc] How to support INOUT or OUT...
Chapter 5 of the XML-RPC HOWTO describes a relatively simple XML-RPC server that runs as a perl CGI. I'd like to do the same thing, but with Python. There are...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2473 By: Moiz (moiz.golawala@...) I am trying to do the same thing but I have...
webmaster@...
Jun 19, 2003 2:39 pm
5353
... Check out the "netrpc" package available from the downloads section of: http://ose.sourceforge.net The XML-RPC component of this package provides a...
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2474 By: Shuichi Aizawa (sa396@...) I'm new to XML-RPC and am trying to use...