Hi all,
we want to make a PUBLIC webservice on our XI system. The problem is that we always need to give credentials when we do a post (XI username/password).
We don't want that, we've read info on SAP concerning this issue (SAP note 856597):
<i>The user authentication of the SOAP adapter is not part of the SOAP adapter but of the web container of the J2EE engine. The default authentication setting is defined in the web.xml descriptor file of the SOAP dapter web application. This setting may be modified from Visual Administrator with some restriction. Please refer to the security documentation for the J2EE engine.</i>
Does anyone of you knows how we can make our Web service a PUBLIC web service (without username/password credentials)...
TIA