PDA

View Full Version : SOAP No name space declaration defined for attribute


rangoon
03-22-2005, 08:01
Screenshot for error
"No namespace declaration defined for Attribute SOAP-ENV:mustUnderstand in elements eps:endpoints"

rangoon
03-22-2005, 09:34
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 :-)

rangoon
04-14-2005, 08:42
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 !!!