"xmlns:d=\"http://schemas.microsoft.com/ado/2007/08/dataservices\" " +
"xml:base=\"http://localhost:19000/test/\" m:etag=\"W/"1"\">"
+
"</entry>";
EdmEntitySet entitySet = MockFacade.getMockEdm().getDefaultEntityContainer().getEntitySet("Rooms");
InputStream reqContent = createContentAsStream(roomWithValidNamespaces);
readAndExpectException(entitySet, reqContent, EntityProviderException.UNSUPPORTED_CHARACTER_ENCODING
.addContent("iso-8859-1"));
}