SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SOAPVersion Property

Specifies SOAP version.

Object Oriented Interface

public function getSOAPVersion();
public function setSOAPVersion($value);

Procedural Interface

secureblackbox_soapclient_get($res, 143 );
secureblackbox_soapclient_set($res, 143, $value );

Default Value

0

Remarks

This property specifies the version of the SOAP protocol. This SOAP version will be used to create a SOAP message (if needed) and to communicate with the service.

spvAuto0The SOAP version is detected from the SOAP message provided. If the input does not consitute a SOAP message, version 1.2 will be used.
spv111SOAP version 1.1
spv122SOAP version 1.2

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 PHP Edition - Version 20.0 [Build 8154]