Web Services & Classes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a solution with three projects. The first being a library of
classes. The second being a web service which references the library and
implements web methods whos return types are classes in said library. The
third project makes a web reference to the web service.

The problem I am having is that when the web reference is made it creates
its own classes that represent the return types when I want it to be the
return types as defined by the library.

How can I make it so that project two (the web service) and project three
share the first project (the library of classes) properly?

Thanks
 
Back
Top