Mygsoapnote

From Richliu's wiki

Jump to: navigation, search

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
個人工具