XMLUnmarshaller unmrsh = (XMLUnmarshaller)unmsh;
// this is the second fault in the input
if (unmrsh.getTempValue(nObj, 0) instanceof SOAPFault)
{
throw new SOAPUnmarshallerException("err.rpc.soap.dupFault",
new Object[]{m_sURI, m_sType});
}
unmrsh.setTempValue(nObj, 0, value);
unmrsh.setTempIndex(nObj, 0, 1); // mark value as having been set