Hi, i am using Axis2 web services with spring. I am injecting some manager services in the web service by configuring them in the application context and using setter methods in the web service implementation. Just works fine, but the setter methods are exposed as web service methods if i run myservise?wsdl. What can i do to hide them ? They must be defined as public.
Regards, Tobias