didou           Sun Jan  9 22:02:33 2005 EDT

  Added files:                 
    /phpdoc/en/reference/soap/functions soap-soapclient-dorequest.xml 
                                        
soap-soapclient-getlastrequestheaders.xml 
                                        
soap-soapclient-getlastresponseheaders.xml 
                                        soap-soapserver-fault.xml 
                                        use-soap-error-handler.xml 

  Modified files:              
    /phpdoc/en/reference/soap   reference.xml 
    /phpdoc/en/reference/soap/functions 
                                        soap-soapclient-getlastrequest.xml 
                                        soap-soapclient-getlastresponse.xml 
  Log:
  add SoapClient->getLastRequestHeaders(), 
SoapClient->getLastResponseHeaders(), SoapClient->doRequest(), 
SoapServer->fault() and use_soap_error_handler()
  # not documenting soap_encode_to_xx() and SoapServer->map() as the soap 
maintainer think about removing these functions
  
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/reference.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/soap/reference.xml
diff -u phpdoc/en/reference/soap/reference.xml:1.3 
phpdoc/en/reference/soap/reference.xml:1.4
--- phpdoc/en/reference/soap/reference.xml:1.3  Sun Jan  9 19:46:17 2005
+++ phpdoc/en/reference/soap/reference.xml      Sun Jan  9 22:02:33 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. 
-->
 <reference id="ref.soap">
  <title>SOAP Functions</title>
@@ -58,15 +58,24 @@
        <para><xref linkend='function.soap-soapclient-call' /> - Calls a SOAP 
function</para>
       </listitem>
       <listitem>
+       <para><xref linkend='function.soap-soapclient-dorequest' /> - Performs 
a SOAP request</para>
+      </listitem>
+      <listitem>
        <para><xref linkend='function.soap-soapclient-getfunctions' /> - 
Returns list of SOAP functions</para>
       </listitem>
       <listitem>
        <para><xref linkend='function.soap-soapclient-getlastrequest' /> - 
Returns last SOAP request</para>
       </listitem>
       <listitem>
+       <para><xref linkend='function.soap-soapclient-getlastrequestheaders' /> 
- Returns last SOAP request headers</para>
+      </listitem>
+      <listitem>
        <para><xref linkend='function.soap-soapclient-getlastresponse' /> - 
Returns last SOAP response</para>
       </listitem>
       <listitem>
+       <para><xref linkend='function.soap-soapclient-getlastresponseheaders' 
/> - Returns last SOAP response headers</para>
+      </listitem>
+      <listitem>
        <para><xref linkend='function.soap-soapclient-gettypes' /> - Returns 
list of SOAP types</para>
       </listitem>
      </itemizedlist>
@@ -141,6 +150,9 @@
        <para><xref linkend='function.soap-soapserver-addfunction' /> - Adds 
one or several functions those will handle SOAP requests</para>
       </listitem>
       <listitem>
+       <para><xref linkend='function.soap-soapserver-fault' /> - </para>
+      </listitem>
+      <listitem>
        <para><xref linkend='function.soap-soapserver-getfunctions' /> - 
Returns list of defined functions</para>
       </listitem>
       <listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml
diff -u 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml:1.1 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml:1.2
--- phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml:1.1   
Sun Jan  9 19:46:17 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequest.xml       
Sun Jan  9 22:02:33 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.soap-soapclient-getlastrequest">
  <refnamediv>
   <refname>SoapClient->__getLastRequest()</refname>
@@ -52,7 +52,9 @@
   <para>
    <simplelist>
     <member><xref linkend="function.soap-soapclient-construct" /></member>
+    <member><xref linkend="function.soap-soapclient-getlastrequestheaders" 
/></member>
     <member><xref linkend="function.soap-soapclient-getlastresponse" 
/></member>
+    <member><xref linkend="function.soap-soapclient-getlastresponseheaders" 
/></member>
    </simplelist>
   </para>
  </refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml
diff -u 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml:1.1 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml:1.2
--- phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml:1.1  
Sun Jan  9 19:46:17 2005
+++ phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponse.xml      
Sun Jan  9 22:02:33 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.soap-soapclient-getlastresponse">
  <refnamediv>
   <refname>SoapClient->__getLastResponse()</refname>
@@ -52,7 +52,9 @@
   <para>
    <simplelist>
     <member><xref linkend="function.soap-soapclient-construct" /></member>
+    <member><xref linkend="function.soap-soapclient-getlastresponseheaders" 
/></member>
     <member><xref linkend="function.soap-soapclient-getlastrequest" /></member>
+    <member><xref linkend="function.soap-soapclient-getlastrequestheaders" 
/></member>
    </simplelist>
   </para>
  </refsect1>

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml?r=1.1&p=1
Index: phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml
+++ phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.soap-soapclient-dorequest">
 <refnamediv>
  <refname>SoapClient->__doRequest()</refname>
  <refpurpose>
   Performs a SOAP request
  </refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <classsynopsis>
   <ooclass><classname>SoapClient</classname></ooclass>
   <methodsynopsis>
    <type>void</type>
    <methodname>__doRequest</methodname>
    <methodparam><type>string</type><parameter>buf</parameter></methodparam>
    
<methodparam><type>string</type><parameter>location</parameter></methodparam>
    <methodparam><type>string</type><parameter>action</parameter></methodparam>
    <methodparam><type>int</type><parameter>version</parameter></methodparam>
   </methodsynopsis>
  </classsynopsis>
  &warn.undocumented.func;
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   &return.void;
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequestheaders.xml?r=1.1&p=1
Index: 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequestheaders.xml
+++ phpdoc/en/reference/soap/functions/soap-soapclient-getlastrequestheaders.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.soap-soapclient-getlastrequestheaders">
 <refnamediv>
  <refname>SoapClient->__getLastRequestHeaders()</refname>
  <refpurpose>
   Returns last SOAP request headers
  </refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <classsynopsis>
   <ooclass><classname>SoapClient</classname></ooclass>
   <methodsynopsis>
    <type>string</type>
    <methodname>__getLastRequestHeaders</methodname>
    <void />
   </methodsynopsis>
  </classsynopsis>
  <note>
   <para>
    This method works only if the <classname>SoapClient</classname> object
    was created with the <literal>trace</literal> option.
   </para>
  </note>
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   The last SOAP request headers.
  </para>
 </refsect1>
 <refsect1 role="seealso">
  &reftitle.seealso;
  <para>
   <simplelist>
    <member><xref linkend="function.soap-soapclient-construct" /></member>
    <member><xref linkend="function.soap-soapclient-getlastrequest" /></member>
    <member><xref linkend="function.soap-soapclient-getlastresponse" /></member>
    <member><xref linkend="function.soap-soapclient-getlastresponseheaders" 
/></member>
   </simplelist>
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponseheaders.xml?r=1.1&p=1
Index: 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponseheaders.xml
+++ 
phpdoc/en/reference/soap/functions/soap-soapclient-getlastresponseheaders.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.soap-soapclient-getlastresponseheaders">
 <refnamediv>
  <refname>SoapClient->__getLastResponseHeaders()</refname>
  <refpurpose>
   Returns last SOAP response headers.
  </refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <classsynopsis>
   <ooclass><classname>SoapClient</classname></ooclass>
   <methodsynopsis>
    <type>string</type>
    <methodname>__getLastResponseHeaders</methodname>
    <void />
   </methodsynopsis>
  </classsynopsis>
  <note>
   <para>
    This method works only if the <classname>SoapClient</classname> object
    was created with the <literal>trace</literal> option.
   </para>
  </note>
 </refsect1>
 <refsect1 role="returnvalues">
  &reftitle.returnvalues;
  <para>
   The last SOAP response headers.
  </para>
 </refsect1>
 <refsect1 role="seealso">
  &reftitle.seealso;
  <para>
   <simplelist>
    <member><xref linkend="function.soap-soapclient-construct" /></member>
    <member><xref linkend="function.soap-soapclient-getlastresponse" /></member>
    <member><xref linkend="function.soap-soapclient-getlastrequest" /></member>
    <member><xref linkend="function.soap-soapclient-getlastrequestheaders" 
/></member>
   </simplelist>
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/soap-soapserver-fault.xml?r=1.1&p=1
Index: phpdoc/en/reference/soap/functions/soap-soapserver-fault.xml
+++ phpdoc/en/reference/soap/functions/soap-soapserver-fault.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.soap-soapserver-fault">
 <refnamediv>
  <refname>SoapServer->fault()</refname>
  <refpurpose></refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <classsynopsis>
   <ooclass><classname>SoapServer</classname></ooclass>
   <methodsynopsis>
    <void/>
    <methodname>fault</methodname>
    <methodparam><type>string</type><parameter>code</parameter></methodparam>
    <methodparam><type>string</type><parameter>string</parameter></methodparam>
    <methodparam 
choice="opt"><type>string</type><parameter>actor</parameter></methodparam>
    <methodparam 
choice="opt"><type>mixed</type><parameter>details</parameter></methodparam>
    <methodparam 
choice="opt"><type>string</type><parameter>name</parameter></methodparam>
   </methodsynopsis>
  </classsynopsis>
  &warn.undocumented.func;
 </refsect1>
 <refsect1 role="seealso">
  &reftitle.seealso;
  <para>
   <simplelist>
    <member><xref linkend="function.soap-soapfault-construct" /></member>
   </simplelist>
  </para>
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

http://cvs.php.net/co.php/phpdoc/en/reference/soap/functions/use-soap-error-handler.xml?r=1.1&p=1
Index: phpdoc/en/reference/soap/functions/use-soap-error-handler.xml
+++ phpdoc/en/reference/soap/functions/use-soap-error-handler.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.use-soap-error-handler">
 <refnamediv>
  <refname>use_soap_error_handler()</refname>
  <refpurpose></refpurpose>
 </refnamediv>
 <refsect1 role="description">
  &reftitle.description;
  <methodsynopsis>
   <void /><methodname>use_soap_error_handler</methodname>
   <methodparam><type>bool</type><parameter>handler</parameter></methodparam>
  </methodsynopsis>
  &warn.undocumented.func;
 </refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to