} catch (URISyntaxException e) {
throw new DeploymentException("Invalid wsdl URI", e);
}
classLoader = new ClassLoaderReference(classLoader);
AxisWebServiceContainer axisWebServiceContainer = new AxisWebServiceContainer(location, wsdlURI, service, serviceInfo.getWsdlMap(), classLoader);
//targetGBean.setAttribute("webServiceContainer", axisWebServiceContainer);
try {
targetGBean.setAttribute("webServiceContainer", new StoredObject(axisWebServiceContainer)); // Hack!
} catch (IOException e) {