For integration testing of client and server code and configuration I'd 
like to cut the Axis handler stack in the place where messages are 
converted to and from XML.

Specifically, I'm thinking of two handler. A ClientTestHandler that 
compares the request message XML string against an expected request and 
returns a canned response XML string. A ServerTestHandler that sends an 
XML request into the depths of Axis and compares the response message 
against an expected XML string.

I'm sure that Axis is completely capable of this, but I don't know where 
to look. My understanding is that I need to implement the 
aforementioned handlers in some way and configure Axis appropriately to 
use them instead of the respective default handlers.

I've looked at the samples and test code, but was unable to find what 
I'm looking for. Most likely because I don't recognize that some code 
is related to what I'm trying to do.

Michael

-- 
Michael Schuerig                       All good people read good books
mailto:[EMAIL PROTECTED]                Now your conscience is clear
http://www.schuerig.de/michael/ --Tanita Tikaram, Twist In My Sobriety

Reply via email to