Re: java websrvice and C# code file
- From: "Lionel LASKE" <llaske@xxxxxx>
- Date: Tue, 17 May 2005 14:17:41 +0200
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 !
Lionel.
"Ramesh Kumar via .NET 247" <anonymous@xxxxxxxxxxxxx> a écrit dans le
message de news: eLOwybUWFHA.3572@xxxxxxxxxxxxxxxxxxxxxxx
> (Type your message here)
>
> --------------------------------
> From: Ramesh Kumar
>
> Hi
> I am trying to consume a Java webservice from .Net client.
> There are classes written in java and I am generating a C# file from the
> WSDL file. The java classes has member variables with get and set methods.
> when a c# class is generated all i get is class with public variables
> defined in it. They are not the propeties with get and set accessors but
> just the public variables. Is this a limitation or ..am doing somthing
> wrong.
> If this is a limitation then can i modify this source so that I declare
> properties and evrything should work fine.
>
> Thanks
> Regards
> Ramesh Kumar.D.
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>N6OvGXj0wkiDdqM2svaVng==</Id>
.
- Follow-Ups:
- Re: java websrvice and C# code file
- From: Jon Skeet [C# MVP]
- Re: java websrvice and C# code file
- References:
- java websrvice and C# code file
- From: Ramesh Kumar via . NET 247
- java websrvice and C# code file
- Prev by Date: Re: COM/ DCOM
- Next by Date: Re: Setting Cursor in Class
- Previous by thread: java websrvice and C# code file
- Next by thread: Re: java websrvice and C# code file
- Index(es):
Relevant Pages
|