I am trying to implement a very simple jax-ws handler on a plain java file and I havent had any such luck so far. I defined the handler chain in an xml file and tried placing it in several locations, the same package, the web-inf folder, to name a few. I have attached the handler, xml file, and pojo below. Thanks in advance.
Notes: Using glassfish v2, axis 2, eclipse 3.4, windows xp
handlers.xml below:
<handler-chains xmlns="
http://java.sun.com/xml/ns/javaee">
<handler-chain>
<handler>
<handler-name>LoggingHandler</handler-name>
<handler-class>wtp.SOAPLoggingHandler</handler-class>
</handler>
</handler-chain>
</handler-chains>
[Message sent by forum member 'jman2807' (jman2807)]
http://forums.java.net/jive/thread.jspa?messageID=331807