Nullable fields, and circular references support

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ata@mailinator.com

    #1

    Nullable fields, and circular references support

    Hi,
    I would like to know whether the *Nullable fields* are already
    supported under ASP.NET Web Services that have been created using .NET
    Framework 3.5? As you know, you were not allowed to use nullable
    fields in the service layer under .NET Framework 2.0 or earlier.

    On the other hand, exposing an object graph to the outside world (from
    the web services point of view) was not allowed if the object(s) have
    been circularly referenced (because of the XML/SOAP serializer
    under .NET Framework 2.0 or earlier).

    I would really love to know whether these 2 concepts have been
    addressed already.

    Thanks.
Working...