Hi Jimmy I am not sure this works .. but seems logical to me
first get an handle to AxisEngine ( i dont know what context you are talking abt) SOAPService service = axisEngine.getService( serviceName ) String className = "" + service.getOption( "className" ); and as to whether there is object that represents the server-config.wsdd. I think it is org.apache.axis.deployment.wsdd.WSDDDocument , but again am not too sure. hope this helps Vidyanand. -----Original Message----- From: jimmy coyne [mailto:jimmy.coyne@;engitech.ie] Sent: Friday, November 08, 2002 3:20 AM To: aix user Subject: Getting class name from deployed services Hi all , I would like to be able to get the full class name from a deployed service using the name of that service .Is this possible? Is there an object that represents the server-config.wsdd file ? Cheers Jim
