Have you considered a client side handler ? Same concept, but you use: Service.getHandlerRegistry().getHandlerChain(portQN)
instead of WSDD to configure it. This would allow you to write the file on the client side, if I understand you right. HTH, Robert http://www.braziloutsource.com/ Em Sexta 17 Março 2006 16:35, o Jordan Lee escreveu: > Hi all, > > I've figured out how to get my web service to write incoming SOAP xml to > disk (using the response\request flows of the wsdd and Handler classes). > > However - if I'm accessing an Axis web service as a client - creating a > binding, calling the method with a n Axis defined class as a parameter, etc > - how abouts would I write the outgoing XML to disk? > > thanks, > Jordan. --
