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.  BLOB dataType in Webmethods

    Posted 11/11/05 10:30 PM

    Guyz,

    I’m trying to convert the following copyBook to a Dictionary, using the Mainframe Transaction Service. I dont get any error but for some reason it skips the DPAW-WII-SYS-DAT String because it has a BLOB datatype. Anybody know why is it doing this and how can get that string with the BLOB dataType in webMethods?

    Any help appreciated.
    Thanks,

    -Leon


    05 DPAW-WII-DOC-ID PIC X(016). 00260000
    05 DPAW-WII-SYS-DAT 00270002
    USAGE IS SQL TYPE IS BLOB(1M). 00271002
    05 DPAW-WII-CRE-ID PIC X(012). 00280000
    05 DPAW-WII-WI-CRE-TS PIC X(026). 00290000


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


  • 2.  RE: BLOB dataType in Webmethods

    Posted 01/16/15 04:03 PM

    Leon, Did you find a solution for this ?


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


  • 3.  RE: BLOB dataType in Webmethods

    Posted 02/03/15 07:52 AM

    There is no Java handler for BLOB datatypes. You have to write your own.

    OR

    Write a java service that transforms the BLOB datatype into something sensible that you can use.


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