unmarshaller.setSchemaValidation(true);
String nsURI = getNamespaceURI(configURL);
if (URN_JAXRPC_CONFIG.equals(nsURI))
{
wsConfig = unmarshaller.unmarshal(configURL.openStream(), new OMFactoryJAXRPC(), null);
}
else if (URN_JAXWS_CONFIG.equals(nsURI))
{
wsConfig = unmarshaller.unmarshal(configURL.openStream(), new OMFactoryJAXWS(), null);
}