Missing elements in WCF Test Client

Discussion in 'C#' started by Lars_V_J, Aug 30, 2010.

  1. Lars_V_J

    Lars_V_J New Member

    Joined:
    Aug 30, 2010
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    I have a web service that uses XML serialization.

    I have noticed, that some of the elements in my input class are missing in the XML that WCF Test Client sends. I get to fill everything in in the Formatted tab, but it isn't there in the XML tab (and it is null when it arrives in the web service).

    Anyone who know what might be wrong?

    At first I thought it was because it was "nilable=yes" and had MinOccurs=0, but even when I removed that it still didn't appear.

    Thanks in advance
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice