Invoking the Client Test
We will now run our test client so that it can call the service and ask it for a stock quote.
- Open a terminal and change directory to the location of the generated service and run the runClient target.

%> cd <location of generated service>
%> ant runClient
- Once the client runs you should see the output as shown below printing out the stock quote that we requested for GME.






