" ---------------------------------------------------------------------------------------
This directory includes a collection of subdirectories each containing resources required to execute the 
Web services Insurance example.  Each subdirectory includes a file named 'Readme.txt' which can 
be consulted for information about the directory contents and scripts for running the examples.


Below is a summary of the contents of each of the test directories:

common  --  contains Web services resources that are shared by multiple samples.

doc_literal --  contains Web services resources required to host/invoke the Web services Insurance example using
"literal" XML encoding and "document" style.  See the file 'Readme.txt' in the doc_literal directory for sample
scripts.

rpc_encoded -- contains Web services resources required to host/invoke the Web services Insurance example using
SOAP encoding and "rpc" style.  See the file 'Readme.txt' in the rpc_encoded directory for sample
scripts.  
NOTE:  The WS-I Basic Profile (http://www.ws-i.org/Profiles/Basic/2003-06/BasicProfile-1.0-BdAD.html) recommends 
usage of 'literal' style instead of 'encoded'.

rpc_literal  --  contains Web services resources required to host/invoke the Web services Insurance example using
"literal" XML encoding and "rpc" style.  See the file 'Readme.txt' in the rpc_literal directory for sample
scripts.

ws_security  --  contains Web services resources required to demonstrate how Web service client applications can add
WS-Security headers to outgoing request messages and how Security headers can be extracted and processed during
Web services message processing.  See the file 'Readme.txt' in the ws_security directory for sample
scripts.

soap12 -- contains Web services resources required to demonstrate configuration and invocation of Web services using
SOAP 1.2 message format.  The current default is SOAP 1.1, and usage of SOAP 1.2 requires additional configuration of the
Web services container.  See the file 'Readme.txt' in the soap12 directory for sample scripts and information.

-----------------------------------------------------------------------------------------------  "
