public interface StockQuoteSoap
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getQuote(java.lang.String symbol)
Get Stock quote for a company Symbol
|
@RequestWrapper(localName="GetQuote", targetNamespace="http://www.webserviceX.NET/", className="jadex.webservice.examples.ws.quote.gen.GetQuote") @ResponseWrapper(localName="GetQuoteResponse", targetNamespace="http://www.webserviceX.NET/", className="jadex.webservice.examples.ws.quote.gen.GetQuoteResponse") java.lang.String getQuote(java.lang.String symbol)
symbol
-