Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upTest your server to see if it's compatible #7
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
scripting commentedNov 21, 2018
•
edited
In the early days of XML-RPC we had a test suite that people could use to validate an implementation.
That test suite has been ported to JavaScript and runs in the browser.
http://scripting.com/code/xmlrpcbrowserclient/
So let's find out as best as we can if the lights are still on in XML-RPC-land. ;-)
If you have a server that implements the test suite, enter the URL of your endpoint and click the button. Please post a note here on what you find or if you have questions.
Important note
I have set it up so it runs, by default, the test suite at http://betty.userland.com/RPC2.
Here's the source for the application running at that endpoint.
If you look around you'll find lots of implementations of these endpoints in various languages.