M
Mark Thomson
I have a web service that has a Venue class on it. I also have a client
application running on pocket pc that has the same Venue class on it. The
problem is when i perform use the
[WebMethod]
Venue getVenue( )
from the client application, it maps the return type to
Webservicenamespace.Venue instead of Venue.
Should I be using Proxy classes for this or is there a better way to do it?
application running on pocket pc that has the same Venue class on it. The
problem is when i perform use the
[WebMethod]
Venue getVenue( )
from the client application, it maps the return type to
Webservicenamespace.Venue instead of Venue.
Should I be using Proxy classes for this or is there a better way to do it?