Created
September 18, 2013 17:01
-
-
Save ggdio/6612179 to your computer and use it in GitHub Desktop.
Jax-WS xml for mapping the webservice endpoint.
This file contains 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"?> | |
<endpoints xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0"> | |
<!-- WEBSERVICE MAPPING --> | |
<endpoint | |
implementation="br.com.ggdio.gists.ws.service.MyServiceWs" | |
name="MyService" | |
url-pattern="/services/myservice" | |
/> | |
</endpoints> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment