G
Guest
I have created a class library which is shared by multiple projects. One
project is the web service. It has a web method that when invoked is to
return a class populated with all of the properties and such.
The client windows application that makes the call gets a null object.
However, when I set the web service as the start up application and invoke
the web method and put a break on the object to be returned I notice in my
watch the object has all the properties populated with values but when the
xml page loads it has nothing.
It would seem some how between the return statement and the actual output it
looses everything. Any ideas why?
project is the web service. It has a web method that when invoked is to
return a class populated with all of the properties and such.
The client windows application that makes the call gets a null object.
However, when I set the web service as the start up application and invoke
the web method and put a break on the object to be returned I notice in my
watch the object has all the properties populated with values but when the
xml page loads it has nothing.
It would seem some how between the return statement and the actual output it
looses everything. Any ideas why?