Soap with External Binding

In this sample, a soap over HTTP service implements a simplified StockQuote application. The StockQuote service exposes a service binding for a StockQuote endpoint, that returns the StockQuote value when it receives a request with a stock ticker symbol. The StockQuoteClient application uses an invoke activity to trigger the StockQuote service.