WordPress XML-RPC with Java olatechproFebruary 27, 20237 Views Is there any way to get posts and information from a WordPress blog form Java code? Thanks! Post Views: 7 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
You need an XML-RPC client, you can use the Apache XML-RPC library Here a list of WordPress supported API. And finally a short tutorial to get you started. Log in to Reply
Here is a Java library for doing so: https://code.google.com/p/wordpress-java/ it includes sample code here. Log in to Reply
You need an XML-RPC client, you can use the Apache XML-RPC library
Here a list of WordPress supported API.
And finally a short tutorial to get you started.
Here is a Java library for doing so:
https://code.google.com/p/wordpress-java/
it includes sample code here.