Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
webMethods 10.11
A customer license.
Good evening.
I’m trying to convert this variable type:
to string, how can I achieve this?
Thank you in advance.
Hello.
You can look at the IS built-in service in the WmPublic package called pub.string:base64Decode. For more info, refer to the webMethods Integration Server Built-In Services Reference here The output from the Decode utility is into a Bytes field, but also have a look at the IS built-in service pub.utils:transcode. It should be able to change it from Bytes into String.
Wayne
Hi Wayne, Let me test it and I’ll give feedback. Thank you for trying to help.