[ 
http://issues.apache.org/jira/browse/AXISCPP-757?page=comments#action_12317062 
] 

Oleg Yurkevich commented on AXISCPP-757:
----------------------------------------

We install axis-c-1.6a.n-Win32-trace, change paths to ..\inlude,..\lib and
rebuild project.

Also we Change path in system variables:
AXISCPP_DEPLOY = "D:\Work\temp\axis-c-1.6a-Win32\deploy"
LD_LIBRARY_PATH = "D:\Work\temp\xerces_220\lib"
PATH = "d:\work\temp\xerces_220\bin;D:\Work\temp\axis-c-1.6a-Win32\bin"

We put follow setting in axiscpp.conf (Full path: 
D:\Work\temp\axis-c-1.6a-Win32\deploy\ axiscpp.conf):
ClientLogPath:"D:\Work\temp\axis-c-1.6a-Win32\deploy\log\ClientAxisLog.txt"
ClientWSDDFilePath:"D:\Work\temp\axis-c-1.6a-Win32\deploy\conf\Client.wsdd"
XMLParser:"D:\Work\temp\axis-c-1.6a-Win32\bin\AxisXMLParser.dll"
Transport_http:"D:\Work\temp\axis-c-1.6a-Win32\bin\HTTPTransport.dll"
Channel_HTTP:"D:\Work\temp\axis-c-1.6a-Win32\bin\HTTPChannel.dll"

We put follow setting in client.wsdd (Full 
path:D:\Work\temp\axis-c-1.6a-Win32\deploy\conf\ client.wsdd):

<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd/"; 
xmlns:C="http://xml.apache.org/axis/wsdd/providers/c";>
<service name="base" provider="CPP:DOCUMENT" description="Interop Base web 
service">
<requestFlow name="InteropBaseHandlers">
<handler name="gdilib3" type="D:\Work\temp\gdilib3\Debug\gdilib3.dll">
<parameter name="logAccessCountFile" value="LogAccessCountFile"/>
</handler>
</requestFlow>
</service>
<service name="Test" provider="CPP:DOCUMENT" description="Test web service">
<requestFlow name="TestHandler1Handlers">
<handler name="gdilib31" type="D:\Work\temp\gdilib3\Debug\gdilib3.dll">
<parameter name="logAccessCountFile" value="LogAccessCountFile"/>
</handler>
</requestFlow>
</service>
</deployment>

We copy new AxisClient.dll, AxisXMLParserXerces.dll to folder with our DLL
gdilib3.dll.

What is trace file?

When we rebuild and run project we don't get trace file.

But we didn't resolve problem.

Also, as I understood wsdd file is needed if if we start axis server and want 
to use some service.
But we don't use server and client, we just want to use some classes from 
AxisClient.dll.

Could you try to compile and check our sources on your side? Maybe it can makes 
clear this situation.

> DLOPEN FAILED in loading parser library
> ---------------------------------------
>
>          Key: AXISCPP-757
>          URL: http://issues.apache.org/jira/browse/AXISCPP-757
>      Project: Axis-C++
>         Type: Bug
>     Reporter: Oleg Yurkevich
>  Attachments: Example.rar, Example.rar
>
> Mistake "DLOPEN FAILED in loading parser library" is in <here>
> NodeIO::NodeIO()
> :Stub(" ", APTHTTP1_1)
> {         //   <here>
>       m_pCall->setEndpointURI("http://localhost:65535/axis/services/NodeIO";);
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to