didou Mon Feb 19 00:30:45 2007 UTC
Modified files:
/phpdoc/en/reference/soap/functions soap-soapclient-dorequest.xml
Log:
Added one_way parameter (5.1.3)
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml
diff -u phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.4
phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.5
--- phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.4
Fri Oct 21 15:05:30 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml Mon Feb
19 00:30:45 2007
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="function.soap-soapclient-dorequest">
<refnamediv>
<refname>SoapClient->__doRequest()</refname>
@@ -7,6 +7,7 @@
Performs a SOAP request
</refpurpose>
</refnamediv>
+
<refsect1 role="description">
&reftitle.description;
<classsynopsis>
@@ -18,6 +19,7 @@
<methodparam><type>string</type><parameter>location</parameter></methodparam>
<methodparam><type>string</type><parameter>action</parameter></methodparam>
<methodparam><type>int</type><parameter>version</parameter></methodparam>
+ <methodparam
choice="opt"><type>int</type><parameter>one_way</parameter></methodparam>
</methodsynopsis>
</classsynopsis>
<para>
@@ -28,6 +30,7 @@
layers, perform additional XML processing or other purpose.
</para>
</refsect1>
+
<refsect1 role="parameters">
&reftitle.parameters;
<para>
@@ -64,15 +67,48 @@
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><parameter>one_way</parameter></term>
+ <listitem>
+ <para>
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>
+
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The XML SOAP response.
</para>
</refsect1>
+
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>5.1.3</entry>
+ <entry>
+ The <parameter>one_way</parameter> parameter was added.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
@@ -112,6 +148,7 @@
</example>
</para>
</refsect1>
+
</refentry>
<!-- Keep this comment at the end of the file