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
- XMLRPC System Multicall and BruteForce
- How does object caching work?
- How to use the HTTP API with a Proxy?
- How to use WordPress HTTP API to download file from remote location
- Why are transients cleared prematurely?
- How to validate XML-RPC post creation and cancel when needed?
- Get a list of existing transients
- Do WordPress’ cron’s clean up expired transients?
- Why does WordPress create two transients with the same name when I specify timeout value?
- Fragment caching increasing database queries
- WordPress transients for a shortcode
- parse XML from URL (via SOAP)
- Disable links in header (feeds and such)
- How to get all posts (in chunks) via XML-RPC?
- Transients vs CRON +Custom Fields: Caching Data Per Post
- wordpress inserting posts programatically through a url
- Extending WordPress REST API
- How does WordPress handle sessions?
- WordPress can’t find IXR_Client
- Clearing cached plugin data if it is using an external object cache
- Only a part of array is stored in transient – what could be causing this?
- How to use transient in this code for related post?
- Delete a WordPress transient from a shortcode on Page/Post update
- Transient not behaving as expected
- How do I programmatically create new posts of a custom post type over the XML-RPC API?
- Compare custom taxonomies of updated post (or new post) [Updated with progress]
- How many transients is too many transients
- Save external API calls in WordPress
- http_response_timeout filter not working
- Add information to HTTP Header in WordPress Plugin
- passing markup thought a shortcode attribute
- Compare transient data with a meta box value
- WordPress transient not working with WP Engine
- delete_transient on click inside a widget form
- How to write update query in WordPress to expire transients
- Access post ID in “content_save_pre”
- Storing temporary data for a custom post type
- xmlrpc how to check for errors
- Managing and deleting transients with dynamically generated transient names
- Change WooCommerce product and variation prices programatically without affecting performance
- Avoid duplicate posts with xml rpc
- Using the GetMediaLibrary() method in python-wordpress-xmlrpc.media, how to iterate over the result?
- Hacked site using transient API?
- Turn twitter-urls into list timelines?
- Delete Transient when clicking ‘Save Changes’ on options page
- How to optimize performance without transient?
- XML RPC post produces immediate revision with odd post_date_gmt
- Why is this specific API request failing when sending via wp_remote_post?
- How to cache wordpress get_posts query using transients?
- Flash messages for not logged in users
- Theme / Divi change visitor css and site logo and all site urls based on REQUEST_URI non logged in wp user