SecureBlackbox 2020 PHP Edition

Questions / Feedback?

SOAPAction Property

Specifies the SOAP action.

Object Oriented Interface

public function getSOAPAction();
public function setSOAPAction($value);

Procedural Interface

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

Default Value

''

Remarks

Use this property to specify the value for the SOAPAction/action HTTP request header field. This field is normally used to indicate the intent of the SOAP request.

Data Type

String

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