When I use, " < switch xmlns:soapenv= " http://www.w3.org/2003/05/soap-envelope/" in switch mediator synapse is getting updated. If I use "< switch xmlns:soapenv= "http://www.w3.org/2003/05/soap-envelope ", it does not.
Why the synapse is not getting updated when I do not have the / (slash) after soap-envelope when providing it in switch?
This works in any other places like in a proxy, fault mediator etc.
If I use a different namespace rather than soapenv still it works without the / slash.
Pls explain the reason for this behavior.
Thanks