*
* @throws Exception
*/
@org.junit.Test
public void testFrameCatalog() throws Exception {
final WebMapService wms = (WebMapService) applicationContext.getBean("wmsService2");
final String layerName = MockData.BASIC_POLYGONS.getPrefix() + ":" +
MockData.BASIC_POLYGONS.getLocalPart();
GetMapRequest getMapRequest = createGetMapRequest(new QName(layerName));