Created
August 15, 2015 11:08
-
-
Save mh-github/92d5c036038f9f95f224 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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