Hello
I have a lots of scenarios that use XI´s WebService for integration. For the 3rd party systems be able to use the WebServices, they need an authentication in Web Application Server.
The question is: How can I create a user with LIMITED access to ONLY ONE Webservice in XI ?
For example, I want a user called webservice1 that can access only http://myserver:50100/XISOAPAdapter/MessageServlet?channel=:SERVICE:SOAP_Sender_CC.
I don´t wanna use HTTPS because the 3rd party systems are very limited and they don´t have HTTPS support.
Thanks