Programatically, you can grab the Bus, get the QueryHandlerRegistry extension from it, and then remove the WSDLQueryHandler. Kind of sucks.
I'm changing the spring config so the WSDLQueryHandler is added via spring instead of a hardcoded "new WSDLQueryHandler()" in the code. Thus, you might be able to specify a different configuration. Dan On Tuesday 16 October 2007, Egor Samarkhanov wrote: > Hello ! > > How can I restrict access to WSDL of my service? > I don't want someone to access the > http//host.com/services/myservice?wsdl content. > And I use Servlet transport. > > Thanks, > Egor Samarkhanov ([EMAIL PROTECTED]) -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 [EMAIL PROTECTED] http://www.dankulp.com/blog
