Skip to content
Snippets Groups Projects
Forked from IF3110 / TugasBesar3_2017
17 commits ahead of the upstream repository.
sun-jaxws.xml 277 B
<?xml version="1.0" encoding="UTF-8"?>
<endpoints
  xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime"
  version="2.0">

  <endpoint
    name="TokenVerifier"
    implementation="com.adaapa.identityservice.servlets.TokenVerifier"
    url-pattern="/verifytoken"/>
</endpoints>