0
I did that:
if (lis.DT_TransacaoV == null)
pdv.Transacao = "Não Recebido";
else
pdv.Transacao = "Recebido";
I have in the object PDV
a property called Transacao
string type. If it is different from null it does the homework, but if null comes it plays this value:
<Transacao i:nil="true"/>
You have to inhibit it and show the text?
REST web service with WCF.
Could you elaborate on your answer?
– Felipe Avelar
Here is the answer to this other topic: http://answall.com/questions/17297/returnr-apenas-completedfields-no-web-service The solution I recommended was used.
– LeoFraietta
I’m not saying that your answer is incorrect, it’s just very "loose". I could detail where to use and how to use, this kind of thing?
– Felipe Avelar