Encrypting The Admin Passwords used by the Axis Admin Servlet

Rajat Aggarwal <[email protected]>
Newsgroups gmane.text.xml.axis.user
Message-ID <CALrk8XwJO_sTu-ZkGn6pxu+1jj44_crV_82Metuq5Npzyabwpw@mail.gmail.com>
Hi,



We have some web services in our project, where our wsdd files contain the
following lines:



<globalConfiguration>

  <parameter name="sendMultiRefs" value="true"/>

  <parameter name="disablePrettyXML" value="true"/>

  <parameter name="adminPassword" value="admin"/>

  <parameter name="dotNetSoapEncFix" value="true"/>

  <parameter name="enableNamespacePrefixOptimization" value="false"/>

  <parameter name="sendXMLDeclaration" value="true"/>

  <parameter name="sendXsiTypes" value="true"/>

  <parameter name="axis.disableServiceList" value="true"/>

  <parameter name="attachments.implementation"
value="org.apache.axis.attachments.AttachmentsImpl"/>

  <requestFlow>

   <handler type="java:org.apache.axis.handlers.JWSHandler">

    <parameter name="scope" value="session"/>

   </handler>

   <handler type="java:org.apache.axis.handlers.JWSHandler">

    <parameter name="scope" value="request"/>

    <parameter name="extension" value=".jwr"/>

   </handler>

  </requestFlow>

 </globalConfiguration>





I wanted to know the use of the above highlighted element (adminPassword),
and also, is there any way we can introduce our own encryption mechanism to
encrypt this password so that it is not visible in plain text to anyone?


Thanks and Regards,

Rajat Aggarwal
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.