Search found 3 matches

by rutger
Sun Nov 14, 2010 11:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RevXMLRPC-problem
Replies: 5
Views: 3947

Re: RevXMLRPC-problem

I'm working on os x and was mainly attracted to LiveCode because of the iPad output. Xmlrpc seemed like a nice topic to try for me as I am more versed in php and web apps and am planning on making apps that should sync with a server. But I am still very new to LiveCode, which uses à very diferent co...
by rutger
Sun Nov 14, 2010 10:21 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RevXMLRPC-problem
Replies: 5
Views: 3947

Re: RevXMLRPC-problem

Finally found the error. Not in the Rev-functions, but in the Zend-example :$ Apparently I forgot to add the param tags which tell Zend what type the values should have. The Zend-client in php worked without a problem, but both LiveCode and Flex (my second try) didn't. Mark: Yes, I am dutch. Didn't ...
by rutger
Sun Nov 14, 2010 4:19 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: RevXMLRPC-problem
Replies: 5
Views: 3947

RevXMLRPC-problem

Hello all, I suppose this is a very basic question, however, I can't seem to get the XMLRPC library to work. The thing is, I want to create a connection to my server (which uses a ZEND XMLRPC-server to answer) with XMLRPC but the server doesn't recognize my parameters. A sample with a Zend XMLRPC Cl...