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 > 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: > <service name="Version" provider="java:RPC"> > <parameter name="allowedMethods" > value="getVersion"/> > <parameter name="className" > value="org.apache.axis.Version"/> > <handlerInfoChain> > <handlerInfo classname="..."> > ... > </handlerInfo> > </handlerInfoChain> > </service> > but this doesn't: > <globalConfiguration> > ... > <handlerInfoChain> > <handlerInfo classname="..."> > ... > </handlerInfo> > </handlerInfoChain> > </globalConfiguration> > > Does anyone know how to associate a JAX-RPC handler > chain to every service? > > Regards, > Jorge > > > > BEGIN:VCARD > VERSION:2.1 > N:Lorenzo Gallardo;Jorge > FN:Jorge Lorenzo Gallardo > ORG:Telef�nica I+D > TEL;WORK;VOICE:983367791 > ADR;WORK:;;Parque Tecnol�gico de > Boecillo;Boecillo;Valladolid;47151;Espa�a > LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Parque > Tecnol=F3gico de Boecillo=0D=0ABoecillo, Valladolid > 47151=0D=0AEspa= > =F1a > EMAIL;PREF;INTERNET:[EMAIL PROTECTED] > REV:20021219T162146Z > END:VCARD > __________________________________ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree
