203. Class

203.1. Zend\Soap\Client\Local

ZendSoapClientLocal

Class is intended to be used as local SOAP client which works with a provided Server object.

Could be used for development or testing purposes.

203.1.1. Methods

203.1.1.1. __construct

__construct()

Local client constructor

Parameters:
  • ZendSoapServer
  • string
  • array

203.1.1.2. _doRequest

_doRequest()

Actual “do request” method.

Parameters:
  • ZendSoapClientCommon
  • string
  • string
  • string
  • int
  • int
Return type:

mixed

Project Versions

Table Of Contents

Previous topic

202. Class

Next topic

204. Class

This Page