iSmartMan
New User
Joined: 27 Jan 2021 Posts: 1 Location: United States
|
|
|
|
I'm writing a program that takes in a WSDL from DFHLS2WS and needs to know about any FILLER data items that were ignored. I'm pretty sure IBM stores that information in the appinfo annotation com.ibm.cics.wsdl.properties.suppressedField1, examples of which can be found on page 507 and 509 of www.redbooks.ibm.com/redbooks/pdfs/sg247126.pdf
However, there are a bunch of values stored in suppressedField1, and IBM does not provide any documentation on what each value is. I can infer that de1 refers to the location of the FILLER item, and de2 refers to the size of the FILLER item, but I'm completely clueless about what de3 or any of the a# values are for. I don't want to ignore those values unless I know that I won't need them. Does anyone here know what all the values in suppressedField1 are for? |
|