Configure SOAP UI for the Web Service using key stores(JKS)
- Install SOAP UI
- Right click on projects->new SOAPUI projects and give WSDL
- Right click on the project -> show project view
- Go to the security configuration ->key stores/certificates and configure your key store
- Configure incoming/outgoing certificates.(for outgoing request private key for encryption and incoming request public key for decryption)
- For out going configuration configure
- username configuration
- signature
- encryption
- In encryption configure the endpoint method name, name space and type of encode which ever is applicable for your WS implementation
- Expand the project in your explores and double click the request method
- Configure the parameter values
- At bottom authentication tab configure the incoming and outgoing certificates
- Give the exact request URL where your application running
- Run the request
No comments:
Post a Comment