Author: gmazza
Date: Sat Aug 11 06:25:09 2012
New Revision: 1371872
URL: http://svn.apache.org/viewvc?rev=1371872&view=rev
Log:
Added test URL for WSP WSDL
Modified:
cxf/fediz/trunk/examples/wsclientWebapp/README.txt
Modified: cxf/fediz/trunk/examples/wsclientWebapp/README.txt
URL:
http://svn.apache.org/viewvc/cxf/fediz/trunk/examples/wsclientWebapp/README.txt?rev=1371872&r1=1371871&r2=1371872&view=diff
==============================================================================
--- cxf/fediz/trunk/examples/wsclientWebapp/README.txt (original)
+++ cxf/fediz/trunk/examples/wsclientWebapp/README.txt Sat Aug 11 06:25:09 2012
@@ -64,8 +64,8 @@ The FederationServlet prints the string
user) returned from the Web Service.
-Demo Web Service
----------------------
+Demo Web Service Provider
+-------------------------
The main and only code lives in the class GreeterImpl. It reads the
authenticated principal from the JAX-WS WebServiceContext and returns
the principal name to the Web Service Client (Web Application).
@@ -91,6 +91,10 @@ You can manually copy each generated WAR
Tomcat webapps folder, or use the Tomcat Maven Plugin as described
in the README file in the example folder root.
+After deploying the web service provider, make sure you can see its
+WSDL at http://localhost:10080/fedizservice/GreeterService?wsdl
+to confirm it has successfully loaded.
+
Test the demo
-------------