I have 2 different issues with running WSO2 WSF C++

abeauvais.itracs.com's picture
I have Axis2/c and httpd all setup. I can run my normal axis2/c services just fine. I compiled a service with WSF in C++ and in one DLL Axis2_engine it can't find the entry point _axis2_svc_client_close@8. Other services are fine in this. This is the binary release of 1.6.0 from Apache of Axis2/c. So I copied over the Axis DLLs included with the binary release of WSF and that error is gone but every time I try to access a service (even as simple as axis2/services) httpd restarts and I see this in the log of Apache (nothing in Axis2/c logs about it). [Thu Oct 06 10:52:15 2011] [notice] Parent: child process exited with status 3221225477 -- Restarting. Any idea's to get this working? I would really like to use this instead of all the C stub code generated by axis2/c
nandika's picture

Re

Axis2/C is build with option MT while WSF/CPP is build with option MD. This may be the issue you are facing. http://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx Regards Nandika