Hi,
I am trying to confifure the apache axis c++ but i am being failed every time. I have tried to search all around but.
If i run the SimpleAxisServer.exe after configuratoin and all the pre-requisits, it gives me error that axis_server.dll not found.
On the other hand. If i put all configuration in Apache Web Server, with the following line inserted in httpd.conf file of apache server, it does not start.
LoadModule axis_module modules/mod_axis2.dll
<Location /axis>
SetHandler axis
</Location>
If i comment out these lines, it started well but does not work.
Please, can you people help me :(