TOMEE-2391

Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/14aa6531
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/14aa6531
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/14aa6531

Branch: refs/heads/master
Commit: 14aa65318afe31e70cb847b2173fbff2d4c547b8
Parents: c041d98
Author: Mariani Federico <federico.mari...@eng.it>
Authored: Wed Dec 26 21:40:08 2018 +0100
Committer: Mariani Federico <federico.mari...@eng.it>
Committed: Wed Dec 26 21:40:08 2018 +0100

----------------------------------------------------------------------
 examples/pojo-webservice/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/14aa6531/examples/pojo-webservice/README.md
----------------------------------------------------------------------
diff --git a/examples/pojo-webservice/README.md 
b/examples/pojo-webservice/README.md
index 40585c5..ab26f15 100644
--- a/examples/pojo-webservice/README.md
+++ b/examples/pojo-webservice/README.md
@@ -4,7 +4,7 @@ status=published
 title=JAX-WS @WebService example
 ~~~~~~
 
-Creating Web Services with JAX-WS is quite easy.  Little has to be done aside 
from annotating a class with `@WebService`.  Thie example shows the use of CDI 
with webservice annotation. The web.xml expose the webservice servlet at the 
address http://${host}:${port}/pojo-webservice?wsdl. To run the sample you can 
use the tomee maven plugin, mvn tomee:run.
+Creating Web Services with JAX-WS is quite easy.  Little has to be done aside 
from annotating a class with `@WebService`.  Thie example shows the use of CDI 
with webservice annotation. The web.xml expose the webservice servlet at the 
address http://${host}:${port}/pojo-webservice?wsdl. To run the sample you can 
use the tomee maven plugin, mvn tomee:run. 
 
 ## web.xml
 

Reply via email to