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

Class: Services_Webservice_SOAP

Source Location: /Services_Webservice-0.6.0/vacation/Webservice/SOAP.php

Class Overview

Services_Webservice
   |
   --Services_Webservice_SOAP

Services_Webservice implementation for SOAP backend


Author(s):

Version:

  • @version@

Variables

Methods


Inherited Variables

Inherited Methods

Class: Services_Webservice

Services_Webservice::__construct()
Constructor
Services_Webservice::factory()
Returns a Services_Webservice server instance to handle incoming requests.
Services_Webservice::handle()
Automatically handles the incoming request
Services_Webservice::init()
Initializes web service

Class Details

[line 41]
Services_Webservice implementation for SOAP backend

The PEAR::Services_Webservice class creates web services from your classes



[ Top ]


Class Variables

$soapServerOptions = array()

[line 49]

SOAP-server options of the web service
  • Access: protected

Type:   array


[ Top ]



Method Detail

__construct (Constructor)   [line 59]

Services_Webservice_SOAP __construct( $class, $namespace, [ $options = null])

Constructor
  • Access: public

Overrides Services_Webservice::__construct() (Constructor)

Parameters:

   $class   — 
   $namespace   — 
   $options   — 

[ Top ]

handle   [line 79]

void handle( )

Automatically handles the incoming request

The result depends on how the service was called If the query string is "WSDL" returns the WSDL document If the query string is "DISCO" returns the DISCO document If the payload is not empty, SOAP call is handled by the SOAP server Otherwise, returns an HTML information page

  • Access: public

Overrides Services_Webservice::handle() (Automatically handles the incoming request)
[ Top ]


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