Multiple interface files from single WSDL file
Development toolkit for Web Services and XML data bindings for C & C++
Brought to you by:
engelen
As size of WSDL file exceeds, when we generate the stubs from the WSDL file, soapC.cpp file line limit is exceeding the compiler line limit 65535 lines.
If we can generate multiple interface files from WSDL file, we can generate one set of stubs for each interface file.