質問

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