Adding module to a web service

  • Thread starter Thread starter sh
  • Start date Start date
S

sh

I have a web service which works fine. I want to offload some functions
into a separate module, but as soon as I add an empty module to my
project and test it, my web methods don't show up anymore. All I get is
the web service subdirectory listing.

Do I have to add any code to the module in order to get it to work properly?
 
I'm sorry. In my post I mistakenly said "module" when I meant "class".
The following is the correct post.


I have a web service which works fine. I want to offload some functions
into a separate class, but as soon as I add an empty class to my project
and test it, my web methods don't show up anymore. All I get is the web
service subdirectory listing.

Do I have to add any code to the class in order to get it to work properly?
 
Back
Top