Hi,

There is an easy way that I came up is to use a filter in web.xml to restrict the access.

Say there are three services: A,B,C , we want to restrict the B,C service. we can pulish the services as following:

http://host.com/services/secure/B
http://host.com/services/secure/C
http://host.com/services/A.

And then we will config a filter to restrict the http://lhost.com/service/secure url to do the authentication.

So people can access the A service without any restriction, but need to get authentication to access B,C service.

Thanks
Jeff


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])



Reply via email to