Hi all!
I am converting from one XML format into another XML format, where my XML structure is as follows.
Hello
199
CAI - CASH AGAINST
I want to suppress the empty values. My output structure should be
Hello
199
CAI - CASH AGAINST
I am using loop over RefTypeCd which has (19,WS,V0,TT,4B,BLT). I have tried by changing genearteRequiredTags value to false in documentToXMLString, but it does not help me. Does anyone has a solution. Any help would be appreciated. Thanks.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods