gsoap

SOAP stub and skeleton compiler for C and C++

brewmacoslinux
Try with needOr install directly
Source

About

SOAP stub and skeleton compiler for C and C++

Commands

soapcpp2wsdl2h

Examples

Generate C++ SOAP stubs from a WSDL file$ wsdl2h -o service.h http://example.com/service.wsdl
Compile gSOAP definitions to generate server/client code$ soapcpp2 -c service.h
Generate C code with custom namespace prefix$ soapcpp2 -c -p myns service.h