The following Code segment doesn't compile properly with the AxisC++
libraries. It gives the following error .Pls provide a quick solution for
this issue
Regards
Rinsad
Code:
const BasicNode * pChild = pIHeaderBlock->getChild(i);
if(strcmp(pChild->getLocalName(),Constants.ADDRESS)==0)
m_pAddress = new Address(pChild->getValue());Error: cannot convert from 'const class axiscpp::BasicNode *' to 'class axiscpp::BasicNode *'
