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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -