Modifying SOAP interface

The SOAP interface is defined by webservices/model_soap.h. From this header-file several other files are generated (everything except model_soap.*). After modifying model_soap.h these files have to be regenerated by issuing:

soapcpp2 -SLx model_soap.h

or on Ubuntu:
soapcpp2 -I/usr/include/gsoap/ -SLx model_soap.h

You might have to manually adjust some files as we're compiling with warnings as errors.

Note, that as of version 0.7.7 the SOAP interface is using SSL, more information regarding the SSL setup is available here.

Also available in: HTML TXT