I am writing an .net application that interface with OpenERP via its xml-rpc service. I am using the cook computing library for this.
I\'m trying to post to wordpress using xmlrpc, however, I don\'t know how to put categories and tags into the xml.
I am implementing in ASP.NET custom server protocol in XML RPC due to specification. I use libraryXML-RPC.NET.
I made a set of XMLRPC client-server programs in python and set up a little method for authenticating my clients. However, after coding pretty much the whole thing, I realized that once a client was a
I am trying reverse geocode using google api in php script(using xmlrpc).I wrote the following code in my local system its works fine,but when I try in our webserver it fails.
I am facing a very confusing issue where my Iphone app send Image data as a string in NSDATA format using XML-RPC to webserver. I am also maintaining XML-RPC log to save every request coming from iPho
I have a Perl script on my computer which generates some text or images. I wish this data to be stored on an external ser开发者_如何学Cvice.
I want to access google map api for reverse geocoding. I access the url using file_get_contents method.
I am getting following error while using certificate file, I have generated truststore of the same and passing it to XmlRpcCommonsTransportFactory
Hello I\'m building an iPhone app in Appcelerator Titanium and one feature I\'d like to add is forum support for a SMF 2.0 forum. I\'ve installed the Tapatalk API on the forum and have successfully go