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) {
throw new DeploymentException("Unable to serialize the AxisWebServiceContainer", e);
}
}