Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tip
titleTip

If you have multiple actions, e.g. UsernameToken with Signature, just space-separate them in the ACTION property as follows:

Code Block
java
java
outProps.put(WSHandlerConstants.ACTION, WSHandlerConstants.USERNAME_TOKEN + " " + 							  WSHandlerConstants.SIGNATURE);

...