You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by em...@apache.org on 2006/11/20 11:16:08 UTC

svn commit: r477133 - /incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt

Author: ema
Date: Mon Nov 20 02:16:07 2006
New Revision: 477133

URL: http://svn.apache.org/viewvc?view=rev&rev=477133
Log:
Updated soap12 demo's readme

Modified:
    incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt

Modified: incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt?view=diff&rev=477133&r1=477132&r2=477133
==============================================================================
--- incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt (original)
+++ incubator/cxf/trunk/distribution/src/main/release/samples/soap12/README.txt Mon Nov 20 02:16:07 2006
@@ -142,14 +142,12 @@
   For UNIX:
     
     java -Djava.util.logging.config.file=$CXF_HOME/etc/logging.properties
-         demo.hw.client.Client
-http://localhost:#/helloworld/services/hello_world_soap12?wsdl
+         demo.hw.client.Client http://localhost:#/helloworld/services/hello_world_soap12?wsdl
 
   For Windows:
 
     java -Djava.util.logging.config.file=%CXF_HOME%\etc\logging.properties
-       demo.hw.client.Client
-http://localhost:#/helloworld/services/hello_world_soap12?wsdl
+       demo.hw.client.Client http://localhost:#/helloworld/services/hello_world_soap12?wsdl
 
 Where # is the TCP/IP port used by the servlet container,
 e.g., 8080.