Hi

the  client-config.wsdd is located in your axis.jar.
You have to change it inside the jar (on the client side). 

it looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<deployment name="defaultClientConfig"
            xmlns="http://xml.apache.org/axis/wsdd/";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
 <transport name="http"
pivot="java:org.apache.axis.transport.http.HTTPSender"/>
 <transport name="local"
pivot="java:org.apache.axis.transport.local.LocalSender"/>
 <transport name="java"
pivot="java:org.apache.axis.transport.java.JavaSender"/>
</deployment>

here you can register a handler, like the httpsender:

greets
benjamin


> Hello
> 
> I have a simple servlet (not a web service) deployed on tomcat, it works
> like a normal servlet : receveiving http request and sending http
> response.
> But this servlet also have to invoke an axis webservice to get some
> information : no problem with that : it works !
> The problem start here : I would like to define an handler on the client
> side : on the servlet.
> I think there's something to do with client-config.wsdd but I don't
> understand how it works, where it's located....
> Can somebody explain me how to do that ?
> 
> Thanks
> 
> Valerie
> 
> 

-- 
benjamin - portfolio - www.instamatic.net















+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net


Reply via email to