Hi,

You need to include into your CLASSPATH the directory of your
client-config.wsdd file.
Another way is via java:
                        EngineConfiguration engineConfig = new
FileProvider("/directory/client-config.wsdd");
                        Service service = new Service(engineConfig);
                        Call call = (Call) service.createCall();
                        ...

Regards,
Jorge

-----Mensaje original-----
De: Sunil Iyengar [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 01 de agosto de 2003 13:22
Para: [EMAIL PROTECTED]; Sunil Iyengar
Asunto: client-config.wsdd


Hi,
I have created somew handlers which work on the server side. I tried to
register the use of these handlers on the client side using
client-config.wsdd and running the client application from the same
directory. The client handlers are just not invoked. I tried a few
things and am stumped. Please do provide some insight into this. What do
i do if i decide to make changes to the client-config.wsdd file. Does
this file have to be deloyed juast as we deploy the server side .wsdd
file.

Cheers
Sunny

--
***********************************************************
Sunil Iyengar,
Research Fellow, Networks Group,
Centre For Communication And Systems Research(CCSR),
School of Electronics, Computing & Mathematics,
University Of Surrey, Guildford GU2 7XH,
Surrey, England, United Kingdom.
Office: +44 (0)1483 876008
http://www.ee.surrey.ac.uk/Personal/S.Iyengar
***********************************************************


Reply via email to