Readme.html Sample

This topic inludes the source code for the Readme.html Sample.

Sample Location

This sample is located in the following directory in your WebLogic Workshop installation:

BEA_HOME/weblogic81/samples/workshop/SamplesApp/WebServices/security/wsse/reqResp/

Sample Source Code

<html>
    <head>
    </head>
    <body>
    <h1>reqResp Sample</h1>
    
    <p>The reqResp sample demonstrates synchonous communication between two web services
    where both web services require that incoming SOAP messages
    be accompanied by a username/password, a digital certificate, and encryption.
    
    <p>
    The figure below illustrates how WSSE processes SOAP messages in a
    request/response cycle, where Client.jws intiates a request.
    
    <p><img src="/WebServices/security/wsse/reqResp/reqRespSample.gif">
    </body>
</html>