sacresp

sacresp

  • NA
  • 458
  • 0

Member variables are zeroed

May 18 2004 4:18 AM
I have a custom object, that I need to send to web service. Like [Serializable] public class MyObject { private int age; private double height; public MyObject() {} } and those members have also public properties. I have set the values to properties on client, but when I access them in web service they are all 0. What may cause this?

Answers (1)