woolfel 2004/01/12 20:17:36
Modified: xdocs/usermanual component_reference.xml
Log:
updated the component doc to include the missing options.
peter lin
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.68 +16 -3 jakarta-jmeter/xdocs/usermanual/component_reference.xml
Index: component_reference.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- component_reference.xml 17 Dec 2003 02:58:58 -0000 1.67
+++ component_reference.xml 13 Jan 2004 04:17:35 -0000 1.68
@@ -340,15 +340,28 @@
The sampler uses Apache SOAP driver, to serialize the message and set the header
with the correct SOAPAction. Right now the sampler doesn't support automatic WSDL
handling, since Apache SOAP currently does not provide support for it. Both IBM
- and SUN provide WSDL drivers.</p>
+ and SUN provide WSDL drivers. There are 3 options for the post data: text area,
+ external file, or directory. If you want the sampler to randomly select a message,
+ use the directory. Otherwise, use the text area or a file.</p>
+ <p>The sampler requires mail.jar and activation.jar. This is because Apache SOAP
+ requires the libs. Because mail.jar and activation.jar are distributed by Sun,
+ you have to download it separately.</p>
</description>
<properties>
<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.</property>
+ <property name="Webmethods" required="No">The WSDL URL with the service
description.</property>
<property name="URL" required="Yes">The URL to direct the SOAP request
to.</property>
<property name="SOAPAction" required="Yes">The SOAPAction defined in the
webservice description or WSDL.</property>
- <property name="Soap Data" required="Yes">The Soap XML message</property>
+ <property name="Soap/XML-RPC Data" required="Yes">The Soap XML
message</property>
+ <property name="Soap file" required="No">File containing soap
message</property>
+ <property name="Message Folder" required="No">Folder containing soap
files</property>
+ <property name="Memory cache" required="Yes">caches the request
data</property>
+ <property name="Use HTTP Proxy" required="No">Check box if http proxy
should be used</property>
+ <property name="Proxy Host" required="No">Proxy hostname</property>
+ <property name="Proxy Port" required="No">Proxy host port</property>
</properties>
</component>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]