diff options
Diffstat (limited to 'DocumentService/WebContent/WEB-INF/sun-jaxws.xml')
-rw-r--r-- | DocumentService/WebContent/WEB-INF/sun-jaxws.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DocumentService/WebContent/WEB-INF/sun-jaxws.xml b/DocumentService/WebContent/WEB-INF/sun-jaxws.xml new file mode 100644 index 000000000..06b184d4f --- /dev/null +++ b/DocumentService/WebContent/WEB-INF/sun-jaxws.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<endpoints xmlns="http://java.sun.com/xml/ns/jax-ws/ri/runtime" version="2.0"> + <endpoint name="DocumentService" implementation="eu.stork.documentservice.DocumentServiceImpl" url-pattern="/DocumentService" ></endpoint> +</endpoints>
\ No newline at end of file |