Re: handlerInfoChain in globalConfiguration

2003-11-05 Thread Vladimir Umansky
If you are using axis 1.1 or earlier version, there was a bug with having a handler in the global chain. If you pull a recent build (post 1.1) it should work. --- Jorge Lorenzo <[EMAIL PROTECTED]> wrote: > Hi, > > I have developed a JAX-RPC handler chain and I'd > like to include this chain > i

handlerInfoChain in globalConfiguration

2003-11-05 Thread Jorge Lorenzo
Hi, I have developed a JAX-RPC handler chain and I'd like to include this chain in the globalConfiguration part of the WSDD file. The problem is that the handlerInfoChain only works inside a service tag, but not inside the globalConfiguration one. This configuration works: ...