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...
Show off your group to the world. Share a photo of your group with us.

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 5325 - 5354 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5325
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 ...
John Wilson
tug123uk
Offline Send Email
Jun 1, 2003
3:44 pm
5326
A new message was posted: Address: http://www.xmlrpc.com/discuss/msgReader$2469 By: vincent viggiani (vinniethemover@...) Advantage Movers On Time On...
webmaster@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Shilad Sen
shiladsen
Offline Send Email
Jun 2, 2003
6:07 pm
5330
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)...
tlefeuvre
Offline Send Email
Jun 5, 2003
7:40 am
5331
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...
msanjeevsagar
Offline Send Email
Jun 5, 2003
12:56 pm
5332
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@...
Send Email
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...
Ryan Hoegg
hoeggr
Offline Send Email
Jun 5, 2003
2:51 pm
5334
... 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...
Randy J. Ray
rjray_perl
Offline Send Email
Jun 5, 2003
9:25 pm
5335
Hi, I'm trying to build a small test app in MobileVB. (www.appforge.com) So that I can make a client for MobileVB supported devices - ...
steveassy
Offline Send Email
Jun 5, 2003
10:47 pm
5336
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...
sdevore@...
sdevore
Offline Send Email
Jun 5, 2003
11:30 pm
5337
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...
msanjeevsagar
Offline Send Email
Jun 6, 2003
5:41 am
5338
... From: "steveassy" <steve.aspindle@...> To: <xml-rpc@yahoogroups.com> Sent: Thursday, June 05, 2003 11:47 PM Subject: [xml-rpc] Newbie requires...
John Wilson
tug123uk
Offline Send Email
Jun 6, 2003
6:40 am
5339
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...
loco_peligrosso
Offline Send Email
Jun 9, 2003
5:38 pm
5340
You could return the array itself like this return [ @mat ]; That way you dont have to worry about references :) - Kalyan...
Kalyan Varma
kalyan_va
Offline Send Email
Jun 9, 2003
6:09 pm
5341
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...
loco_peligrosso
Offline Send Email
Jun 10, 2003
10:51 am
5342
This works fine for me. my $ret = $server->call('remote_proc'); foreach my $blah (@$ret){ print "$blah\n"; } thanks, - Kalyan...
Kalyan Varma
kalyan_va
Offline Send Email
Jun 10, 2003
12:01 pm
5343
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...
loco_peligrosso
Offline Send Email
Jun 10, 2003
6:22 pm
5344
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 ...
Randy J. Ray
rjray_perl
Offline Send Email
Jun 10, 2003
8:36 pm
5345
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...
sriharisn
Offline Send Email
Jun 12, 2003
9:31 pm
5346
... We provide some small sample portlets written for the Bea WebLogic Portal server, maybe they can be of use for you: ...
Helge Hess
hhess5
Offline Send Email
Jun 13, 2003
1:44 pm
5347
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@...
Send Email
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...
juanfig2000
Offline Send Email
Jun 16, 2003
11:31 am
5349
I am new in XML-RPC, I have gone throufg he specification, but I am not clear about how I can support the INOUT or OUT parameter. Please help....
bsaikat
Offline Send Email
Jun 18, 2003
7:59 pm
5350
... 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...
John Wilson
tug123uk
Offline Send Email
Jun 18, 2003
8:33 pm
5351
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...
David Eisner
intermetric
Offline Send Email
Jun 19, 2003
4:17 am
5352
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@...
Send Email
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...
dscplcomau
Offline Send Email
Jun 20, 2003
3:41 am
5354
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...
webmaster@...
Send Email
Jun 20, 2003
7:58 am
Messages 5325 - 5354 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