blob: 04298b2ae823ee2a998b16e5c8320aecdeaebf7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
* 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...
|