You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/06/12 09:23:54 UTC

cxf-dosgi git commit: Fix provider-ws readme

Repository: cxf-dosgi
Updated Branches:
  refs/heads/master e19390dd4 -> 17e1c64dd


Fix provider-ws readme


Project: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/commit/17e1c64d
Tree: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/tree/17e1c64d
Diff: http://git-wip-us.apache.org/repos/asf/cxf-dosgi/diff/17e1c64d

Branch: refs/heads/master
Commit: 17e1c64dd8a8253e092a55df869d126136b25e87
Parents: e19390d
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Jun 12 11:23:49 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Jun 12 11:23:49 2017 +0200

----------------------------------------------------------------------
 provider-ws/Readme.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/17e1c64d/provider-ws/Readme.md
----------------------------------------------------------------------
diff --git a/provider-ws/Readme.md b/provider-ws/Readme.md
index 14547c6..874d270 100644
--- a/provider-ws/Readme.md
+++ b/provider-ws/Readme.md
@@ -19,7 +19,7 @@ then JAX-WS mode is used else simple mode is used.
 ## Simple
 
 This mode uses the CXF simple frontend and the Aegis Databinding. It can export almost any service but is not much configureable. Aegis is also not very popular anymore. So this
-mode is more for exporting existing services and small tests.
+mode for exporting existing services and small tests. For most cases the JAX-WS mode is recommended.
 
 ## JAX-WS
 
@@ -28,4 +28,5 @@ the CXF JAX-WS frontend and the JAXB databinding. It can be customized using the
 
 # Samples
 
-See sample greeter
+See [sample soap](../samples/soap).
+