any idea why theses two beans behave differently
-
i have a web service , in it there are two beans customer and order,wen my web app calls the web service i create a customer object and and use it , but when i try to create an object of order it doesn't show in the list , what might be the problem both classes are public. rservice is the refrence for the web service .
rservice.Customerbean customer = new rservice.Customerbean();
thhis works fine ,
-
i have a web service , in it there are two beans customer and order,wen my web app calls the web service i create a customer object and and use it , but when i try to create an object of order it doesn't show in the list , what might be the problem both classes are public. rservice is the refrence for the web service .
rservice.Customerbean customer = new rservice.Customerbean();
thhis works fine ,