Re: XML-RPC

2015-11-16 Thread Peter Haworth
Thanks Jose. That's pretty much what I'm doing but I get an error 400 back from the server (I think the text is "unknown method" or something similar. I have moved on to using curl to get what I need. The third party had some docs on how to do that so I use shell() to issue the curl command with

Re: XML-RPC

2015-11-16 Thread José Antonio Rocha
2015-11-15 15:48 GMT-02:00 Peter Haworth : > This looks like the server side of things and I'm > looking for examples of using the revXMLRPC@ calls from a Livecode desktop > app. > ​Here is my getPost WordPress function: --- -- GET POST --- /* -- F

Re: XML-RPC

2015-11-15 Thread Peter Haworth
ware <http://www.lcsql.com> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and SQLiteAdmin <http://www.lcsql.com/sqliteadmin.html> On Sat, Nov 14, 2015 at 10:57 PM, Brahmanathaswami wrote: > FYI: RevIgniter has an XML-RPC library... (hmmm, or maybe it wa

Re: XML-RPC

2015-11-14 Thread Brahmanathaswami
FYI: RevIgniter has an XML-RPC library... (hmmm, or maybe it was Andre's library) Anyway... we use that to have a page on our web site "talk" to Word Press (get posts) perhaps this helps... you would need to see that library... I will send it to you off line... We don'

XML-RPC

2015-11-14 Thread Peter Haworth
Starting on a project to have an LC client talk to a server using XML-RPC. I see various functions in the dictionary but are there any lessons/examples out there? Pete lcSQL Software <http://www.lcsql.com> Home of lcStackBrowser <http://www.lcsql.com/lcstackbrowser.html> and SQLit