2005-01-10 03:02:33 +00:00
|
|
|
<?xml version='1.0' encoding='iso-8859-1'?>
|
2005-06-14 10:17:03 +00:00
|
|
|
<!-- $Revision: 1.3 $ -->
|
2005-01-10 03:02:33 +00:00
|
|
|
<refentry id="function.soap-soapserver-fault">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>SoapServer->fault()</refname>
|
2005-06-14 10:17:03 +00:00
|
|
|
<refpurpose>Issue SoapServer fault indicating an error</refpurpose>
|
2005-01-10 03:02:33 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
|
|
|
<classsynopsis>
|
|
|
|
<ooclass><classname>SoapServer</classname></ooclass>
|
|
|
|
<methodsynopsis>
|
2005-04-11 08:27:32 +00:00
|
|
|
<type>void</type><methodname>fault</methodname>
|
2005-01-10 03:02:33 +00:00
|
|
|
<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
|
|
|
|
-->
|