IP*Works! 2016 PHP Edition
IP*Works! 2016 PHP Edition
Questions / Feedback?

SOAPPacket Property

Full contents of the SOAP packet.

Object Oriented Interface

public function getSOAPPacket();
public function setSOAPPacket($value);

Procedural Interface

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

Default Value

''

Remarks

The SOAPPacket property contains the contents of the SOAP packet created by the component before submitting a request, and the full, unmodified contents of the SOAP response as received from the server after the request.

This property is not available at design time.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 PHP Edition - Version 16.0 [Build 7353]