Is "AgeSpecified" something that is used anywhere is DotNet or does it recognize the word as something else? Iam trying to adda referecne to the webservice from my client.
The Web Service has a property named "AgeSpecified".However, when the client gets the reference to this property, it changes the name to "AgeSpecified1" and it maps it to "AgeSpecified" itself.
Why does this happen? Please reply.
The Web Service has a property named "AgeSpecified".However, when the client gets the reference to this property, it changes the name to "AgeSpecified1" and it maps it to "AgeSpecified" itself.
Why does this happen? Please reply.