allParameters = new HashMap<String, String>(requiredParameters);
allParameters.putAll(optionalParameters);
wms = getWMS();
GetLegendGraphic service = new GetLegendGraphic(wms);
this.requestReader = new GetLegendGraphicKvpReader(allParameters, wms);
this.httpRequest = createRequest("wms", allParameters);
}