Currently I am not having any problem with entities
< > ' &. But if i provide some other entities, following error comes in axis2
faultstring>com.ctc.wstx.exc.WstxParsingException: Undeclared general entity "Euml"
at [row,col {unknown-source}]: [6,28]</faultstring>
<detail>
<Exception>org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxParsingException: Undeclared general entity "Euml"
at [row,col {unknown-source}]: [6,28]
iS there a way to add entity resolver in axis2
No. Entities require a Document Type Declaration, but SOAP explicitly forbids DTDs. Axis2 strictly enforce this because not doing so would be a security risk.