D
douglas wittner
afternoon, i was hoping someone could offer up some advice.
i have a client and web service.
the client is consumed by a web site. the client contacts the web service
for a result this is a class.
this class instance coming back is in a library as so all can have access to
the types used.
the client is returned a "SOLUTIONClient.localhost.SOLUTIONOutput" object.
the client understnad this well and there is no problem.
i would like the web site consuming the client to not have to know about the
web service. the web site understands
SOLUTIONOutput vcResult
can i return a SOLUTIONOutput from the web service and not a
SOLUTIONClient.localhost.SOLUTIONOutput?
doug
i have a client and web service.
the client is consumed by a web site. the client contacts the web service
for a result this is a class.
this class instance coming back is in a library as so all can have access to
the types used.
the client is returned a "SOLUTIONClient.localhost.SOLUTIONOutput" object.
the client understnad this well and there is no problem.
i would like the web site consuming the client to not have to know about the
web service. the web site understands
SOLUTIONOutput vcResult
can i return a SOLUTIONOutput from the web service and not a
SOLUTIONClient.localhost.SOLUTIONOutput?
doug