SOAPUI Certificate Certification

I am trying to get into a remote web service and check if the service is working. To use the service, I use the SOAPUI client. The first time I tried, I had a 403 / Forbidden answer. The team developing the remote service provided me with a digital certificate to use for the request. How to use this certificate for request. I am new to the concept of using digital certificates in web service authentication, as well as for ui soap.

+7
source share
1 answer

You need to configure soapui to authenticate the client certificate.

There are several ways to do this.

  • You can add an authentication parameter to the connection details for the project.
  • You can configure certificates for the request in the ws-auth tab

Take a look at the link below. It gives some basic setup steps to help with soapui SoapUI Configure client certificate authentication (soapui 3.6)

+7
source

All Articles