• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to implement C++ Axis as Client

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
them good ole boys were drinking whiskey and rye singin' this'll be the day that I die. Drink tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic