webMethods 10.11 How to convert based 64 variable to String?

What product/components do you use and which version/fix level?

webMethods 10.11

Are you using a free trial or a product with a customer license?

A customer license.

What are trying to achieve? Please describe in detail.

Good evening.

I’m trying to convert this variable type:
image

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

1 Like

Hi Wayne,
Let me test it and I’ll give feedback.
Thank you for trying to help. :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.