I'm not really sure what I did to get it working, but I'm not using the 1.6b release. Here's how I have my system setup:

1. I'm using axis-c-src-win32-current-src.zip from here: http://www.apache.org/dist/ws/axis-c/axis-c-src-win32-current-src.zip

2. I'm using xerces 2.6, which I downloaded from here:
http://archive.apache.org/dist/xml/xerces-c/Xerces-C_2_6_0/xerces-c_2_6_0-windows_nt-msvc_60.zip

3. I have my environment setup like so:
set AXISCPP_DEPLOY=E:\axis-c-1.6-Win32-trace-bin\deploy
set PATH=E:\axis-c-1.6-Win32-trace-bin\bin;E:\xerces-c_2_6_0-windows_nt-msvc_60\bin;%PATH%
set XERCESC_NLS_HOME=E:\xerces-c_2_6_0-windows_nt-msvc_60\msg

4. I copied axis_client.dll to the same location as my .exe

5. I copied AxisXMLParserXerces.dll to the same location as my .exe and *renamed* it to AxisXMLParser.dll

6. I copied msvcp70.dll from the .NET framework to my .exe's location.

I'm not sure the XERCES_NLS_HOME or AXISCPP_DEPLOY environment vars are necessary, but the PATH is definitely necessary. It may be possible to copy the other axis & xerces dll's to the location of your exe and skip the PATH changes. I haven't experimented with it though. hope this helps.



RomaLopes wrote:
Hello Nicholas,
  My name is Anderson and I´m new at Axis for C++.
I´m with the same error you had once. When I try to run my client using AXIS I get the folowing error:

Exception : DLOPEN FAILED in loading parser library Failed to load parser 
within server engine:
    Error Message='The specified module could not be found.
                Error Code='126'
                Load lib error=''

  So I tried to override the AxisXMLParser.dll from the xerces one, but it 
still failed.

  Could you help me?

  If you use another tollkit to call a webservice as a client that works, I 
would thank you a lot.

  Thanks in advance,
  Anderson.



------------------------------------------------------------------------
Yahoo! Search
Música para ver e ouvir: You're Beautiful, do James Blunt <http://us.rd.yahoo.com/mail/br/tagline/search/video/*http://br.search.yahoo.com/search/video?p=james+blunt&ei=UTF-8&cv=g&x=wrt&vm=r&fr=intl-mail-br-b>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to