web service parameter trouble!!!

  • Thread starter Thread starter Ivan A. Gavrilyuk
  • Start date Start date
I

Ivan A. Gavrilyuk

Hi!

I have a trouble with web service. One of webmethod's parameters is a class
B derived from class A with public properties. Visual Studio generated proxy
contains both class A and class B, but when I pass class B from clientside
passing ALL public properties from class B and class A only B's properties
are not empty on server side! Is this bug?

Thanks.
 
Ivan A. Gavrilyuk said:
Hi!

I have a trouble with web service. One of webmethod's parameters is a class
B derived from class A with public properties. Visual Studio generated proxy
contains both class A and class B, but when I pass class B from clientside
passing ALL public properties from class B and class A only B's properties
are not empty on server side! Is this bug?

Thanks.
Sorry, I have a bug... in DNA.
 
Back
Top