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.

 View Only
  • 1.  European Numerical Formats

    Posted Thu August 07, 2003 03:46 PM

    When you’re mapping how do you tell wm to format the number with European notation 100,00 vs North American notation 100.00?
    Thanks.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: European Numerical Formats

    Posted Thu August 07, 2003 05:00 PM

    Hi Chris, you can look at using Java classes Locale and NumberFormat.

    You should be able to build a custom Java flow service to do what you want.
    Here’s a good example:

    [url=“http://www.iro.umontreal.ca/~vaucher/Java/tutorials/Formatting.html”]http://www.iro.umontreal.ca/~vaucher/Java/tutorials/Formatting.html[/url]

    Regards,

    Wayne


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: European Numerical Formats

    Posted Thu August 07, 2003 05:21 PM

    Wayne,
    Thanks for the quick reply. I was hoping that wm handled it internally without going directly to Java.

    Hmmmm…


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: European Numerical Formats

    Posted Thu August 07, 2003 07:45 PM

    If you want this formatting all the time, you can set your default locale for the OS/JVM in which IS runs. Then you should get the formatting you need without any special handling within IS. I believe there is a JVM command-line parm you can add when starting IS.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods