SOAP No name space declaration defined for attribute

Screenshot for error
“No namespace declaration defined for Attribute SOAP-ENV:mustUnderstand in elements eps:endpoints”

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:

further more, WM states to set the extended property “watt.server.SOAP.enforceMsgPartNS” to “false”

! ! ! WARNING ! ! !
this changes the whole IS behavior, hence use it carefully !!!