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

Reply via email to