This example demonstrates how to use web service models to connect to disparate datasources via a JBossWS-CXF war that was generated using Teiid Designer.   The example model project set, MarketDataWarExample, can be found in Teiid Designer so that you can see how the PortFolioView.vdb and .war were constructed. 

To run the example, execute the ant build file:  build.xml
by running:   ant


This example will do the following:
1.	deploy the artifacts in the deploy directory to the selectd profile configuration
2.	execute the client call using the ./client/ws-models-client.jar to produce the following result:


example:
     [echo] Deploying datasources, VDB and war...
     [copy] Copying 4 files to /Users/vanhalbert/Downloads/jboss_soa_er7/jboss-soa-p-5/jboss-as/server/default/deploy
     [echo] Pausing 15 secs to allow deployment ...
     [echo] Running test client against web service...
     [java] The current price for RHT is $90.00

