Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
QuestionWindows service for detecting USB device Pin
arun_pk4-Feb-09 0:07
arun_pk4-Feb-09 0:07 
QuestionFolder Protection Pin
vishnukamath3-Feb-09 23:08
vishnukamath3-Feb-09 23:08 
AnswerRe: Folder Protection Pin
«_Superman_»3-Feb-09 23:53
professional«_Superman_»3-Feb-09 23:53 
GeneralRe: Folder Protection Pin
vishnukamath4-Feb-09 0:13
vishnukamath4-Feb-09 0:13 
AnswerRe: Folder Protection Pin
Giorgi Dalakishvili4-Feb-09 0:38
mentorGiorgi Dalakishvili4-Feb-09 0:38 
GeneralRe: Folder Protection Pin
vishnukamath4-Feb-09 1:18
vishnukamath4-Feb-09 1:18 
Questionexposed items in a web service Pin
bfis1081373-Feb-09 22:16
bfis1081373-Feb-09 22:16 
AnswerRe: exposed items in a web service Pin
SeMartens3-Feb-09 22:42
SeMartens3-Feb-09 22:42 
Hi,

I think this has something to do with the arguments the method ExecuteOrder is expecting. Since the method needs an object from type "order" your client has to pass it. So Order is exposed. Also the ReturnedOrderInfo, Book and User classes should be exposed. These are not really the classes you have in your BooksBLL. The service does nothing else than mapping the XML to objects from the expected type. The client only has stubs that generate these XML. You will see that your Order-object at the client doesn't expose the methods you declared in the class on your server.

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionSecurity issue in Web browser control Pin
ZonSyed3-Feb-09 22:08
ZonSyed3-Feb-09 22:08 
Questionarray of function Pin
t_nedelchev3-Feb-09 21:50
t_nedelchev3-Feb-09 21:50 
AnswerRe: array of function Pin
Spunky Coder3-Feb-09 22:01
Spunky Coder3-Feb-09 22:01 
AnswerRe: array of function Pin
N a v a n e e t h3-Feb-09 22:04
N a v a n e e t h3-Feb-09 22:04 
GeneralRe: array of function Pin
t_nedelchev3-Feb-09 22:23
t_nedelchev3-Feb-09 22:23 
GeneralRe: array of function Pin
User 66583-Feb-09 23:06
User 66583-Feb-09 23:06 
GeneralRe: array of function Pin
Ennis Ray Lynch, Jr.4-Feb-09 4:24
Ennis Ray Lynch, Jr.4-Feb-09 4:24 
AnswerRe: array of function Pin
PIEBALDconsult4-Feb-09 7:35
mvePIEBALDconsult4-Feb-09 7:35 
QuestionDynamically change method Pin
MAW303-Feb-09 21:13
MAW303-Feb-09 21:13 
AnswerRe: Dynamically change method Pin
Spunky Coder3-Feb-09 21:22
Spunky Coder3-Feb-09 21:22 
AnswerRe: Dynamically change method Pin
N a v a n e e t h3-Feb-09 21:45
N a v a n e e t h3-Feb-09 21:45 
GeneralRe: Dynamically change method Pin
User 66584-Feb-09 0:23
User 66584-Feb-09 0:23 
AnswerRe: Dynamically change method Pin
PIEBALDconsult4-Feb-09 8:03
mvePIEBALDconsult4-Feb-09 8:03 
QuestionWindows Communication Foundation (setup.bat file configuration) Pin
AmbitiousBeginner3-Feb-09 20:48
AmbitiousBeginner3-Feb-09 20:48 
AnswerRe: Windows Communication Foundation (setup.bat file configuration) Pin
SeMartens3-Feb-09 21:54
SeMartens3-Feb-09 21:54 
GeneralRe: Windows Communication Foundation (setup.bat file configuration) Pin
AmbitiousBeginner3-Feb-09 22:22
AmbitiousBeginner3-Feb-09 22:22 
GeneralRe: Windows Communication Foundation (setup.bat file configuration) Pin
SeMartens3-Feb-09 22:35
SeMartens3-Feb-09 22:35 

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.