Hey Ben, GenericHandler is not an interface that AXIS needs to provide an implementation of, it's just a convenient class that helps you write a handler of your own. It's up to the user to extend GenericHandler according to their needs.
Here's an example of one I wrote that simply adds <SuperFlaco>funkadelic</SuperFlaco> to the SOAPBody of the response. Not at all useful, but it shows the basic idea. cheers, Jonathan -----Original Message----- From: Ben Anderson [mailto:[EMAIL PROTECTED] Sent: Thursday, October 28, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: jax-rpc compliant handler Hi, I'm relativlely new to axis and web services in general. I saw a blurb on the wiki: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/StandardsS upported that claims axis has passed jax-rpc compatibility tests. What I'm wondering is where is Axis implementation of: http://java.sun.com/j2ee/1.4/docs/api/javax/xml/rpc/handler/GenericHandl er.html Am I just looking in the wrong place or is this not required for jax-rpc? Thanks, Ben
SuperFlacoHandler.java
Description: SuperFlacoHandler.java