HelloWorldSecureClient.jws Sample

The HelloWorldSecureClient web service demonstrates synchronous communication between two web service where the target web service is secured using SSL.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the security/sync 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\helloWorldSecure\HelloWorldSecureClient.jws

To Run the Sample

  1. Start WebLogic Server in the appropriate domain.
  2. Launch the service either by opening it in WebLogic Workshop and selecting the Start operation or by entering http://localhost:7001/WebServices/security/transport/helloWorldSecure/HelloWorldSecureClient.jws in the address bar of your browser. If WebLogic Server is running in the appropriate domain on this machine and you have deployed the SamplesApp sample application, you may click here to run the sample.
  3. Navigate to the Test Form tab of Test View, if necessary.
  4. Invoke the HelloWorldSecureClient method.
  5. Refresh the browser periodically until the hws.HelloWorldSecure method entry appears in the Message Log.
  6. Select log entries in the Message Log to see the message traffic involved in each interaction. The message returned by the HelloWorldSecure web service appears in the message traffic information for the invokeHWSecure method.

Related Topics

VeriCheck.jws Sample

WebLogic Workshop Security Overview