TypeMappingRegistryImpl tmr = new TypeMappingRegistryImpl();
tmr.doRegisterFromVersion(version);
TypeMapping tm = tmr.getDefaultTypeMapping();
assertNull("Found mapping for soapenc:string in TM version " + version,
tm.getDeserializer(null, Constants.SOAP_STRING));