File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
The Mikado Method
this week in the
Agile and other Processes
forum!
JavaRanch
»
Java Forums
»
Java
»
Web Services
Author
Handler not invoked at Client side
Doshi Milan
Ranch Hand
Joined: May 29, 2001
Posts: 112
posted
May 18, 2007 18:00:00
0
Hello Friends,
I have created a simple client-config.wsdd file and have the following content in it.
<deployment xmlns="http://xml.apache.org/axis/wsdd/" xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> <handler name="log" type="java :-o rg.apache.axis.handlers.LogHandler"/> <globalConfiguration> <requestFlow> <handler type="java:com.abc.axis.SampleHandler"/> <handler type="log"/> </requestFlow> <responseFlow> <handler type="log"/> <handler type="java:com.abc.axis.SampleHandler"/> </responseFlow> </globalConfiguration> <transport name="http" pivot="java :-o rg.apache.axis.transport.http.HTTPSender"/> </deployment>
However it seems that the handler is just not invoked!!!
Any suggestions ?
Thanks for any inputs,
Regards,
Milan
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
May 19, 2007 00:44:00
0
I'm not sure if it's sufficient to put the class name into the type parameter; I've always declared handlers using something like:
<handler type="java :-o rg.apache.axis.handlers.JAXRPCHandler"> <parameter name="className" value="org.blabla.MyHandler"/> </handler>
Android apps
–
ImageJ plugins
–
Java web charts
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Handler not invoked at Client side
Similar Threads
How to print SOAP response as XML in AXIS 1...
Handler executed on name Matching.......
Object that contain ArrayList
Need to configure multiple log files for axis client soap requests.
Soap Logging in Axis Tool
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter