web services - How to handle SOAP response with omitted/optional/missing nodes -
i using wsdl import wizard embarcadero cpp builder (xe6), , checking returned nodes if null or not , before pass them further, otherwise if node missing (e.g. optional , not returned) i've got av. there more elegant way checking each node ?
with large services i've got 50 values check. code generated wsdl import wizard quite messy, it's kinda hard sorted. trying "global" solution, creating default empty values in case they're not returned soap call, without success. appreciated.
regards
Comments
Post a Comment