J
Jeff Johnson
I would like to pass a generic System.Object to a web method. The actual
object will be of a derived class and will not always be the same class.
However, in my initial attempt I got errors saying "<specifc object type>
not expected." Are Web services unable to "ignore" the object type when
passing things around? If so, I may need to resort to Remoting instead
(assuming THAT will work).
object will be of a derived class and will not always be the same class.
However, in my initial attempt I got errors saying "<specifc object type>
not expected." Are Web services unable to "ignore" the object type when
passing things around? If so, I may need to resort to Remoting instead
(assuming THAT will work).