Thats not the problem. The config file is used by axis, but it does not
make any connection.
Jochen
Mahen Perera wrote:
try this
use the following java option when running the client , as in
-Daxis.ClientConfigFile=<the Path to ur client-config file>\\client-
config.wsdd
Mahen
On Wed, 08 Sep 2004 14:36:30 +0200, Jochen Schwörer <[EMAIL PROTECTED]> wrote:
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