[ http://issues.apache.org/jira/browse/AXISCPP-757?page=comments#action_12316872 ]
John Hawkins commented on AXISCPP-757: -------------------------------------- OK, I think the reason is that you don't have the correct version of xerces. the AxisXMLParserXerces.dll has the dependency on xerces-c_2_2_0.dll but you tell me that you are using xerces "D:\Work\temp\xerces_260\lib" therefore I would suggest you try to move to the 2.2.0 version of xerces and ensure the bin directory (or wherever the xerces-c_2_2_0.dll is ) is in your path. > 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
