If I add custom fields to my bugs in Bugzilla 4+, is it possible to get the values of tehse when fetching the bug using Bugzilla RPC (I use the XML one)? Before I think this was stored in the internal
This is a refined and focused question that I asked last week about a project I am working on to use the web service http://www.upcdatabase.com via xml-rpc .net. I am working in c#.The request require
I am developing a rich-client application, where the user-interface is html/css/javascript (codeigniter framework), and the server portion is written in Java. Essentially, this is a monitor / control
I want to programatically create a Blog/Site in Wordpress Muti site (Networking enabled wordpres). Is there any API to do that? If Not, Can I directly insert the data i开发者_运维技巧nto the data base
I want to connect to an external API from my joomla website. The external ap开发者_如何学Pythoni is a reservation system which I would like to view info and update content. They have provided a URL f
I\'m working on a system for my workplace that can track offending users in a computer lab. I have a system in place to track users (what their login name is, and vnc terminals available). This system
This question already has answers here: Closed 10 years ago. Possible Duplicate: Python XMLRPC with concurrent requests
I\'m having terrible trouble trying to understand ironpython scoping rules. With the following script:
I want to XML-RPC from Java,I am facing problem while passing associative array(Hashmap) as parameter.Here is my code.
I am using xmlrpclib in python to connect to a xml-rpc server that verifies csrf tokens. proxy = ServerProxy(\"http://127.0.0.1:9091/transmission/rpc/\")