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.  Convert from character to integer

    Posted Wed January 22, 2003 04:26 PM

    I am retrieving a sequence number from Oracle. It is returned as a character. I want to convert it to an integer and use it as input to a stored procedure. I have a service that retrieves the sequence number. How do I map it to an integer?


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


  • 2.  RE: Convert from character to integer

    Posted Wed January 22, 2003 05:09 PM

    Depends–which webMethods product are you using?


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


  • 3.  RE: Convert from character to integer

    Posted Wed January 22, 2003 05:38 PM

    B2B Developer and Integration Server 3.5.1


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


  • 4.  RE: Convert from character to integer

    Posted Wed January 22, 2003 07:18 PM

    No need to convert it to an integer. Just map the var to the appropriate parm in the SQL call. The JDBC connection should do the right thing for you.


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