IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  webMethods 10.11 How to convert based 64 variable to String?

    Posted 05/12/22 04:12 PM

    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.


    #Integration-Server-and-ESB
    #webMethods
    #Service-Designer


  • 2.  RE: webMethods 10.11 How to convert based 64 variable to String?

    Posted 05/12/22 04:43 PM

    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


    #Integration-Server-and-ESB
    #Service-Designer
    #webMethods


  • 3.  RE: webMethods 10.11 How to convert based 64 variable to String?

    Posted 05/13/22 05:00 AM

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


    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods