webMethods

webMethods

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
Expand all | Collapse all

BLOB dataType in Webmethods

  • 1.  BLOB dataType in Webmethods

    Posted Fri November 11, 2005 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 Fri January 16, 2015 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 Tue February 03, 2015 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