Re: java websrvice and C# code file



Lionel LASKE <llaske@xxxxxx> wrote:
> It's by design. WSDL generate public access to member variable.
> You can add accessor get/set on generated file but it's not a good idea
> because you should do the job each time your WSDL will change !

After the initial prototyping, however, WSDL shouldn't be changing very
often. Personally I think it's much nicer to have a well-written web
service data class which uses the normal .NET naming conventions,
properties etc.

--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.