| Author |
How to implement C++ Axis as Client
|
John McDonald
Ranch Hand
Joined: Jul 01, 2003
Posts: 112
|
|
Hi there, I download Tomcat and Axis to host webservice. I, then, download Axis1.5 for C++. I used C++ as webservices consumer. So I used WSDL2CPPws to generate the client code. I use MS Dev Studio to compile and copy the output to axis C++ bin to run from there. All C++ dynamic library such as AxisCleint.dll HTTPChannel.dll, etc are local and at the same directory as the client code. c:\axis15\bin\Client.exe But I got the following error and have had a lot of hard time to figure it out. C:\axis15\bin>Client Using service at http://localhost:8080/axis/services/Geico Exception : DLOPEN FAILED in loading channel library Does anyone has any idea how to resolve it, or will you suggest resetup the configuration? Much appreciation. John
|
 |
 |
|
|
subject: How to implement C++ Axis as Client
|
|
|