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
- Wordress Get All Categories using xmlrpc is not working
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- Are transients garbage collected?
- Best way to eliminate xmlrpc.php?
- How does object caching work?
- Sending JSON string through wp_remote_post()
- Should I use Transient API to store HTML String, or Object?
- Will it break my site if I delete all transient records in wp_options table?
- When should I be using the Transients API?
- SSO / authentication integration with external ‘directory service’
- Filter any HTTP request URI?
- How to control accept encoding on HTTP API requests?
- How do I mock HTTP requests for PHPUnit?
- How to remove rest api link: in http headers?
- Is get_option() faster than accessing get_transient()?
- Cache remote (HTTP) request with Transients API
- Is there any danger in deleting all transients?
- How to use the HTTP API with a Proxy?
- Mutual Authentiction on HTTPS with WordPress HTTP API?
- Best practices for using the transients API
- Are transients private or public?
- 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?
- Is there a way to get protected meta fields through any of the available built-in WordPress APIs? (xmlrpc, wp-json)
- Using transients in conjunction with memcached
- Get a list of existing transients
- HTTP digest authentication using wp_remote_get
- Hook into WordPress update?
- wp-cron.php – How are WP’s Cron transients removed?
- Do WordPress’ cron’s clean up expired transients?
- Storing posts social counters by using transient api
- Using a wildcard with delete_transient()
- Does set_transient() overwrite/update transient option with same key?
- What’s the case against transient-ing almost everything that’s mostly static?
- xmlrpc_enabled filter not called
- Does blocking xmlrpc.php affect pinging update services like pingomatic
- Set default custom post type for XML-RPC
- custom XMLRPC method plus authentication of user & WooCommerce order
- Error timed out with succesfull wp_remote_post
- Does using set_transient() function can lead to MySQL problems?
- Fallback when Transient API fails
- Why does WordPress create two transients with the same name when I specify timeout value?
- Difference between wp_remote_post and wp_safe_remote_post
- How to run multiple Async HTTP requests in WordPress?
- How to delete cached transients from a widget instance properly?
- X-Pingback and XMLRPC
- How to save new transients if query changes?
- Fragment caching increasing database queries
- How to consume and display external data in WordPress from another website