Saturday, March 3, 2012

SOAP UI configuration for Webservice using key stores(JKS)


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

No comments:

Post a Comment