\serviceSoapService

Soap服务对象 Class SoapService

Summary

Methods
Properties
Constants
__construct()
__call()
No public properties found
No constants found
No protected methods found
$soap
N/A
No private methods found
No private properties found
N/A

Properties

$soap

$soap : \SoapClient

SOAP实例对象

Type

\SoapClient

Methods

__construct()

__construct(string|null  $wsdl, array  $params) 

SoapService constructor.

Parameters

string|null $wsdl

WSDL连接参数

array $params

Params连接参数

Throws

\think\Exception

__call()

__call(string  $name, array|string  $arguments) : array|string|boolean

Parameters

string $name

SOAP调用方法名

array|string $arguments

SOAP调用参数

Returns

array|string|boolean