I had a working web service application with stubs generated from a wsdl file with wsdl2h and soapcpp2. Then my sytem crashed and I now I had to generate the stubs again due to a small change in the wsdl interface. The new stubs differ from the old ones regarding the generation of structs respectively classes for certain elements in the wsdl. I used the same version of gsoap, 2.7.9d and also tried with 2.7.10 and I used the same commands to generate the stubs (only compile option: -I "path to stlvector.h"). Now my application is no longer working, and I do not want to change the code of my application if not absolutely neccessary. Does anybody know this problem and could tell me how to generate structs instead of classes again? Thanks, Michael
could not create server 'C:\Inetpub\wwwroot\gsoap\calc.dll'. Check your request if it is correct. Entry Point 'soap_lookup_plugin' not found in dll 'C:\Inetpub\wwwroot\gsoap\calc.dll'.
even i got the same error while running the stand alone program.