Click here to Skip to main content
15,899,754 members
Home / Discussions / C#
   

C#

 
Questionservice controller/impersonate error [modified] Pin
JakeFront3-Aug-06 0:03
professionalJakeFront3-Aug-06 0:03 
QuestionDelegates Pin
fmardani2-Aug-06 23:48
fmardani2-Aug-06 23:48 
AnswerRe: Delegates Pin
Christian Graus3-Aug-06 0:01
protectorChristian Graus3-Aug-06 0:01 
GeneralRe: Delegates Pin
yueue3-Aug-06 0:32
yueue3-Aug-06 0:32 
AnswerRe: Delegates Pin
NasimKaziS3-Aug-06 1:51
NasimKaziS3-Aug-06 1:51 
QuestionExposing classes' methods/properties in Web Service [modified] Pin
impeham2-Aug-06 23:29
impeham2-Aug-06 23:29 
AnswerRe: Exposing classes' methods/properties in Web Service [modified] Pin
sundar1563-Aug-06 11:26
sundar1563-Aug-06 11:26 
GeneralRe: Exposing classes' methods/properties in Web Service Pin
impeham4-Aug-06 5:23
impeham4-Aug-06 5:23 
This is not the case...
The problem is not with the Web service's methods (which are woking just fine). it is with classes that are used to create an object that should be used by the client to fill information.

let's say i have the following in the web service's class "Service1":
-----
[WebMethod]
public string test(MyInfo TestData)
-----
Now, "MyInfo" is a class which has other classes as attributes which have properties/methods. In the client side, i want to be able to fill the TestData class with information (and its internal classes) and send it to the method. These are the methods/properties i want to be able to use in the client side.
So, to be able to see all the classes that MyInfo holds, i used [XmlInclude] attribute for each of these classes.
now - i can create these classes and see them in the client, but all their properties/methods i cannot see even though they are public.

QuestionSysetm.Collections.Hashtable Pin
El'Cachubrey2-Aug-06 23:08
El'Cachubrey2-Aug-06 23:08 
AnswerRe: Sysetm.Collections.Hashtable Pin
Christian Graus2-Aug-06 23:10
protectorChristian Graus2-Aug-06 23:10 
GeneralRe: Sysetm.Collections.Hashtable [modified] Pin
El'Cachubrey2-Aug-06 23:21
El'Cachubrey2-Aug-06 23:21 
GeneralRe: Sysetm.Collections.Hashtable Pin
Guffa2-Aug-06 23:43
Guffa2-Aug-06 23:43 
GeneralRe: Sysetm.Collections.Hashtable [modified] Pin
El'Cachubrey2-Aug-06 23:50
El'Cachubrey2-Aug-06 23:50 
AnswerRe: Sysetm.Collections.Hashtable Pin
stancrm2-Aug-06 23:20
stancrm2-Aug-06 23:20 
GeneralRe: Sysetm.Collections.Hashtable Pin
El'Cachubrey2-Aug-06 23:22
El'Cachubrey2-Aug-06 23:22 
Questionconnection pro Pin
skyeddie2-Aug-06 23:06
skyeddie2-Aug-06 23:06 
AnswerRe: connection pro Pin
Christian Graus2-Aug-06 23:11
protectorChristian Graus2-Aug-06 23:11 
GeneralRe: connection pro Pin
skyeddie2-Aug-06 23:25
skyeddie2-Aug-06 23:25 
GeneralRe: connection pro Pin
Christian Graus2-Aug-06 23:54
protectorChristian Graus2-Aug-06 23:54 
AnswerRe: connection pro Pin
realin2-Aug-06 23:37
realin2-Aug-06 23:37 
QuestionSelection of node in TreeView Pin
psamy2-Aug-06 23:05
psamy2-Aug-06 23:05 
AnswerRe: Selection of node in TreeView Pin
stancrm2-Aug-06 23:16
stancrm2-Aug-06 23:16 
QuestionScoll Lock Key Status in javascript? Pin
murali_utr2-Aug-06 22:53
murali_utr2-Aug-06 22:53 
AnswerRe: Scoll Lock Key Status in javascript? Pin
Christian Graus2-Aug-06 23:11
protectorChristian Graus2-Aug-06 23:11 
JokeRe: Scoll Lock Key Status in javascript? [modified] Pin
Divyang Mithaiwala2-Aug-06 23:14
Divyang Mithaiwala2-Aug-06 23:14 

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.