Author: fschumacher
Date: Sun Apr 26 17:08:52 2015
New Revision: 1676129

URL: http://svn.apache.org/r1676129
Log:
Markup changes (mainly use of code).

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1676129&r1=1676128&r2=1676129&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Apr 26 17:08:52 
2015
@@ -753,12 +753,13 @@ If this is zero, then the request is mar
         <property name="Name" required="No">Descriptive name for this sampler
          that is shown in the tree.</property>
         <property name="WSDL URL" required="No">The WSDL URL with the service 
description.
-        Versions of JMeter after 2.3.1 support the file: protocol for local 
WSDL files.
+        Versions of JMeter after 2.3.1 support the <code>file:</code> protocol 
for local WSDL files.
         </property>
         <property name="Web Methods" required="No">Will be populated from the 
WSDL when the Load WSDL button is pressed.
-        Select one of the methods and press the Configure button to populate 
the Protocol, Server, Port, Path and SOAPAction fields. 
+        Select one of the methods and press the Configure button to populate 
the <code>Protocol</code>, <code>Server</code>,
+        <code>Port</code>, <code>Path</code> and <code>SOAPAction</code> 
fields.
         </property>
-        <property name="Protocol" required="Yes">HTTP or HTTPS are acceptable 
protocol.</property>
+        <property name="Protocol" required="Yes"><code>HTTP</code> or 
<code>HTTPS</code> are acceptable protocol.</property>
         <property name="Server Name or IP" required="Yes">The hostname or IP 
address.</property>
         <property name="Port Number" required="Yes">Port Number.</property>
         <property name="Timeout" required="No">Connection timeout.</property>


Reply via email to