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.  Issue in convert to string

    Posted 03/28/18 12:36 PM

    Hi,

    While converting data to string with the schema it is converting into string in multiple lines but I want in a single string is it possible for this case, I am providing an example for better understanding

    Ex: Name Address PhoneNo EmailID → Header should be like this and
    john 1234 98998 john@gmail.com → This is the required format I want in my service

    ----> john 1234 99898 -----> but in output I am getting this
    johnl@gmail.com

    how to get in required format? Any suggestions


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Issue in convert to string

    Posted 03/28/18 01:37 PM

    Hello Neel,

    can you describe your issue in detail please?
    It is not clear to me where the problem is.

    Also provide your wM version.

    Regards,
    Holger


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Issue in convert to string

    Posted 03/28/18 03:24 PM

    Hi Neel,

    It’s all depends on how is your FFSchema layout defined during design time and also there are many rude ways to form the convertToString output by the post processing steps as a single line using BIS such as tokenize and makeString services etc…

    You may check it out.

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #edi