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.  How to get hexa decimal value in developer

    Posted 10/26/06 05:49 AM

    Hi All,
    I am trying to get haxa value in webMethods developer.
    /u001A hex value is equivalent to 1A.
    Please help me any ways to get hex value,

    Thanks in advance,
    Regards,
    Amar


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


  • 2.  RE: How to get hexa decimal value in developer

    Posted 11/01/06 07:04 PM


  • 3.  RE: How to get hexa decimal value in developer

    Posted 11/01/06 07:39 PM

    What service are you using? Where are you trying to set this char? Answers to these will determine how to specify this character properly.


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


  • 4.  RE: How to get hexa decimal value in developer

    Posted 11/02/06 12:05 AM

    Hi Reamon, Shubro
    I am using string replace service.
    For Ex : Input parameters
    inString : Happy Xmas
    searchSring : space (want to replace space with hexa value)
    replaceString : /u001A or 0x1A

    Output parameters:
    value : Happy1AXmas (Here 1A is Hexa decimal value so it is occupying only one character instead of two characters)

    Shubro i tried as per your suggestion, but still i am not able to getting hexa value.
    Please help me out.
    Thanks in advance,
    Amar


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


  • 5.  RE: How to get hexa decimal value in developer

    Posted 11/02/06 02:11 AM

    You’ll need to convert this sequence yourself. This post has the code for a Java service that you can use to create the replacement character from the unicode sequence.


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