In BP, it says:
"SOAP 1.1 states that an envelope with a document element whose namespace name is other than "http://schemas.xmlsoap.org/soap/envelope/" should be discarded. The Profile requires that a fault be generated instead, to assure unambiguous operation."
One mock exam says that due to this, the below would generate a fault:
I think this is valid, because the envelope inside the body is a 'content'. Whether the content is valid
soap or not should not matter for this topic.
In addition, the SOAP xsd would allow this, I think.
What do you think?