[ http://issues.apache.org/jira/browse/AXISCPP-946?page=comments#action_12370499 ]
John Hawkins commented on AXISCPP-946: -------------------------------------- Hi Antoine, did you have to change anything to fix this problem? > client axis engine invoke throws exception > ------------------------------------------ > > Key: AXISCPP-946 > URL: http://issues.apache.org/jira/browse/AXISCPP-946 > Project: Axis-C++ > Type: Bug > Components: Client - Engine > Versions: 1.5 Final > Environment: Solaris 8 > Reporter: Antoine Galataud > > I found a problem in 1.5 final release with > ClientAxisEngine::invoke(MessageData* pMsg) in ClientAxisEngine.cpp > I compiled axis c++ with apache 1.3 support and xerces 2.5.0. I can deploy > the library modaxis_cpp, even if i can't verify that the web service is > correctly deployed without calling it with a client. I so generated client > stub and server skeleton, compiled, ant tried to run it. > It results in SIGABRT, at this point : m_pSZ->markEndOfStream(); in the > ClientAxisEngin.cpp, so when the client begin the call. > markEndOfStream() seems to call virtual flushOutput(), but i can't see what > is the problem there. > I tried with xerces 2.2.0 as described, but it changed nothing. -- 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
