public ServiceDelegateImpl(URL wsdlURL, QName serviceName, Class serviceClass)
{
// If this Service was constructed through the ServiceObjectFactory
// this thread local association should be available
usRef = ServiceObjectFactoryJAXWS.getServiceRefAssociation();
UnifiedVirtualFile vfsRoot = (usRef != null ? vfsRoot = usRef.getVfsRoot() : new ResourceLoaderAdapter());
// Verify wsdl access if this is not a generic Service
if (wsdlURL != null && serviceClass != Service.class)
{
try