Vy Ho wrote:
I wonder if you declare an interface for this service, then use it to generate wsdl.

This shields you from how you implement your service.


Right, that's the way to do it, just create an interface for only the methods you want exposed. The class can have a lot more stuff in it that won't be exposed.


Tim



Reply via email to