I set up a web service object in Axis: MyService (application scope). It
accesses various other modules in the application. I want to pass it
instances of the objects it should interact with. How can I do this?

1) Is there a way to control the instantiation of MyService so I can pass it
at that time?

2) Is there a way to get access to the instance that Axis is using so I can
call a method on it to pass the information to it?

Thank you,

Joel Shellman

Reply via email to