pamararaj 0 Newbie Poster

HI All,
Iam invoking a registered SOAP Service with URI 'uri:StartServer' and a method startaService().

I have a SOAP client myClient() which calls the method startaService() in the SOAP class StartServer (registered as uri:StartServer). But my method calls some CORBA functionalities insite the method. SO I need to pass some system variables during the class invocation. For example, to invoke my class if it were a normal Java class I would use the java command:

java -Dorg.omg.CORBA.ORBClass=IE.Iona.OrbixWeb.CORBA.ORB StartServer

How do I pass the system property 'org.omg.CORBA.ORBClass=IE.Iona.OrbixWeb.CORBA.ORB' during the method invocation from my SOAP client. Iam using Tomcat server. Please help.

Paul J