According to this ticket:
Cannot serialize object wrapping 3rd party library structs. Must
serialize the xml (to a string) and store that to session and reload the
xml when restoring from session
When you are storing object in transient it gets serialized and not all objects are capable of that correctly.
Store textual XML data in transient instead.
Related Posts:
- WordPress as XML-RPC client?
- How to enable wpautop for XMLRPC content
- Extending xml rpc – best practice
- How do I know if my site is using the xmlrpc.php file?
- XML-RPC: Add category to post data
- How Enable XML-RPC in WP 4.8.2
- XMLRPC and Underscored custom fields
- Creating post content from external web scraper via JSON or RPC
- wp.getUsers XML-RPC method is returning only 50 users, how can i get all the users
- xmlrpc.php Returning 405 Response Code
- Restrict access to xmlrpc.php
- Simply deleting XMLRPC file
- Problem with Create Post using metaWeblog.newPost or wp_insert_post
- Is it possible to change a blog’s theme through XML-RPC command? (and if so how?)
- How pull wordpress blog data using Blogger API using python
- Create a new post in wordpress with XML-RPC with the correct GUID?
- Working code example of PHP XML-RPC connex to site?
- Automated posting to wordpress from commandline or XMLRPC API on Dreamhost
- Posting via HTTP requests?
- Why is minimum_args protected?
- Multiple new posts using XML-RPC?
- Is it possible write, publish and edit posts with WordPress from console aka terminal?
- How to enable xmlrpc in WordPress 5?
- modify post meta data remotely without xmlrpc
- XMLRPC newPost post_content issue
- Can XMLRPC set show_on_front/page_on_front?
- Send an extra parameter with xml-rpc login?
- Is there any image size limit for wordpress xml-rpc?
- XML-RPC and $wpdb
- XMLRPC won’t connect?
- wp.setOptions of the XML-RPC API does not appear to work
- How to list updates using WordPress XML-RPC methods
- Is XML-RPC still a security risk?
- Get Post meta via XML-RPC using wp.getPost
- How to process shortcodes in XML-RPC
- “XML-RPC server accepts POST requests only” error message
- New post created with XML-RPC works fine but fails to assign category
- Tagging posts to custom taxonomies using XMLRPC in R
- Getting all posts from an XMLRPC request [duplicate]
- not well-formed (invalid token) at line 15, column 51, byte 720 when trying to parse XMLRPC call
- XML-RPC aplication blocked by the hosting
- Weblog clients cannot retrieve posts: An invalid hexadecimal character (0x7) was found in the element content of the document
- Using XML RPC to import data into WordPress
- Page content sent from XML RPC is corrupted
- metaWeblog.getRecentPosts is returning nothing in my iphone app
- tag is ignored when using xml-rpc
- How to read newpost return post ID value as integer for xmlrpc
- Enabling XML-RPC Accross 500 blogs
- Retrieve username and password from XMLRPC request
- Best way to eliminate xmlrpc.php?
- Sending JSON string through wp_remote_post()
- HTTP digest authentication using wp_remote_get
- Hook into WordPress update?
- Using a wildcard with delete_transient()
- Integrating WP-TLC-Transients with WordPress – Where to Begin?
- How to purge all transient caches?
- POST to a REST API from a wordpress form
- Long option names fail silently?
- Use Transient API to cache queries for all posts in all categories?
- Possible to filter the posts or categories that XML-RPC users see in their mobile application?
- WP_Query Performance Issues with meta_query
- How do I get URL from WP_HTTP object?
- Overwrite default XMLRPC function from plugin
- Reset Transient on New Day
- WordPress Caching – Transients API or “update_user_meta ” Cronjob?
- Any insights into Transient API locking, cron and threading?
- WordPress transient doesn’t use the transient
- how to build (custom) stats for post views, per month
- Turn off Admin Bar (Toolbar) in backend – no easy way
- How to make Http Request to a php file present in plugin directory of wordpress
- Checking post format during xmlrpc_publish_post
- Behind-the-scenes HTTP Request?
- Transient feeds and caching error
- Transient loop issue
- is_wp_error() and handling errors
- WP Remote Request not returning all of content via request
- How to make a implement queue for scheduling tasks in WordPress?
- XML-code sent via the POST method to the URL (API) [closed]
- How to store or cache custom shopping cart data for every user’s session
- Hook an action when a transient is deleted ? Can’t get it to work!
- Remotely search WordPress sites using xml-rpc
- Proper context for wp_remote_post()
- Why Transients may not work correctly?
- Set WordPress Transient Expiration via Variable Value
- Send a get request to wordpress
- Checking for origin of a xmlrpc request
- Do I need to instantiate the XMLRPC class or any class in another class to access its methods?
- How to receive JSON payload from a digital device
- Check the stored / cached WP_Query with transients on post change
- Regular XML-RPC timeouts
- wp_trash_post() duplicates post to trash
- Button to clear transients
- XMLRPC pingback.extensions.getPingbacks not work with parameters
- Why none of xmlrpc filters work
- Custom xmlrpc request does not pass parameters?
- Modifying WordPress XML-RPC Built-Ins
- Show the online status of the current post’s author
- How get JSON from external API on every page load if not existing in transient?
- Why is this specific API request failing when sending via wp_remote_post?
- How to create a transient that persists the data for the whole duration of the expiration, even when object cache is enabled?