Hi Experts,
I would like to remove webservice authentication from PI 7.1 webservices. How to do so?
Workaround : 1. I have commented out the below lines from web.xml, but there is no effect.
<!-- login-config -->
<!--
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>XISOAPApps</realm-name>
</login-config>
-->
2. Instead of BASIC have given none for <auth-method>, but still asks for the username/pwd. We don't want to give the PIAPPLUSER or other userId to clients.
Could you please tell me, how to remove the authentication to access the webservice in PI 7.1. Actually, I didn't face this issue in PI 7.0.
Please share your suggestions.
Thanks & Regards
Sara