~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/samples/quote2/quote2.h

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*      getQuote example with asynchronous SOAP messaging
 
2
*/
 
3
//gsoap ns service name:        quote
 
4
//gsoap ns service style:       rpc
 
5
//gsoap ns service encoding:    encoded
 
6
//gsoap ns service namespace:   urn:xmethods-delayed-quotes
 
7
//gsoap ns service location:    http://services.xmethods.net/soap
 
8
ns__getQuote(char *symbol, void dummy);
 
9
ns__getQuoteResponse(float Result, void dummy);