<web-services>
 <handler-chains>
   <handler-chain    name="RouterHandlerChain">
   <handler     class-name="tutorial.sample23.RouterHandler">
    <init-params>
     <init-param       name="target-url"
       value="http://www.mssoapinterop.org/asmx/simple.asmx">
     </init-param>
    </init-params>
   </handler>
  </handler-chain>
 </handler-chains>
 <web-service   name="RouterService"
   targetNamespace="http://tutorial/sample23/"
   uri="/RouterService">
   <operations>
   <operation     name="_default"
     handler-chain="RouterHandlerChain"
     method="_default">
   </operation>
  </operations>
 </web-service>
</web-services>

