}
if (soapFaultSubCode != null) {
SOAPFaultValueImpl soapFaultValueimpl =
new SOAP12FaultValueImpl(soapFaultSubCode, soapFactory);
soapFaultValueimpl.setText(subcode.getPrefix() + ":" + subcode.getLocalPart());
soapFaultValueimpl.declareNamespace(subcode.getNamespaceURI(), subcode.getPrefix());
}
}