Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
GeneralRe: Removing an EventHandler??? Pin
LongRange.Shooter5-Feb-04 2:22
LongRange.Shooter5-Feb-04 2:22 
GeneralRe: Removing an EventHandler??? Pin
Heath Stewart5-Feb-04 4:18
protectorHeath Stewart5-Feb-04 4:18 
GeneralFileInfo.ValidateFIleName Pin
elena123454-Feb-04 8:07
elena123454-Feb-04 8:07 
GeneralRe: FileInfo.ValidateFIleName Pin
Not Active4-Feb-04 8:38
mentorNot Active4-Feb-04 8:38 
GeneralRe: FileInfo.ValidateFIleName Pin
John Kuhn4-Feb-04 8:48
John Kuhn4-Feb-04 8:48 
GeneralXML Web Services question Pin
Chen Venkataraman4-Feb-04 7:23
Chen Venkataraman4-Feb-04 7:23 
GeneralRe: XML Web Services question Pin
Andy Brummer4-Feb-04 8:56
sitebuilderAndy Brummer4-Feb-04 8:56 
GeneralRe: XML Web Services question Pin
Heath Stewart4-Feb-04 8:59
protectorHeath Stewart4-Feb-04 8:59 
Only the property needs to be public. Your field that stores the actual value should be marked private. You want WSDL to ignore it and only pay attention to the public property. After all, why include values for both _id and Id, which actually are the same object?

If you want more control over the WSDL that's generated, see the attributes in the System.Xml.Serialization namespace, as well as those in the System.Web.Services and System.Web.Services.Protocols namespaces.

There is plenty of documentation about these in the .NET Framework SDK.

Besides, remember that the Web Service is just another class that code can call via a proxy. Classes can only access public members of other classes unless they're derived from that class. This is how code access is supposed to work.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: XML Web Services question Pin
Michael Potter4-Feb-04 9:15
Michael Potter4-Feb-04 9:15 
GeneralTab control question Pin
Shizam4-Feb-04 5:47
Shizam4-Feb-04 5:47 
GeneralRe: Tab control question Pin
Heath Stewart4-Feb-04 6:04
protectorHeath Stewart4-Feb-04 6:04 
GeneralRe: Tab control question Pin
Shizam4-Feb-04 8:00
Shizam4-Feb-04 8:00 
GeneralRe: Tab control question Pin
Alex Korchemniy4-Feb-04 8:02
Alex Korchemniy4-Feb-04 8:02 
GeneralRe: Tab control question Pin
Heath Stewart4-Feb-04 8:44
protectorHeath Stewart4-Feb-04 8:44 
GeneralRe: CrystalReportViewer Pin
Alex Korchemniy4-Feb-04 9:53
Alex Korchemniy4-Feb-04 9:53 
GeneralVS problem Pin
Judah Gabriel Himango4-Feb-04 5:26
sponsorJudah Gabriel Himango4-Feb-04 5:26 
GeneralRe: VS problem Pin
Heath Stewart4-Feb-04 5:35
protectorHeath Stewart4-Feb-04 5:35 
GeneralRe: VS problem Pin
Judah Gabriel Himango4-Feb-04 5:48
sponsorJudah Gabriel Himango4-Feb-04 5:48 
GeneralRe: VS problem Pin
Heath Stewart4-Feb-04 5:53
protectorHeath Stewart4-Feb-04 5:53 
GeneralRe: VS problem Pin
Judah Gabriel Himango4-Feb-04 6:15
sponsorJudah Gabriel Himango4-Feb-04 6:15 
GeneralMDAC Pin
Mazdak4-Feb-04 4:42
Mazdak4-Feb-04 4:42 
GeneralRe: MDAC Pin
Heath Stewart4-Feb-04 5:33
protectorHeath Stewart4-Feb-04 5:33 
GeneralRe: MDAC Pin
Meysam Mahfouzi4-Feb-04 17:31
Meysam Mahfouzi4-Feb-04 17:31 
GeneralRe: MDAC Pin
Mazdak4-Feb-04 18:59
Mazdak4-Feb-04 18:59 
QuestionAdding Custom components to Windows ContextMenu? Pin
mdundek4-Feb-04 3:26
mdundek4-Feb-04 3:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.