B
Brian Smith
Good afternoon. I have a question about being able to reuse a model object
in both the web services side and client side. Suppose I create a data
object called test.DataObject1.
I have a web service method: "InsertData(DataObject1 dobj1)"
When I create the web reference from the ASP.NET client application, it
cerates a proxy object for DataObject1. Is there an easy way to force the
web reference not to use a proxy object but to reinstantiate the
test.DataObject1?
Thanks.
in both the web services side and client side. Suppose I create a data
object called test.DataObject1.
I have a web service method: "InsertData(DataObject1 dobj1)"
When I create the web reference from the ASP.NET client application, it
cerates a proxy object for DataObject1. Is there an easy way to force the
web reference not to use a proxy object but to reinstantiate the
test.DataObject1?
Thanks.