Procedural File: Cartoserver.php
Source Location: /server/Cartoserver.php
Classes:
CartoserverException
Exception to be used by the server.
ServerConfig
Server configuration class
ServerPluginConfig
Server plugin configuration
Cartoserver
Cartoserver main class. Contains method exported to the webservice.
Page Details:
Main cartoserver entry point
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
Tags:
Includes:
CARTOWEB_HOME [line 28]
getWsdlUrl [line 400]
Returns the URL of the wsdl file to be used on the server, or null if no wsdl is to be used (as set in the configuration).
Tags:
Parameters
string |
$mapId |
The mapId for the generated wsdl |
ServerConfig |
$config |
Server configuration |
setupSoapService [line 437]
Setup the SOAP server, and registers the SOAP methods.
Parameters
Cartoserver |
$cartoserver |
the cartoserver object used for calling web services |
|