Skip to search.
xml-rpc · XML-RPC Discussion

Group Information

  • Members: 564
  • Category: XML
  • Founded: Jul 15, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 6882 - 6912 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6882 fxbird Offline Send Email Apr 20, 2011
1:54 pm
Hi all: I'm very new to apache xml rpc, I've went through the tutorial on apache.org. When I set enabledForExceptions to false under...
6883 ha lzzy
lzzy.ha2011@... Send Email
May 10, 2011
9:10 am
Hello everyone, I have a c++ xmlrpc service, the code in follow file. And I want in php code access c++ code mothed, like "MyTestMethod". Could you give some...
6884 gaetanogiunta2000
gaetanogiunt... Offline Send Email
May 10, 2011
9:43 am
Do you want to set up a php xlmrpc client that sends requests to your c++ xmlrpc server, or something else? If that is the case, you surely can find hundreds...
6885 fxbird Offline Send Email May 20, 2011
3:25 am
In my project , I use xmlrpc to make rpc to the remote request, but I don't know how to write unit test to check if the rpc request has been really made and...
6886 fgmarand Offline Send Email May 20, 2011
6:54 am
It completely depends on what you are using to invoke XML-RPC, but you could take a look at the XML-RPC unit tests in Drupal: ...
6887 fgmarand Offline Send Email May 20, 2011
6:54 am
Also, we have tests in Drupal core: The test themselves: http://drupalcode.org/project/drupal.git/blob/refs/heads/7.x:/modules/simpletest/tests/xmlrpc.test The...
6888 n_prasath_002 Offline Send Email Jul 11, 2011
8:35 am
Hi I have a situation where i want to access a SOAP web service using an XMLRPC client. How do i convert an incoming XMLRPC request to SOAP. Can you point me...
6889 FGM at GMail
fgmarand Offline Send Email
Jul 11, 2011
8:41 am
I would say your best (simplest) bet is to implement a proxy server: handle the incoming request, convert to the parameters expected by your soap service,...
6890 n_prasath_002 Offline Send Email Jul 11, 2011
9:16 am
How do i perform an xmlrpc to SOAP conversion. Is there any libraries for that?...
6891 zhaosongapply@...
zhaosongappl... Offline Send Email
Jul 11, 2011
8:21 pm
Hi, I write a back end c++ algorithm and want php to pass the c++ function parameters and then get the result. Can this be fulfilled using xml-rpc, a client...
6892 FGM at GMail
fgmarand Offline Send Email
Jul 11, 2011
9:16 pm
Yes it can: the wire representation is independent of the language used on either side. 2011/7/11 zhaosongapply@... <zhaosongapply@...> ... [Non-text...
6893 Lonnie Mkhize
lonnie_mkhize Offline Send Email
Jul 12, 2011
6:50 am
The function that xml-rpc would have to be written in C++ and then an XML-RPC file would be created with the function defined in your C++ code. If you have an...
6894 rodgersr Offline Send Email Aug 16, 2011
6:21 pm
I compiled my code with the libraries from xmlrpc-c-1.16.24-1206.1840.el5.x86_64.rpm (libxml2.so.3). I am going to run it on a system with libxml2.so.2. How...
6895 ha lzzy
lzzy.ha2011@... Send Email
Oct 26, 2011
9:16 am
hello, Xmlrpc Server: PHP Zend Server. Xmlrpc Client: C++. Problem£º I want save my auth info use Session in php,just like $_Session["login"]="ok". but if...
6896 Gaetano Giunta
gaetanogiunt... Offline Send Email
Oct 28, 2011
4:41 pm
... Use an xmlrpc client that supports session cookies. Not all clients support sessions cookies, and not all of those who do do it automatically, you might...
6897 maggie_tany Offline Send Email Nov 22, 2011
7:04 am
Because there is no order defined for paramters for the method, when there are more than one parameters required by the invocation, which one of the same type,...
6898 Vigneshwar Viswanathan
vigneshwarv Offline Send Email
Nov 22, 2011
8:09 am
Hi I would need some guidance in implementing xml rpc to transfer data between two softwares using python.I would like to learn and little money will be...
6899 Gaetano Giunta
gaetanogiunt... Offline Send Email
Nov 22, 2011
9:19 am
... Sorry, I might be misunderstanding, but the order of parameters in a method call is defined and important. If the first param of a method call (eg. "buy")...
6900 fgmarand Offline Send Email Nov 22, 2011
9:35 am
For the client, just use: import xmlrpclib # to bring in the methods, then connect to the server at some given endpoint server =...
6901 uwayo2001@...
uwayo2001 Offline Send Email
Nov 22, 2011
7:42 pm
I can help u using dot net Let me konw if u are interrested Regards Jacques Sent from my BlackBerry® smartphone powered by MTN. ... From: Vigneshwar...
6902 oazyl Offline Send Email Dec 22, 2011
8:31 pm
Hello everybody. First, I must apollogize for the very novice basic newbie nature of my question. I'm currently trying to generate RPC calls from a web page. ...
6903 FGM at GMail
fgmarand Offline Send Email
Dec 22, 2011
10:10 pm
Someone may have other ideas, but I suspect that, since you POST to a browser form, your XML is form-urlencoded (as per ...
6904 sethayalayrf Offline Send Email Dec 26, 2011
3:11 pm
6905 yanliang.2007 Offline Send Email Feb 15, 2012
8:08 am
Hi all, I saw an example of using apache+mod_python to be the XMLRPC server. And one line of the config file is as follows: Alias /test...
6906 zeltus Offline Send Email Mar 23, 2012
12:33 pm
I am fairly new to XML-RPC stuff and I think I might be approaching it from an "unusual" angle! :-). Anyway, I have an API Server that expects to see input...
6907 Bryan Henderson
giraffedata Offline Send Email
Mar 23, 2012
3:54 pm
... I don't know if it's you, but somebody is coming at this backwards. You don't specfify an XML-RPC API with an XML document and have users reverse engineer...
6908 Bryan Henderson
giraffedata Offline Send Email
Mar 23, 2012
4:50 pm
... Looking at it again, I see I mixed up languages here. If it wasn't obvious, this isn't some fancy new Perl syntax; rather, I meant ('Service' => \my...
6909 Bill Parker
zeltus Offline Send Email
Mar 27, 2012
8:20 am
... developers this! :-} But thank you so much for explaining this to me... what you are saying makes much more sense than what they try and brush me off with....
6910 zeltus Offline Send Email Mar 28, 2012
11:05 am
Thanks to (mostly Bryan) useful, accurate and informative help from this list, I have got my head around using RPC::XML::Client to interrogate an existing...
6912 John Wilson
tug123uk Offline Send Email
May 15, 2012
3:15 pm
... I thought a bit about allowing the post but in the end let it through. Sorry if annoys anybody. My reply Ali, You should be ashamed of yourself. This is...
Messages 6882 - 6912 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help