Author: dkulp
Date: Fri Nov 16 08:11:51 2007
New Revision: 595715
URL: http://svn.apache.org/viewvc?rev=595715&view=rev
Log:
Merged revisions 595531 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r595531 | jliu | 2007-11-15 22:20:35 -0500 (Thu, 15 Nov 2007) | 1 line
Update sample's readme
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt?rev=595715&r1=595714&r2=595715&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt
(original)
+++
incubator/cxf/branches/2.0.x-fixes/distribution/src/main/release/samples/restful_dispatch/README.txt
Fri Nov 16 08:11:51 2007
@@ -1,8 +1,8 @@
RESTful Hello World Demo
========================
-The demo shows REST based Web Services using the HTTP binding and
-JAX-WS Provider/Dispatch. The REST server provides the following services:
+The demo shows REST based Web Services using the JAX-WS Provider/Dispatch.
+The REST server provides the following services:
A RESTful customer service is provided on URL
http://localhost:9000/customerservice/customer.
Users access this URI to query or update customer info.