Welcome Guest, Not a member yet? Register   Sign In
How to make xmlrpc server work
#6

If you used my code as-is, and got that error message, then I don't know what to tell you.

Just curious if you really must use XML? It's way easier to create a client/server for JSON. On the client side, all you do is create an array and json_encode it, then echo the encoded string. On the server side all you do is json_decode the request and you're done.
Reply


Messages In This Thread
How to make xmlrpc server work - by littlefeather - 03-08-2016, 01:43 PM
RE: How to make xmlrpc server work - by ciadmin - 03-08-2016, 05:06 PM
RE: How to make xmlrpc server work - by skunkbad - 03-08-2016, 05:31 PM
RE: How to make xmlrpc server work - by ciadmin - 03-08-2016, 10:53 PM
RE: How to make xmlrpc server work - by skunkbad - 03-09-2016, 10:01 AM
RE: How to make xmlrpc server work - by skunkbad - 03-09-2016, 11:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB