Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Web Services
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework
this week in the
Java in General
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Liutauras Vilda
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Devaka Cooray
Paul Clapham
Saloon Keepers:
Scott Selikoff
Tim Holloway
Piet Souris
Mikalai Zaikin
Frits Walraven
Bartenders:
Stephan van Hulst
Carey Brown
Forum:
Web Services
Handler not invoked at Client side
Doshi Milan
Ranch Hand
Posts: 112
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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
Rancher
Posts: 43081
77
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
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>
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Need to configure multiple log files for axis client soap requests.
Handler executed on name Matching.......
Soap Logging in Axis Tool
Object that contain ArrayList
How to print SOAP response as XML in AXIS 1...
More...