SOAPEncoding Property

The type of SOAP Encoding used for SOAP requests.

Object Oriented Interface

public function getSOAPEncoding();
public function setSOAPEncoding($value);

Procedural Interface

ipworks_soap_get($res, 52 );
ipworks_soap_set($res, 52, $value );

Default Value

'http://schemas.xmlsoap.org/soap/encoding/'

Remarks

This is the value of the 'encodingStyle' attribute of the SOAP envelope.

Data Type

String

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