Web Service
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I created a web service and i created also many classes below. when i add it as a web reference, i can access all classes just one that contain public string variable is not shown ? any suggestion !! regards,
dghdfghdfghdfghdgh
-
Hello, I created a web service and i created also many classes below. when i add it as a web reference, i can access all classes just one that contain public string variable is not shown ? any suggestion !! regards,
dghdfghdfghdfghdgh
Don't fully understand what you mean. Posting some code might help. Webservices only expose methods, so fields won't appear in the proxy which is generated. Think of a webservice as a collection of functions, not as a class.
Regards, Rob Philpott.