xml-rpc
Can i use Doctrine with Zend_XmlRPC
I am with the follow problem, when i try to return an response from doctrine to my client using Zend_Xmlrpc, i got this message Failed to parse response, the answer in question is an bidimentional arr[详细]
2023-03-09 20:18 分类:问答XML-RPC - cannot marshal recursive dictionaries
I have a simple example to send a dictionary through xml-rpc: class CTest(object): def __init__(self):[详细]
2023-03-08 06:07 分类:问答XML RPC problem in Java-- Unable to create the XML parse: org.xml.sax.SaxNotRecognizedException
I\'m somewhat new to Java and the Android framework, however what I\'m doing I don\'t consider a complicated task. There is a LAMP XML-RPC server that returns an array of structs (array of associative[详细]
2023-03-08 01:56 分类:问答How to include External packages in a GWT project?
I am new to GWT. Here is my case. I have one package which connects to some server (using XmlRpcClient) and get xml-view definition on defined object. (Say this package name in `connection`)[详细]
2023-03-07 22:14 分类:问答python 3.2.0 on win64, xml-rpc with large payload failing
I have a python object whose methods are currently being exposed via XML-RPC using the standard xmlrpc.server.SimpleXMLRPCServer (with the ThreadingMixIn, but that should not be relevant).[详细]
2023-03-06 23:05 分类:问答Generate XML-RPC as String in Java
This is what I want to do: I ha开发者_StackOverflow中文版ve a method name and parameter types and I want to have the XML-RPC as a String (and not send it!).[详细]
2023-03-05 11:56 分类:问答XML-RPC - Throwing Exceptions from Server to Client in Java
It is my first time posting here and I could not find the answer to my question during a search so lets see if I can explain myself correctly.[详细]
2023-03-04 17:47 分类:问答post to wordpress with CURL
I tried to post to wordpress blog from extrnal p开发者_Python百科hp code , all of my files are in the same directory, public_html.[详细]
2023-03-04 04:59 分类:问答XMLRPC catching script execution errors and displaying them in the response
How can I pass script execution errors to the XMLRPC response so I don\'t get a Fault Exception? Maybe I\'m not setting this up right:[详细]
2023-03-04 01:36 分类:问答Drupal services XML-RPC access from javascript
I am trying to access the XML-RPC of my local drupal installation, from javascript. Here is the code:[详细]
2023-03-03 00:28 分类:问答