Mygsoapnote
From Richliu's wiki
[編輯]
What is GSOAP
什麼是 gSOAP , 簡單的來說, 就是一個實作 SOAP/XML 的 C/C++ library, 當然不止如此. 優點還有
- CrossPlatform
- Support GZIP
- Support SSL Connection(HTTPS)
blah blah
[編輯]
Initial
$ wsdl2h -c -o quote.h http://services.xmethods.net/soap/urn:xmethods-delayed-quotes.wsdl
會產生 quote 的 C style 的.h file
[編輯]
Compile
- Link 記得要加上-lgsoap , 同時 Compile 時, 要加上 soapC.c/soapClient.c 同時 Compile
