You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by jimmy coyne <ji...@yahoo.com> on 2002/10/21 22:28:50 UTC

Getting full class name from deployed services

Hi all , 

I would like to be able to  get the package and  class
name of a service  that is deployed by wsdd file   ,
using the urn of that service .Using the soap project
I could do the following 

   url = new URL (http://localhost:8080/forbar);
   ServiceManagerClient serviceManager = new
ServiceManagerClient(url);
   DeploymentDescriptor dp =
serviceManager.query(“urn:TestService”);
   String fullClassName = dp.getProviderClass();


Does any one know how to do something similar using
Axis.

Thanks

Jim


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com