search for: xmlrpc

Displaying 20 results from an estimated 401 matches for "xmlrpc".

2013 Sep 11
0
CEBA-2013:1254 CentOS 6 xmlrpc-c FASTTRACK Update
...Errata and Bugfix Advisory 2013:1254 Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1254.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ae50ba85f96f974bce9dd6557964a5a7757e49bf8cff2995b9f7476fc269c06b xmlrpc-c-1.16.24-1210.1840.el6.i686.rpm 4b26ab395dda7e90b0b9b8acdf88c6dec075ca4991c8463b89228b7c6a74b81a xmlrpc-c-apps-1.16.24-1210.1840.el6.i686.rpm 62d4897f7e967008e0bbc48eefc7f83b6a8a8c74e243a25023624200c59e479b xmlrpc-c-c++-1.16.24-1210.1840.el6.i686.rpm 7916723fa7dd5082d435506b24bd5ea9dc16e373f70ac...
2010 Sep 21
1
Configuring libvirt for one driver and XMLRPC issues
Hello, I am trying to run ./configure --with-one --with-esx but I get the following error: checking pkg-config is at least version 0.9.0... yes checking for XMLRPC... no configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt ONE driver However I have downloaded xmlrpc-c-client and built from sources version 1.16.31 root at sa251:~/libvirt-0.8.4# xmlrpc-c-config --version 1.16.31 root at sa251:~/libvirt-0.8.4# xmlrpc-c-config --features...
2011 Sep 22
0
CEEA-2011:1237 CentOS 5 x86_64 xmlrpc-c Update
CentOS Errata and Enhancement Advisory 2011:1237 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1237.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 0957aee091e9d79f64bc61252d0f164f xmlrpc-c-1.16.24-1206.1840.el5_7.4.i386.rpm 476351c0cfb0b9364ec5181e8c13bc7b xmlrpc-c-1.16.24-1206.1840.el5_7.4.x86_64.rpm 9e785bd4879ca4dce6a1651f6db6d238 xmlrpc-c-apps-1.16.24-1206.1840.el5_7.4.x86_64.rpm cb6ba1b128c50e569c4c9eb57b43be9d xmlrpc-c-c++-1.16.24-1206.1840.el5_7.4.i386.rpm cc8fadc738447c5...
2011 Sep 01
0
xmlrpc-c-client from CR repo requires curl >= 7.15.5-9.el5_7.4
The package xmlrpc-c-client-1.16.24-1206.1840.el5_7.4.i386 from the CR repository requires curl >= 7.15.5-9.el5_7.4, which isn't available. The most recent version of curl I see is 7.15.5-9.el5_6.3, also in the CR repository. Setting up Upgrade Process Resolving Dependencies --> Running transaction chec...
2006 Feb 06
1
How to pass an additional parameter from the url to a xmlrpc service?
guys, I have a RoR App with a xmlrpc service, which attende a several clients recently I need to change the xmlrpc service in order to provide an additional parameter from the clients, but I don?t want to force a change in the clients''s xmlrpc code, so is possible to pass this additional parameter in the url? every client ap...
2006 Aug 16
7
ActionWebService: XMLRPC Server Multicall possible?
Hi all, I have a question concerning ActionWebService XMLRPC servers: Is it possible to send multicall requests to the Web service? I tried to use multicall and get the error message: no such method ''system.multicall'' on API [MyAPI] In Changeset 2021 there is the following commit message: add ''system.multicall'' suppor...
2008 May 05
2
Geocoding and XMLRPC
...c feature, for showing registered user by location. For this purpose, I''ve inspired myself from the following tutorial : http://earthcode.com/blog/2006/04/rails_geocoding_and_google_map.html However, I''m getting this error from Rails : uninitialized constant SandboxController::XMLRPC Being a newbie to rails and webservices, I can''t figure out how to solve this. Can anyone help ? Regards, Joel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post...
2006 Jan 04
5
Webservice External XMLRPC
...g>dsdfsa</string></value></param><param><value><string>safdasf</string></value></param></params></methodCall>'' http://localhost:3003/api/directspool But when i try to access it with the following script : require "xmlrpc/client" server = XMLRPC::Client.new("10.0.0.132", "/api/directspool", 3003) begin param = server.call(''add'',:html=>''sadfdsaf'',:from=>''dsafdsaf'') puts "4 + 5 = #{param}" rescue XMLRPC::FaultException...
2007 Feb 18
1
Passing XMLRPC errors on to clients
Hi, I''m experimenting with using Mongrel to serve XMLRPC, and I''m having trouble passing the XMLRPC errors on to the client. In my webrick implementation, I just raise the XMLRPC error and the client receives it and can handle it like a normal exception. With Mongrel, when I raise the error, Mongrel catches it and just closes the clien...
2013 Sep 11
0
CentOS-announce Digest, Vol 103, Issue 6
...hen replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-announce digest..." Today's Topics: 1. CEBA-2013:1222 CentOS 6 krb5 Update (Karanbir Singh) 2. CEBA-2013:1246 CentOS 6 samba Update (Karanbir Singh) 3. CEBA-2013:1254 CentOS 6 xmlrpc-c FASTTRACK Update (Karanbir Singh) 4. CEBA-2013:1255 CentOS 6 dhcp Update (Karanbir Singh) ---------------------------------------------------------------------- Message: 1 Date: Tue, 10 Sep 2013 07:45:17 +0000 From: Karanbir Singh <kbsingh at centos.org> Subject: [CentOS-announce] CE...
2006 Feb 18
0
activerecord connections with xmlrpc
Hi folks, Im trying to use an xmlrpc server and have it serve data using activerecord, but every request seems to eat up a mysql database connection, until I run out with "Too many connections". I don''t know enough ruby/rails (or rather ActiveRecord) to figure this one out. > ruby -v ruby 1.8.4 (2005-12-24) [i68...
2011 Sep 22
0
CEEA-2011:1237 CentOS 5 i386 xmlrpc-c Update
CentOS Errata and Enhancement Advisory 2011:1237 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1237.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 98baa41a88228c24074e909f55eae253 xmlrpc-c-1.16.24-1206.1840.el5_7.4.i386.rpm d2628f0937e632ee26168516eb3f34fc xmlrpc-c-apps-1.16.24-1206.1840.el5_7.4.i386.rpm 2cb8fff370ea23e70386656cb8394cac xmlrpc-c-c++-1.16.24-1206.1840.el5_7.4.i386.rpm 0703337fa5a7afbe655ed606bc092225 xmlrpc-c-client-1.16.24-1206.1840.el5_7.4.i386.rpm 6511c67b82b9...
2006 Apr 21
3
Problem with Mongrel, Rails and web services using xmlrpc
Hi all, Ruby 1.8.4 Windows XP Pro / Solaris 10 Mongrel 0.3.12 Rails 1.1.2 I''ve got a fairly simple and straightforward layered dispatching web service setup for my Rails app. This simple xmlrpc script works fine with WEBrick, but chokes on Mongrel. Is there anything special I need to do to make web services work with Mongrel and Rails? Some Google searching indicates that there had been some xmlrpc issues in the past with Mongrel but I thought they were worked out. Anyway, here'...
2008 Apr 21
1
Bug#477237: xen-utils-common: typo in /etc/xen/xend-config.sxp for xmlrpc configuration
Package: xen-utils-common Version: 3.2.0-1~bpo4+1 Severity: minor I use the version from backports, but it's still present in sid. In /etc/xen/xend-config-sxp : #(xen-tcp-xmlrpc-server-address 'localhost') #(xen-tcp-xmlrpc-server-port 8006) should be #(xend-tcp-xmlrpc-server-address 'localhost') #(xend-tcp-xmlrpc-server-port 8006) Small typo in a commented line, but believe me, I spent quite some time to find it, including on irc with xen people and a...
2018 Jun 01
0
CESA-2018:1780 Important CentOS 7 xmlrpc Security Update
...Security Advisory 2018:1780 Important Upstream details at : https://access.redhat.com/errata/RHSA-2018:1780 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 2bad0902c6d8582ef5bb5758c6860951f34cb646b69eda066162ed5cb83aa500 xmlrpc-client-3.1.3-9.el7_5.noarch.rpm a47c496fc4e85d23172c9fb69e236caecfd9aa8e813ff15eeab908309b203a4f xmlrpc-common-3.1.3-9.el7_5.noarch.rpm 4b0992a8b0e3c18327635bfe9a1a6f4e946eeb8c9db62aacaf16e728ae061390 xmlrpc-javadoc-3.1.3-9.el7_5.noarch.rpm ac336edfd9e783d9a98e89d517a049e98e6bacfbc4a6564d44c1778a...
2006 Jan 08
2
How do can I use XmlRpc with my AWS?
In my tests, I want to invoke my webservice not using the default SOAP protocol, but using XmlRpc ... how do I do that? -- Posted via http://www.ruby-forum.com/.
2006 Jan 20
1
XMLRPC::DateTime from AWS
When I do an XMLRPC webservice call to retrieve a single Product, my DateTime fields in the products table do not get converted to a valid DateTime value, but remain as XMLRPC::DateTime structures. So, say my webservice call is: @product = @aws.get_product(1) Then my @product object looks like this: name: My pro...
2008 Nov 17
0
Using XMLRPC API
Hello all, I am trying to use the XMLRPC API from a python script for a very simple usage: to allow some users to shutdown, reboot, start and stop a domU. I am not familiar with XMLRPC, I simply used some existing API from some examples without any problem. I can''t find any example of use of the xen XMLRPC API, does somebody here...
2010 Sep 05
1
Bug#587090: PATCH unnecessary for HVM DomU guests
Package: xen-utils-4.0 Version: 4.0.1~rc6-1 Severity: important Tags: patch The patch is not necessary for HVM DomU guests. The Error: 'NoneType' object has no attribute 'rfind' was fixed by installing xen-qemu-dm-4.0. [1] [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588888 -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 May 05
3
[PATCH] [Xen-API] Patch for fixing the rtc/timeoffset entry
This patch rewrites the rtc/timeoffset entry so the VM''s record can be retrieved with the Java xmlrpc library. If the entry is ''None'' it upsets the xmlrpc parser. This fixes it, though maybe there''s a better place in xend to place similar code. Signed-off-by: Stefan Berger <stefanb@us.ibm.com> _______________________________________________ Xen-devel mailing li...