File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes How to implement C++ Axis as Client Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "How to implement C++ Axis as Client" Watch "How to implement C++ Axis as Client" New topic
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
 
Threads others viewed
Using a tomcat-based web service in .NET
Problems with installing Axis 1.0
how can I create the client that consume a web service
SOAP JMS
axis download
MyEclipse, The Clear Choice