// TODO: Change this to use WSDLToAxisServiceBuilder superclass
// Note that the axis service builder takes only the localpart of the port qname.
// TODO:: This should check that the namespace of the definition matches the namespace of the portQName per JAXRPC spec
WSDLWrapper wrapper = getServiceDescriptionImpl().getWSDLWrapper();
WSDL11ToAxisServiceBuilder serviceBuilder =
new WSDL11ToAxisServiceBuilder(
wrapper.getDefinition(),
getServiceDescription().getServiceQName(),
getPortQName().getLocalPart());
//TODO: Temporary, please change the following log.info to log.debug
log.info("Building AxisService from wsdl: " + wrapper.getWSDLLocation());
if (getServiceDescriptionImpl().isDBCMap()) {
//this.class.getClass().getClassLoader();
URIResolverImpl uriResolver =
new URIResolverImpl(composite.getClassLoader());