SOAP
[ class tree: SOAP ] [ index: SOAP ] [ all elements ]

File: disco_server.php

Source Location: /SOAP-0.13.0/example/disco_server.php

Classes:

MP3DB_Class
MP3 database class.

Page Details:

This example shows how to mark up a server object so that WSDL files may be

dynamicaly generated by the SOAP server. This also provides access to a generated DISCO document. The fact that this example has an MP3 class is in no way related to DISCO. ;)

DISCO: http://msdn.microsoft.com/msdnmag/issues/02/02/xml/default.aspx

Urls accessing this server would look like:

  • http://localhost/disco_server.php?wsdl (generate WSDL file)
  • http://localhost/disco_server.php (GET request generates DISCO)
  • http://localhost/disco_server.php (POST for normal SOAP requests)
PHP versions 4 and 5

LICENSE: This source file is subject to version 2.02 of the PHP license, that is bundled with this package in the file LICENSE, and is available at through the world-wide-web at http://www.php.net/license/2_02.txt. If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once('SOAP/Server.php') [line 36]
SOAP_Server
require_once('SOAP/Disco.php') [line 195]

Documentation generated on Mon, 11 Mar 2019 15:47:18 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.