Author: smukhina
Date: 2010-03-25 13:02:33 -0400 (Thu, 25 Mar 2010)
New Revision: 21021
Modified:
trunk/ws/docs/reference/en-US/client.xml
trunk/ws/docs/reference/en-US/topdown.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-1128 User guide mistakes - fixed
Modified: trunk/ws/docs/reference/en-US/client.xml
===================================================================
--- trunk/ws/docs/reference/en-US/client.xml 2010-03-25 15:10:43 UTC (rev 21020)
+++ trunk/ws/docs/reference/en-US/client.xml 2010-03-25 17:02:33 UTC (rev 21021)
@@ -66,4 +66,8 @@
</listitem>
</itemizedlist>
<para>JBoss WS use a Java class to test Web Service. A client sample class
will be generated, you may run this client as a java application to call a web
service.</para>
+ <note>
+ <title>Note:</title>
+ <para>To run <property>client sample</property> as a Java
application you need a <property>JBoss Runtime</property> in build path.
</para>
+ </note>
</chapter>
Modified: trunk/ws/docs/reference/en-US/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en-US/topdown.xml 2010-03-25 15:10:43 UTC (rev 21020)
+++ trunk/ws/docs/reference/en-US/topdown.xml 2010-03-25 17:02:33 UTC (rev 21021)
@@ -63,7 +63,7 @@
</figure>
</listitem>
</itemizedlist>
- <para>If you added the JBoss Web Service facet to the project, now the
<property>Finish</property> button is disable. You must click
<property>Next</property> button to set more information about the JBoss Web
Service facet. The page is like <property>Figure 2.5</property>. Then click on
the <property>Finish</property> button.</para>
+ <para>If you added the JBoss Web Service facet to the project, now the
<property>Finish</property> button is unavailable. You must click
<property>Next</property> button to set more information about the JBoss Web
Service facet. The page is like <property>Figure 2.5</property>. Then click on
the <property>Finish</property> button.</para>
<para>If you didn't add the JBoss Web Service facet to the project, click
on the <property>Finish</property> button. Next you will need to add JBoss Web
Service facet to the project.</para>
</section>
@@ -332,7 +332,7 @@
<itemizedlist>
<listitem>
<para>Generate WSDL file: select it, you will get a generated
WSDL file in your
- project. But this wsdl's services' address location values
are not a real
+ project. But this wsdl's service address location values are not
a real
address. </para>
</listitem>
<listitem>
@@ -378,7 +378,7 @@
<listitem>
<para>If you selected to update the default web.xml, you will test the
web service in
the browser. Open the Explorer, input the url for the web service
according to
- web.xml plus <property>?wsdl.</property>, you will get the
WSDL file from Explorer. </para>
+ web.xml plus <property>?wsdl</property>, you will get the WSDL
file from Explorer. </para>
<figure>
<title>The Updated web.xml file</title>
<mediaobject>