aboutsummaryrefslogtreecommitdiff
path: root/samples/quote/quote.h
blob: 69ff37f16f3da9d39e18059a129efca1156e1d94 (plain)
1
2
3
4
5
6
7
8
9
//gsoap ns service name:	quote
//gsoap ns service style:	rpc
//gsoap ns service encoding:	encoded
//gsoap ns service namespace:	urn:xmethods-delayed-quotes
//gsoap ns service location:	http://services.xmethods.net/soap

//gsoap ns service method-action: getQuote ""

int ns__getQuote(char *symbol, float *Result);