// but there is a dsLocation attempt to retrieve the content.
if (is == null && dsLocation != null
&& !dsLocation.equals("")) {
try {
WebClientConfiguration webconfig = m_server.getWebClientConfig();
WebClient webClient = new WebClient(webconfig);
is = webClient.get(dsLocation, true);
} catch (IOException ioe) {
throw new Exception("Could not retrive content from "
+ dsLocation
+ " due to error: "
+ ioe.getMessage());