| <deployment xmlns="http://xml.apache.org/axis/wsdd/" | |
| xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"> | |
| <globalConfiguration> | |
| <requestFlow> | |
| <!-- define the client Signing handler configuration --> | |
| <handler type="java:samples.security.ClientSigningHandler"> | |
| <parameter name="keystore" value="samples/security/keystore.jks"/> | |
| </handler> | |
| </requestFlow> | |
| </globalConfiguration> | |
| </deployment> | |