xml:lang attribute is allowed in <faultString> tag.
Usually we don't define xml prefix and namespace explicitly as it is bound to special namespace..
Try to declare xml namespace as below.
xmlns:xml="http://www.w3.org/XML/1998/namespace"
and see whether
you should be able to get through or not?
Rizwan
SCJA, SCJP, SCWCD, SCBCD, SCDJWS.