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

Class: SOAP_Transport_TEST

Source Location: /SOAP-0.13.0/SOAP/Transport/TEST.php

Class Overview

PEAR
   |
   --SOAP_Base_Object
      |
      --SOAP_Base
         |
         --SOAP_Transport
            |
            --SOAP_Transport_TEST

Test transport for SOAP.


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: SOAP_Transport

SOAP_Transport::getTransport()
SOAP_Transport::send()
Sends and receives SOAP data.

Class: SOAP_Base

SOAP_Base::SOAP_Base()
Constructor.
SOAP_Base::makeEnvelope()
Creates the SOAP envelope with the SOAP envelop data.
SOAP_Base::setDefaultNamespace()
Sets the default namespace.
SOAP_Base::setTypeTranslation()
Explicitly sets the translation for a specific class.
SOAP_Base::SOAPENCPrefix()
Sets the SOAP-ENC prefix and returns the current value.
SOAP_Base::SOAPENVPrefix()
Sets the SOAP-ENV prefix and returns the current value.

Class: SOAP_Base_Object

SOAP_Base_Object::SOAP_Base_Object()
Constructor.

Class Details

[line 32]
Test transport for SOAP.


[ Top ]


Method Detail

send   [line 42]

string|SOAP_Fault send( string $msg, [array $options = array()])

Sends and receives SOAP data.

Overrides SOAP_Transport::send() (Sends and receives SOAP data.)

Parameters:

string   $msg   —  Outgoing SOAP data.
array   $options   —  Options.

[ Top ]


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