[ http://issues.apache.org/jira/browse/AXISCPP-430?page=comments#action_59061 ] Rangika Mendis commented on AXISCPP-430: ----------------------------------------
Figured out the problem. The problem was in the DeSerializer. When the DeSerializer deserializes the soap headers there was a mistake in the code. The mistake was in SoapDeSerializer::getHeader () method. > IHeaderBlock->getLastChild() mehod doesn't return the last child. > ----------------------------------------------------------------- > > Key: AXISCPP-430 > URL: http://issues.apache.org/jira/browse/AXISCPP-430 > Project: Axis-C++ > Type: Bug > Components: Handlers > Environment: Windows > Reporter: Rangika Mendis > Assignee: Rangika Mendis > Priority: Minor > > I tried to write the last child of a header block to a file. But > IHeaderBlock->getLastChild() method didn't return the last child. -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
