SOAP Server in Visual C++
-
Hello, I'm trying to set up a SOAP-Server in VC++. I already have set up the client according to an example. The server in this example is written in VB. I use the SOAP Toolkit 3.0. The description tells me following. >> Open Microsoft Visual BasicĀ® and create an ActiveX DLL project. Change the Project Name to DocSample1Service and the Class Name to Sample1. On the Project menu, click DocSample1Service Properties. Then, on the General tab, select the Unattanded Execution and Retained In Memory options. For more information see, Developing SOAP Toolkit Applications. To the Sample1 class, add the code from the Code Listing for the Sample1 Class. Save the project in the Soap3DocSamples\DocSample1\Server folder. On the File menu, click Make DocSample1Service.dll. Save the DLL in the Soap3DocSamples\DocSample1\Server folder. << What steps do I have to do according to acieve such a ActiveXDLL with Visual Studio C++ 6.0. Especially the properties can't be found in VisualStudio. When I create a ActiveX Control, a .ocx-file is created. And at last the implementation I wrote in the project can'z be seen by the WSDL-Generator. THX