March 13, 20223 yr comment_16228 These three files work in UniServer 8.9.2 and generate the correct response, but not in UniServer ZeroXIII. There is no error, like a 503, but the code doesn't run. This is an XMLRPC web service. When I run it in UniServerZ, I get this as a response (Array) and when I print_r the array, I get this: Array ( [faultString] => parse error. not well formed. error occurred at line 1, column 1, byte index 0 [faultCode] => -32700 ) Any ideas? -Steve server.php client.php utils.php Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.