did you try the link:
http://lab.msdn.microsoft.com/productfeedback/
and click on Report a Bug.
"HQM" <HQM@discussions.microsoft.com> wrote in message
news:F8089973-585E-4696-B16E-215F05CE9E20@microsoft.com...[color=blue]
> If I create an element X of a primitive type with minOccurs=0 and
> nillable=true and run it through the WSDL generator I get a class with a
> property "X" of the primitive type plus a boolean "XSpecified" attribute[/color]
to[color=blue]
> say if it was not specified rather than null. But if I have a complex type
> with minOccurs=0 and nillable=true you don't get the "XSpecified"[/color]
property.[color=blue]
> This means you can't tell the difference between
>
> <outer>
> <x xsi:nil="true"/>
> </outer>
>
> and
>
> <outer/>
>
> This is a bug, I think. Now if I could only find the place in MSDN to log
> bugs...FWIW I tried reporting this to a newsgroup through Visual Studio[/color]
2005[color=blue]
> beta 2 but it would crash when it brought up the entry box. How does one
> report a bug that the bug reporting system crashes?
>[/color]