is that secure everyone can access wsdl through the apache home page of Axis2 web services?

有帮助吗?

解决方案

There are a number of ways to do this, for instance, if you were exposing the Axis2 web service over Tomcat, you could limit the servlet endpoint through either a username and password, or by IP range access. Consider reading this documentation on Tomcat if you want to limit access.

To secure this endpoint further you could supply your HTTP server with a certificate so the data is transferred over HTTPS.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top