Hi, is anyone familiar with this error?
WoodWing Enterprise Download from Flow elements (Enfocus Appstore)
Name Query: Select from library is empty.
Error log: Cannot get the WoodWing Enterprise version.
The SOAP class parseBody() method returns arrays with correct length and data type (string), but all extracted values are empty strings. Example: parseBody("//Ticket") returns array with length 1, type string, but value is '' This occurs for all XPath queries including //Ticket, //ServerInfo/Version, etc. Same code functioned correctly in previous version.
After updating Switch to 25.11 woodwing Download is not working.
-
breitenberg
- Newbie
- Posts: 1
- Joined: Fri May 15, 2026 5:58 am
Re: After updating Switch to 25.11 woodwing Download is not working.
Hi Ulrik,
I haven't upgraded our production environment to 25.11 yet, but your post makes me glad I waited! This definitely looks like a bug introduced in the latest update, especially since the exact same script functioned perfectly in the previous version.
The fact that it returns the correct array length but empty strings suggests the XML parser is matching the tag but failing to read the value. With all the internal package updates and Node.js improvements in 25.11, a change in the built-in SOAP utility class is likely the culprit.
If this is blocking your daily production, your best bet right now is probably to roll back to the previous Switch version until Enfocus or the WoodWing app developer patches this compatibility issue.
Definitely worth submitting an official bug report to Enfocus support!
Cheers,
I haven't upgraded our production environment to 25.11 yet, but your post makes me glad I waited! This definitely looks like a bug introduced in the latest update, especially since the exact same script functioned perfectly in the previous version.
The fact that it returns the correct array length but empty strings suggests the XML parser is matching the tag but failing to read the value. With all the internal package updates and Node.js improvements in 25.11, a change in the built-in SOAP utility class is likely the culprit.
If this is blocking your daily production, your best bet right now is probably to roll back to the previous Switch version until Enfocus or the WoodWing app developer patches this compatibility issue.
Definitely worth submitting an official bug report to Enfocus support!
Cheers,