Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mh-github/92d5c036038f9f95f224 to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/92d5c036038f9f95f224 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
<handler-chain>
<handler>
<handler-name>mySoapHandler</handler-name>
<handler-class>com.mh.project.service.mySoapHandler</handler-class>
</handler>
</handler-chain>
</handler-chains>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment