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.


#TechXchangePresenter
 View Only
  • 1.  canonical to EDI output

    Posted Thu February 16, 2006 06:18 AM

    I am using the ConverttoString service in my map…The input is a doc (and the schema for the doc) and the output is a string…In the doc i’ve got a number as input which when getting converted to a string is given out as exponential data. (for eg if the input is 2 the output is 2E0 and if the input is 30 the output is 3E1 and so on) does anyone have an idea how this service converttostring works and if we can get the output value as just a number.


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


  • 2.  RE: canonical to EDI output

    Posted Thu February 16, 2006 02:16 PM

    Do you want to get output 2 if input is 2E0 etc…??Basically take a look in the EDI formatservices,in the IS filesystem of Packages/WmEDI/formatServices location.

    HTH,
    RMG


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


  • 3.  RE: canonical to EDI output

    Posted Tue April 25, 2006 12:47 PM

    my input is 19.263 and output of convertToString is 1.9623E1. I want output as 19.263 i.e not in exponential format. Please help me to solve this problem


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


  • 4.  RE: canonical to EDI output

    Posted Tue April 25, 2006 02:59 PM

    Pranav,

    Please take a look in the EDI format services as told above.Basically you have to modify format services or manipulate according to your expected format.

    HTH,
    RMG


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