clientCert Sample

The clientCert sample demonstrates asynchronous communication between two web services where the target web service is secured with Two-Way SSL.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the security/transport folder of the WebServices project in the SamplesApp sample application. In the file system the location is:

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\security\transport\clientCert

To Run the Web Service

  1. Start WebLogic Server in the appropriate domain.
  2. Launch the service by entering http://localhost:7001/WebServices/security/transport/clientCert/WebServiceA.jws?.EXPLORE=.TEST in the address bar of a web browser. If WebLogic Server is running in the samples domain on your machine, you may click here to run the sample.
  3. Navigate to the Test Form tab of Test View, if necessary.
  4. Click the invokeWebServiceB method.
  5. Click Refresh, until the Message Log displays the callback ctrl.result.
  6. Select log entries in the Message Log to see the message traffic involved in each interaction.

Related Topics

HelloWorldSecureClient.jws Sample

WebLogic Workshop Security Overview