Hi All,

I'm very new to axis and WS in general. 
I'm trying to publish a web service using a wsdd file. My problem is
that the class referenced in the file (<parameter name="className"
value="samples.userguide.example3.MyService"/>) needs to be instantiated
with certain configuration options. Axis itself is 'embedded' in another
custom application which uses configuration files and instantiates an
object based on these files when it starts up. Axis itself does not have
access to these files. Is there any way to either tell Axis that an
instance of this class already exists and it should use that instance
rather creating a new one? Or alternatively, somehow pass config
parameters to Axis, to be used when it is instantiating the class?

Thanks
Joel 




Reply via email to