[Axis2] Secure The Admin Password used in axis2.xml

2014-03-26 Thread Mohammed Imran
Hi All, I'm trying to secure/harden Axis2 server and I see that the admin password is stored in clear text in axis2.xml as shown below. *admin* *password* I couldn't find much information on storing the admin password security in official documentation [1] and earlier discussions in mailing

[Axis2] Client makes multiple calls to retrieve WSDL file

2014-03-26 Thread Patrick Early
Hello, We are having an issue with Axis2 where for every SOAP call we make, the client also makes a call to retrieve the WSDL file prior to making the actual call. Is there a way to tell the client to use a local file or in-memory string for its WSDL instead of retrieving it from the server?