I am thinking that the issue might be a linker issue, so I am trying to recompile Axis2/C 1.6 from source on my Windows 7 dev machine and running into some issues, such as how to build axis2_tcp_receiver.dll and axis2_tcp_sender.dll.
Withing the axis2c\build\win32 directory, I run all the build batch files and none of them seem to build the files. What am I missing? My impression is that is used axis2_tcp_sender.dll for a client and axis2_tcp_receiver.dll for a server, correct? Sam