+ add documentation for later upgrades and the original stub.file used for service generation.
13 lines
320 B
Plaintext
13 lines
320 B
Plaintext
* Generate new headers based on TrinityCore soap-services stub:
|
|
gsoap/bin/linux386/soapcpp2 -1 -S -L -w -x -y soap.stub
|
|
|
|
* Copy the following files from the gsoap package:
|
|
gsoap/stdsoap2.h
|
|
gsoap/stdsoap2.cpp
|
|
|
|
* Remove the following files after generation:
|
|
ns1.nsmap
|
|
soapObject.h
|
|
|
|
* Test compile and see if SOAP works...
|