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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top