Search found 2 matches

by mkalkbrenner
Tue Sep 10, 2013 5:21 pm
Forum: iOS Deployment
Topic: XMLRPC for iOS?
Replies: 4
Views: 3117

Re: XMLRPC for iOS?

But it should be easy to "mimick" the revXMLRPC library Yes, sending a request this way is possible. But you also have to deal with headers, deal with entities, parse the result and handle xmlrpc error codes by yourself ... something I want to avoid. Using revXMLRPC for desktop apps is straight for...
by mkalkbrenner
Tue Sep 10, 2013 4:49 pm
Forum: iOS Deployment
Topic: XMLRPC for iOS?
Replies: 4
Views: 3117

XMLRPC for iOS?

I just noticed that the revXMLRPC library is not available when building standalone apps for iOS.
Does anyone know a substitution or a workaround to do XMLRPC on iOS using livecode?