R
Ronald S. Cook
I was able to do my first Windows Communication Foundation test project and
all worked well.
But now I want to add a second class to my service.
There is that Service.svc file that has only the following in it:
<%@ServiceHost Language="VB" Service="MyService.clsCountry %>
But now I've added a class clsState to my service. What now, am I do do in
Service.svc?
Does each class need it's own Service.svc file? I.e. Country.svc,
State.svc? If so, that will mean running svcutil for every class I'll
have.. yuk.
Any guidance would be appreciated.
Thanks,
Ron
all worked well.
But now I want to add a second class to my service.
There is that Service.svc file that has only the following in it:
<%@ServiceHost Language="VB" Service="MyService.clsCountry %>
But now I've added a class clsState to my service. What now, am I do do in
Service.svc?
Does each class need it's own Service.svc file? I.e. Country.svc,
State.svc? If so, that will mean running svcutil for every class I'll
have.. yuk.
Any guidance would be appreciated.
Thanks,
Ron