Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save callemall/6123261 to your computer and use it in GitHub Desktop.
Save callemall/6123261 to your computer and use it in GitHub Desktop.
Commands to pull the Call-Em-All SOAP API web service definitions from the server.
mkdir /usr/local/src/CEAAPI
cd /usr/local/src/CEAAPI
cp /usr/local/src/gsoap-2.8/gsoap/typemap.dat .
wsdl2h -o CEAAPI.h http://staging-api.call-em-all.com/webservices/CEAAPI_v2.asmx?WSDL
soapcpp2 -i CEAAPI.h -I/usr/share/gsoap/import/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment