Skip to content

Instantly share code, notes, and snippets.

@ggdio
Created September 18, 2013 17:01
Show Gist options
  • Save ggdio/6612179 to your computer and use it in GitHub Desktop.
Save ggdio/6612179 to your computer and use it in GitHub Desktop.
Jax-WS xml for mapping the webservice endpoint.
<?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