How to expose business service as soap endpoint to outside production for public access with out authentication
Hi Community,
I have created SOAP service and WSDL generated. While accessing WSDL URLs, it is redirecting to login page and giving access with production credentials.
I have tried to invoke form webservice clinet (soapui /postman), endup with authentication failed error.
Same service I am able to access from Terminal.
Could you please help me to access Production exposed SOAP service with out authentication.
Product version: Caché 2017.1
Hi Prashanth,
You need to create another web application with Authentication Method equal unauthenticated.
Default web application:
Unauthenticated Web Application:
Samples of access:
Regards.
Cristiano José da Silva.