[jbosstools-commits] JBoss Tools SVN: r35564 - in trunk/ws/docs: restful_reference/en-US and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Wed Oct 12 05:15:13 EDT 2011
Author: jjankovi
Date: 2011-10-12 05:15:12 -0400 (Wed, 12 Oct 2011)
New Revision: 35564
Modified:
trunk/ws/docs/reference/en-US/master_output.xml
trunk/ws/docs/reference/en-US/proc-jbt-generate_a_simple_web_service.xml
trunk/ws/docs/reference/en-US/proc-jbt-web_service_test_view.xml
trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml
trunk/ws/docs/reference/en-US/topdown.xml
trunk/ws/docs/restful_reference/en-US/master_output.xml
trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
trunk/ws/docs/restful_reference/en-US/proc-jbt-web_service_test_view.xml
trunk/ws/docs/restful_reference/en-US/sample_web_service_wizards.xml
trunk/ws/docs/soap_reference/en-US/master_output.xml
trunk/ws/docs/soap_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
trunk/ws/docs/soap_reference/en-US/proc-jbt-web_service_test_view.xml
trunk/ws/docs/soap_reference/en-US/sample_web_service_wizards.xml
trunk/ws/docs/soap_reference/en-US/topdown.xml
Log:
JBoss Web Services User Guide correction
Modified: trunk/ws/docs/reference/en-US/master_output.xml
===================================================================
--- trunk/ws/docs/reference/en-US/master_output.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/reference/en-US/master_output.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -310,7 +310,7 @@
set to 2.0 if your JBossWS runtime in JBoss Server is JBossWS native runtime. You can
specify a catalog file and binding files if you have them. If you want the wizard to
generate empty implementation classes for the Web Service, check the <emphasis>
- <property moreinfo="none">Generate default Web Service implementation classes</property>
+ <property moreinfo="none">Generate default Web Service Implementation classes</property>
</emphasis> check box. If you want to update the default Web.xml file with the Web Service
servlets configured, check the <emphasis>
<property moreinfo="none">Update the default Web.xml</property>
Modified: trunk/ws/docs/reference/en-US/proc-jbt-generate_a_simple_web_service.xml
===================================================================
--- trunk/ws/docs/reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -111,7 +111,7 @@
<entry>Service details</entry>
<entry>Service name</entry>
<entry>yes</entry>
- <entry>Enter the name to for the web service.</entry>
+ <entry>Enter the name for the web service.</entry>
<entry>The web service name will be the URL for the service as mapped in the deployment descriptor (<filename>web.xml</filename>).</entry>
</row>
<row>
Modified: trunk/ws/docs/reference/en-US/proc-jbt-web_service_test_view.xml
===================================================================
--- trunk/ws/docs/reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -85,7 +85,7 @@
<row>
<entry>Toolbar button - Get From WSDL</entry>
<entry>
- Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a vaild file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
+ Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a valid file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
</entry>
</row>
<row>
Modified: trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml
===================================================================
--- trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/reference/en-US/sample_web_service_wizards.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -11,12 +11,12 @@
<itemizedlist>
<listitem>
<para>
- <guilabel>Create a sample Web Service</guilabel> for a JAX-WS web service; and
+ <guilabel>Create a Sample Web Service</guilabel> for a JAX-WS web service; and
</para>
</listitem>
<listitem>
<para>
- <guilabel>Create a sample RESTful Web Service</guilabel> for a JAX-RS web service.
+ <guilabel>Create a Sample RESTful Web Service</guilabel> for a JAX-RS web service.
</para>
</listitem>
</itemizedlist>
Modified: trunk/ws/docs/reference/en-US/topdown.xml
===================================================================
--- trunk/ws/docs/reference/en-US/topdown.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/reference/en-US/topdown.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -342,7 +342,7 @@
</listitem>
<listitem>
<para>
- <emphasis> <property>Generate default Web Service implementation classes</property> </emphasis> : select it if you want to generate empty implementation classes for the selected WSDL Service.
+ <emphasis> <property>Generate default Web Service Implementation classes</property> </emphasis> : select it if you want to generate empty implementation classes for the selected WSDL Service.
</para>
</listitem>
<listitem>
Modified: trunk/ws/docs/restful_reference/en-US/master_output.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/master_output.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/restful_reference/en-US/master_output.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -310,7 +310,7 @@
set to 2.0 if your JBossWS runtime in JBoss Server is JBossWS native runtime. You can
specify a catalog file and binding files if you have them. If you want the wizard to
generate empty implementation classes for the Web Service, check the <emphasis>
- <property moreinfo="none">Generate default Web Service implementation classes</property>
+ <property moreinfo="none">Generate default Web Service Implementation classes</property>
</emphasis> check box. If you want to update the default Web.xml file with the Web Service
servlets configured, check the <emphasis>
<property moreinfo="none">Update the default Web.xml</property>
Modified: trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -111,7 +111,7 @@
<entry>Service details</entry>
<entry>Service name</entry>
<entry>yes</entry>
- <entry>Enter the name to for the web service.</entry>
+ <entry>Enter the name for the web service.</entry>
<entry>The web service name will be the URL for the service as mapped in the deployment descriptor (<filename>web.xml</filename>).</entry>
</row>
<row>
Modified: trunk/ws/docs/restful_reference/en-US/proc-jbt-web_service_test_view.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/restful_reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -85,7 +85,7 @@
<row>
<entry>Toolbar button - Get From WSDL</entry>
<entry>
- Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a vaild file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
+ Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a valid file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
</entry>
</row>
<row>
Modified: trunk/ws/docs/restful_reference/en-US/sample_web_service_wizards.xml
===================================================================
--- trunk/ws/docs/restful_reference/en-US/sample_web_service_wizards.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/restful_reference/en-US/sample_web_service_wizards.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -11,7 +11,7 @@
<itemizedlist>
<listitem>
<para>
- <guilabel>Create a sample RESTful Web Service</guilabel> for a JAX-RS web service.
+ <guilabel>Create a Sample RESTful Web Service</guilabel> for a JAX-RS web service.
</para>
</listitem>
</itemizedlist>
Modified: trunk/ws/docs/soap_reference/en-US/master_output.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/master_output.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/soap_reference/en-US/master_output.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -310,7 +310,7 @@
set to 2.0 if your JBossWS runtime in JBoss Server is JBossWS native runtime. You can
specify a catalog file and binding files if you have them. If you want the wizard to
generate empty implementation classes for the Web Service, check the <emphasis>
- <property moreinfo="none">Generate default Web Service implementation classes</property>
+ <property moreinfo="none">Generate default Web Service Implementation classes</property>
</emphasis> check box. If you want to update the default Web.xml file with the Web Service
servlets configured, check the <emphasis>
<property moreinfo="none">Update the default Web.xml</property>
Modified: trunk/ws/docs/soap_reference/en-US/proc-jbt-generate_a_simple_web_service.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/soap_reference/en-US/proc-jbt-generate_a_simple_web_service.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -111,7 +111,7 @@
<entry>Service details</entry>
<entry>Service name</entry>
<entry>yes</entry>
- <entry>Enter the name to for the web service.</entry>
+ <entry>Enter the name for the web service.</entry>
<entry>The web service name will be the URL for the service as mapped in the deployment descriptor (<filename>web.xml</filename>).</entry>
</row>
<row>
Modified: trunk/ws/docs/soap_reference/en-US/proc-jbt-web_service_test_view.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/soap_reference/en-US/proc-jbt-web_service_test_view.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -85,7 +85,7 @@
<row>
<entry>Toolbar button - Get From WSDL</entry>
<entry>
- Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a vaild file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
+ Click this button to display the <guilabel>Select WSDL</guilabel> dialog. Enter the <guibutton>URL</guibutton>, <guibutton>File system</guibutton> location or Eclipse <guibutton>Workspace</guibutton> location of the WSDL file. Given a valid file, the dialog will allow selection of the <guilabel>Port</guilabel> and <guilabel>Operation</guilabel> to test. Once selected, the request details will be displayed in the <guilabel>Request Details</guilabel> panel.
</entry>
</row>
<row>
Modified: trunk/ws/docs/soap_reference/en-US/sample_web_service_wizards.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/sample_web_service_wizards.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/soap_reference/en-US/sample_web_service_wizards.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -11,7 +11,7 @@
<itemizedlist>
<listitem>
<para>
- <guilabel>Create a sample Web Service</guilabel> for a JAX-WS web service
+ <guilabel>Create a Sample Web Service</guilabel> for a JAX-WS web service
</para>
</listitem>
</itemizedlist>
Modified: trunk/ws/docs/soap_reference/en-US/topdown.xml
===================================================================
--- trunk/ws/docs/soap_reference/en-US/topdown.xml 2011-10-11 22:52:49 UTC (rev 35563)
+++ trunk/ws/docs/soap_reference/en-US/topdown.xml 2011-10-12 09:15:12 UTC (rev 35564)
@@ -342,7 +342,7 @@
</listitem>
<listitem>
<para>
- <emphasis> <property>Generate default Web Service implementation classes</property> </emphasis> : select it if you want to generate empty implementation classes for the selected WSDL Service.
+ <emphasis> <property>Generate default Web Service Implementation classes</property> </emphasis> : select it if you want to generate empty implementation classes for the selected WSDL Service.
</para>
</listitem>
<listitem>
More information about the jbosstools-commits
mailing list