C
chak
I have a class with public properties defined in an assembly. I then have a
web service in
the same solution, which takes an object of this class as a parameter.
However, the web service works only if i key in the the fully qualified
name of the object (including namespace) in the proxy class. How can this
be avoided ?
web service in
the same solution, which takes an object of this class as a parameter.
However, the web service works only if i key in the the fully qualified
name of the object (including namespace) in the proxy class. How can this
be avoided ?