Perform the following steps to build and run the demonstration:
If you have not already done so, start up the STS as follows. Open a new command prompt, change directory to
samples/sts_issue_operation
, and enter the following Maven command:mvn jetty:run
Build and start up the WS server. Open a new command prompt, change directory to
samples/wsdl_first_https
, and enter the following Maven command:mvn -Pserver
Note The server is programmed to time out after five minutes.
Build and run the WS client. Open a new command prompt, change directory to
samples/wsdl_first_https
, and enter the following Maven command:mvn -Psecure.client