|
After further investigation, it appears
that I was incorrect and you cannot create and configure your own chain classes
in the server-config.wsdd. For future reference this would seem like a
nice feature. So my question now becomes, can someone
provide me with an example or a solution to being able to dynamically enable
handlers? Thank you, From: Hoying, Ken 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,
|
- RE: [Axis1.2] Issue with Custom Chain Hoying, Ken
- Re: [Axis1.2] Issue with Custom Chain Martin Gainty
