SOAP No name space declaration defined for attribute

CLOSED

Issue solved.

For those who might face the issue :
Actually, I had a “SOAP-ENV:mustUnderstand” attribute declared in “prop:properties”, “prc:process”, “eps:endpoints” headers tags but no xmlns was set for this attribute.
Adding and setting “xmlns:SOAP-ENV” attribute in each header tag that has the “SOAP-ENV:mustUnderstand” attribute value solved the issue.

Thanks anyway :slight_smile: