Hi Mahen,
Joschen>> can u tell me how ur invoking the two services from the client side. R u using Call objects? or WSDL2Java generated proxy?
for testing I am using a Service and a Call object at the moment. Later I want to use WSDL2Java generated proxies.
I tried to use a client-config.wsdd file which I've created with "org.apache.axis.utils.Admin client server-config.wsdd".
But when placing this file into the classpath, call.invoke() doesn't make any connection to the webservice (I using tcpmon for tesing).
What could be the solution to this problem?
Jochen