A
Aaron
I am having trouble including a reference to an object of mine thru my web
service on the client.
I have tried including a: [WebMethod, SoapInclude(typeof(MyObject))]
reference, but this doesn't seem to catch.
Now if I create a bogus webmethod with a return object of MyObject the
object definition gets created just fine.
Without manually creating a definition of the object in the reference itself
how can I let it know to create a definition for this object?
service on the client.
I have tried including a: [WebMethod, SoapInclude(typeof(MyObject))]
reference, but this doesn't seem to catch.
Now if I create a bogus webmethod with a return object of MyObject the
object definition gets created just fine.
Without manually creating a definition of the object in the reference itself
how can I let it know to create a definition for this object?