BLOB dataType in Webmethods

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

Leon, Did you find a solution for this ?

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.