|
I am trying to configure a custom chain in the server-config.wsdd.
However, the chain and its handler does not appear to be getting called. I
must not have something right but I am not sure what. I do not see any error
messages in my logs either. <handler
name="myHandler" type="java:TheHandler"/> <chain
name="myChain" type="java:TheChain"> <handler
type="myHandler"/> </chain> <service
name="TheService" provider="java:RPC"> <requestFlow> <chain
type="myChain"/> </requestFlow> <parameter
name="scope" value="application"/> <parameter
name="allowedMethods" value="theMethod"/> <parameter
name="className" value="TheClass "/> </service> Thank you,
|
- [Axis1.2] Issue with Custom Chain Hoying, Ken
- RE: [Axis1.2] Issue with Custom Chain Hoying, Ken
- Re: [Axis1.2] Issue with Custom Chain Martin Gainty
